]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: drop inittab from SRC_URI ( now moved to busybox-inittab )
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 12 Sep 2019 22:56:23 +0000 (15:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2019 08:54:21 +0000 (09:54 +0100)
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

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/busybox/busybox_1.31.0.bb

index fa63965674fc8fdd0d61b61dfa4c1dd08f4ff650..34b1f2cc91666601e3f1b08572e6b80d8b92758f 100644 (file)
@@ -36,7 +36,6 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
            file://syslog.cfg \
            file://unicode.cfg \
-           file://inittab \
            file://rcS \
            file://rcK \
            file://makefile-libbb-race.patch \