diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-04-14 19:08:24 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-05-08 10:30:56 -0400 |
| commit | 3bccdba69afa9a94ceb8aab74654aa8e897fe67d (patch) | |
| tree | 7600cad1818b472cbfaca2d11f5c40af62e26d2a | |
| parent | e8d39ffb15b4d78f8b95711bbb509f9afbd46c05 (diff) | |
| download | meta-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.inc | 2 |
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" | |||
| 8 | inherit lib_package pythonnative | 8 | inherit lib_package pythonnative |
| 9 | 9 | ||
| 10 | DEPENDS += "libsepol python libpcre swig-native" | 10 | DEPENDS += "libsepol python libpcre swig-native" |
| 11 | RDEPENDS_${PN}-python += "python-importlib" | 11 | RDEPENDS_${PN}-python += "python-core" |
| 12 | 12 | ||
| 13 | PACKAGES += "${PN}-python" | 13 | PACKAGES += "${PN}-python" |
| 14 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 14 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |
