diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-04-14 15:41:54 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2020-04-15 14:58:16 -0400 |
commit | cc47ebe09e57d06cca543308ad1da2c6673470ae (patch) | |
tree | 4ad43e07131eaafba3fb5f2aebee9995ebe8f02b /recipes-security/selinux/selinux-python.inc | |
parent | b671291f7e2ddc5bacac997119a4562f6171fdb8 (diff) | |
download | meta-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.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 |