summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2019-09-12 15:56:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-16 23:02:45 +0100
commit24264cefadf6704e1ca2c1c52473e23a0e4d0d61 (patch)
tree8c3385f45abb541792e62cf19c560e421bc27b79
parentf6158dcd88e1430aa896f03746f7e411a4179776 (diff)
downloadpoky-24264cefadf6704e1ca2c1c52473e23a0e4d0d61.tar.gz
busybox: drop inittab from SRC_URI ( now moved to busybox-inittab )
The reference to inittab should have been removed from busybox SRC_URI when the file was moved into the busybox-inittab recipe: http://git.openembedded.org/openembedded-core/commit/?id=afb09abd2f0f7555ba156260a87fd3867f591310 (From OE-Core rev: 1840523749ae7cbc39d89363662641fdda15d7d4) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/busybox/busybox_1.31.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.31.0.bb b/meta/recipes-core/busybox/busybox_1.31.0.bb
index fa63965674..34b1f2cc91 100644
--- a/meta/recipes-core/busybox/busybox_1.31.0.bb
+++ b/meta/recipes-core/busybox/busybox_1.31.0.bb
@@ -36,7 +36,6 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
36 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \ 36 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
37 file://syslog.cfg \ 37 file://syslog.cfg \
38 file://unicode.cfg \ 38 file://unicode.cfg \
39 file://inittab \
40 file://rcS \ 39 file://rcS \
41 file://rcK \ 40 file://rcK \
42 file://makefile-libbb-race.patch \ 41 file://makefile-libbb-race.patch \