aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/conf
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-06-18 19:53:10 +0300
committerKhem Raj <raj.khem@gmail.com>2019-06-18 15:58:26 -0700
commit7727e4cb99204727a3651d9529e4a0cb971d1a51 (patch)
tree5b7967abaf8e70c99c68cc0d7066bfc667574282 /meta-oe/conf
parente01261885b0290f6bcadede64cb4d18421d2733f (diff)
downloadmeta-openembedded-contrib-7727e4cb99204727a3651d9529e4a0cb971d1a51.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>
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 507ac50eca..31f2f17fc8 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -51,12 +51,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
phoronix-test-suite->php \
"
-# Depends on ndctl (through nvdimm PACKAGECONFIG) which depends on MACHINE_ARCH kernel
-# and making libblockdev MACHINE_ARCH is not an option as python3-blivet, udisks2, gvfs
-# would be MACHINE_ARCH as well
-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
- libblockdev->ndctl \
-"
# ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
terminus-font->fontconfig \