From d17dae0b292ad2c0539712c048bf8cace96dac41 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 8 Feb 2016 16:14:09 +0100 Subject: meta/conf/layer.conf: adapt to more flexible initramfs-framework RDEPENDS initramfs-framework now RDEPENDS on ${VIRTUAL-RUNTIME_base-utils}, which can be busybox or some alternative like toybox. Making the SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS exception flexible, too, ensures that distros using toybox still pass the selftests. Signed-off-by: Patrick Ohly Signed-off-by: Ross Burton --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/layer.conf') diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 7100ed7bfb..baa4fd43ea 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -46,7 +46,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ ppp-dialin->ppp \ resolvconf->bash \ docbook-xsl-stylesheets->perl \ - initramfs-framework->busybox \ + initramfs-framework->${VIRTUAL-RUNTIME_base-utils} \ initramfs-framework->systemd \ initramfs-framework->udev \ liberation-fonts->fontconfig \ -- cgit 1.2.3-korg