summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux-python.inc
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2020-04-14 15:41:54 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2020-04-15 14:58:16 -0400
commitcc47ebe09e57d06cca543308ad1da2c6673470ae (patch)
tree4ad43e07131eaafba3fb5f2aebee9995ebe8f02b /recipes-security/selinux/selinux-python.inc
parentb671291f7e2ddc5bacac997119a4562f6171fdb8 (diff)
downloadmeta-selinux-cc47ebe09e57d06cca543308ad1da2c6673470ae.tar.gz
selinux-python: upgrade to 3.0 (20191204)
Refresh fix-sepolicy-install-path.patch. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'recipes-security/selinux/selinux-python.inc')
-rw-r--r--recipes-security/selinux/selinux-python.inc3
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
9SRC_URI += "file://fix-sepolicy-install-path.patch" 9SRC_URI += "file://fix-sepolicy-install-path.patch"
10 10
11inherit python3-dir 11inherit python3native
12 12
13DEPENDS += "python3 libsepol" 13DEPENDS += "python3 libsepol"
14RDEPENDS_${BPN}-audit2allow += "\ 14RDEPENDS_${BPN}-audit2allow += "\
@@ -101,7 +101,6 @@ EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a"
101 101
102do_install() { 102do_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