Skip to content

Commit 4ea384f

Browse files
wehagy1715173329
authored andcommitted
CONTRIBUTING.md: remove incorrect info about PKG_VERSION
The documentation stated that `PKG_VERSION` is the OpenWrt version and therefore includes the `PKG_RELEASE`, but this statement was incorrect and has been removed to avoid confusion. Signed-off-by: Wesley Gimenes <wehagy@proton.me>
1 parent 86179f1 commit 4ea384f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ created packages and runs a script called `test.sh` located next to the package
200200
Makefile. The script is executed with the two arguments `PKG_NAME` and
201201
`PKG_VERSION`. The `PKG_NAME` can be used to distinguish package variants, e.g.
202202
`foobar` vs. `foobar-full`. The `PKG_VERSION` can be used for a trivial test
203-
checking if `foobar --version` prints the correct version. `PKG_VERSION` is the
204-
OpenWrt version and therefore includes the `PKG_RELEASE`, which isn't usually
205-
part of the running programs version.
203+
checking if `foobar --version` prints the correct version.
206204

207205
The following snippet shows a script that tests different binaries depending on
208206
what IPK package was installed. The `gpsd` Makefile produces both a `gpsd` and

0 commit comments

Comments
 (0)