summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-14 19:08:24 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2018-05-08 10:30:56 -0400
commit3bccdba69afa9a94ceb8aab74654aa8e897fe67d (patch)
tree7600cad1818b472cbfaca2d11f5c40af62e26d2a
parente8d39ffb15b4d78f8b95711bbb509f9afbd46c05 (diff)
downloadmeta-selinux-3bccdba69afa9a94ceb8aab74654aa8e897fe67d.tar.gz
libselinux: python-importlib is now part of python*-core
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'restorecond', 'libselinux', 'python-importlib'] Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-security/selinux/libselinux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/libselinux.inc b/recipes-security/selinux/libselinux.inc
index bd5ce8d..51d0875 100644
--- a/recipes-security/selinux/libselinux.inc
+++ b/recipes-security/selinux/libselinux.inc
@@ -8,7 +8,7 @@ LICENSE = "PD"
8inherit lib_package pythonnative 8inherit lib_package pythonnative
9 9
10DEPENDS += "libsepol python libpcre swig-native" 10DEPENDS += "libsepol python libpcre swig-native"
11RDEPENDS_${PN}-python += "python-importlib" 11RDEPENDS_${PN}-python += "python-core"
12 12
13PACKAGES += "${PN}-python" 13PACKAGES += "${PN}-python"
14FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 14FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"