aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2016-02-08 16:14:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-11 12:27:26 +0000
commitd17dae0b292ad2c0539712c048bf8cace96dac41 (patch)
tree8faf2cf08759e9837e795e487aa66750e003e182 /meta/conf
parentfef106b9b97ec48bad2b9a084357b884f653d6c8 (diff)
downloadopenembedded-core-contrib-d17dae0b292ad2c0539712c048bf8cace96dac41.tar.gz
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 <patrick.ohly@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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 \