]> code.ossystems Code Review - openembedded-core.git/commit
sysvinit: Remove ${B} assignment
authorMichael Gloff <mgloff@emacinc.com>
Sat, 12 Sep 2020 22:39:17 +0000 (17:39 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Sep 2020 12:58:38 +0000 (13:58 +0100)
commit10992ad4f343d0f92d9d6246cc2e58effd3f3eeb
tree3e06c3ae9c2c00ff9fd295965333c07e47c205c9
parent447eb941ef43cd5af19aed650fb7da718cedda61
sysvinit: Remove ${B} assignment

The VERSION variable is not set unless the
top level Makefile is used as the version is
derived from the Changelog.
If VERSION is not set, none of the binaries built
in the sysvinit recipe will have a valid version
output.
Before:
INIT: version  booting
After:
INIT: version 2.96 booting

Using the top level Makefile does not cause any
additional builds to occur.

Signed-off-by: Michael Gloff <mgloff@emacinc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/sysvinit/sysvinit_2.97.bb