summaryrefslogtreecommitdiffstats
path: root/meta-oe/conf
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-07-10 10:46:52 +0000
committerArmin Kuster <akuster808@gmail.com>2019-07-13 12:40:31 -0700
commitc45a72ba3536c6b10473fdfcafb8a724041fbd43 (patch)
tree6f71f9c355444df75c8190dc0d1d2333147dd7b9 /meta-oe/conf
parent3e51a60a47132cb24e45a1c87babd65c993c60e5 (diff)
downloadmeta-openembedded-c45a72ba3536c6b10473fdfcafb8a724041fbd43.tar.gz
ndctl: Remove the unnecessary dependency on virtual/kernel
This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r--meta-oe/conf/layer.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index c7dbbc107..bc9039041 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -51,12 +51,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
51 phoronix-test-suite->php \ 51 phoronix-test-suite->php \
52" 52"
53 53
54# Depends on ndctl (through nvdimm PACKAGECONFIG) which depends on MACHINE_ARCH kernel
55# and making libblockdev MACHINE_ARCH is not an option as python3-blivet, udisks2, gvfs
56# would be MACHINE_ARCH as well
57SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
58 libblockdev->ndctl \
59"
60# ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS 54# ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
61SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 55SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
62 terminus-font->fontconfig \ 56 terminus-font->fontconfig \