summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMichael Gloff <mgloff@emacinc.com>2020-09-12 17:39:17 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-14 00:14:28 +0100
commit2d62f6d7d9501e12ea77dae4277755bb4566cdee (patch)
treec858ed54bedf1b2374cad44f7fcae34b87e2ca90 /meta
parente7e3bdbbd755668723c50e0b291fdf8c8ab86a5c (diff)
downloadpoky-2d62f6d7d9501e12ea77dae4277755bb4566cdee.tar.gz
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. (From OE-Core rev: 10992ad4f343d0f92d9d6246cc2e58effd3f3eeb) Signed-off-by: Michael Gloff <mgloff@emacinc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/sysvinit/sysvinit_2.97.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit_2.97.bb b/meta/recipes-core/sysvinit/sysvinit_2.97.bb
index 80ab9d70e7..98916f7f19 100644
--- a/meta/recipes-core/sysvinit/sysvinit_2.97.bb
+++ b/meta/recipes-core/sysvinit/sysvinit_2.97.bb
@@ -24,7 +24,6 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/sysvinit/sysvinit-${PV}.tar.xz \
24SRC_URI[sha256sum] = "2d5996857519bfd8634d2e1debabb3238fb38440f65fbfdc46420ee8bdf25110" 24SRC_URI[sha256sum] = "2d5996857519bfd8634d2e1debabb3238fb38440f65fbfdc46420ee8bdf25110"
25 25
26S = "${WORKDIR}/sysvinit-${PV}" 26S = "${WORKDIR}/sysvinit-${PV}"
27B = "${S}/src"
28 27
29inherit update-alternatives features_check 28inherit update-alternatives features_check
30DEPENDS_append = " update-rc.d-native base-passwd virtual/crypt" 29DEPENDS_append = " update-rc.d-native base-passwd virtual/crypt"