diff options
Diffstat (limited to 'recipes-security/selinux/selinux-python.inc')
-rw-r--r-- | recipes-security/selinux/selinux-python.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-security/selinux/selinux-python.inc b/recipes-security/selinux/selinux-python.inc index 5e27781..e690ac5 100644 --- a/recipes-security/selinux/selinux-python.inc +++ b/recipes-security/selinux/selinux-python.inc | |||
@@ -8,7 +8,7 @@ LICENSE = "GPLv2+" | |||
8 | 8 | ||
9 | SRC_URI += "file://fix-sepolicy-install-path.patch" | 9 | SRC_URI += "file://fix-sepolicy-install-path.patch" |
10 | 10 | ||
11 | inherit python3-dir | 11 | inherit python3native |
12 | 12 | ||
13 | DEPENDS += "python3 libsepol" | 13 | DEPENDS += "python3 libsepol" |
14 | RDEPENDS_${BPN}-audit2allow += "\ | 14 | RDEPENDS_${BPN}-audit2allow += "\ |
@@ -101,7 +101,6 @@ EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a" | |||
101 | 101 | ||
102 | do_install() { | 102 | do_install() { |
103 | oe_runmake DESTDIR="${D}" \ | 103 | oe_runmake DESTDIR="${D}" \ |
104 | LIBDIR="${libdir}" \ | ||
105 | PYLIBVER='python${PYTHON_BASEVERSION}' \ | 104 | PYLIBVER='python${PYTHON_BASEVERSION}' \ |
106 | PYTHONLIBDIR='${libdir}/python${PYTHON_BASEVERSION}/site-packages' \ | 105 | PYTHONLIBDIR='${libdir}/python${PYTHON_BASEVERSION}/site-packages' \ |
107 | install | 106 | install |