]> 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)
committerSteve Sakoman <steve@sakoman.com>
Mon, 14 Sep 2020 14:49:12 +0000 (04:49 -1000)
commitc8ad554db100b9fd16097fc8616b2af5390772e7
tree203e834cb8f2c926c4eb65d438e8b7d6fa22a71e
parent2e646f0aca9a0af7e308590117c220c940996d86
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>
(cherry picked from commit 10992ad4f343d0f92d9d6246cc2e58effd3f3eeb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/sysvinit/sysvinit_2.96.bb