]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "busybox: make busybox's syslog.cfg depend on VIRTUAL-RUNTIME_base-utils-syslog"
authorSteve Sakoman <steve@sakoman.com>
Tue, 8 Jun 2021 14:14:31 +0000 (04:14 -1000)
committerSteve Sakoman <steve@sakoman.com>
Tue, 8 Jun 2021 14:32:17 +0000 (04:32 -1000)
This reverts commit e990a9ec5d6eaf2c328d61c4de73ea6c270cfa15.

Patch not in master, erroneously applied

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/busybox/busybox_1.31.1.bb

index 93a1613df2346c8f4a61658604db1f5d3bb15881..7563368287b49ae5feec7360de2a96cf74580eb7 100644 (file)
@@ -34,7 +34,7 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://resize.cfg \
            ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \
            ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
-           ${@["", "file://syslog.cfg"][(d.getVar('VIRTUAL-RUNTIME_base-utils-syslog') == 'busybox-syslog')]} \
+           file://syslog.cfg \
            file://unicode.cfg \
            file://rcS \
            file://rcK \