]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/conf/layer.conf: adapt to more flexible initramfs-framework RDEPENDS
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 8 Feb 2016 15:14:09 +0000 (16:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:27:26 +0000 (12:27 +0000)
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 <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/layer.conf

index 7100ed7bfbdae3572f93425b03f73b0717ca8138..baa4fd43ea299bb879f9562658fc53df879c8c42 100644 (file)
@@ -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 \