From 544ade2d78f1375d9e93d6bf5842d857ddaf3530 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 6 Sep 2018 23:40:47 +0100 Subject: busybox/packagegroups: Break out the busybox-syslog dependency The busybox-syslog rrecomends is proving tricky as it gets pulled in early and there are conflicts between its use of update-alternatives and busybox needing to provide those things. We already have recipes using BAD_RRECOMMENDS to remove this dependency, it probably makes sense to spell it out explicitly and allow it to be overridden more easily. This patch does this, dropping the now unneeded BAD_RRECOMMENDS. It preserves the dependency as a recommendation for now, further cleanup may allow simplication of that. This unbreaks certain build failures on the autobuilder, more as a workaround but is a change we probably want to make anyway. Signed-off-by: Richard Purdie --- meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb') diff --git a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb index 78a61cde25..523138cff3 100644 --- a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb @@ -2,6 +2,7 @@ SUMMARY = "initramfs-framework module for EFI installation option" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" RDEPENDS_${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}" +RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" PR = "r4" -- cgit 1.2.3-korg