diff options
Diffstat (limited to 'recipes-security/selinux/selinux-python_3.9.bb')
-rw-r--r-- | recipes-security/selinux/selinux-python_3.9.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-security/selinux/selinux-python_3.9.bb b/recipes-security/selinux/selinux-python_3.9.bb index b452887..88850ad 100644 --- a/recipes-security/selinux/selinux-python_3.9.bb +++ b/recipes-security/selinux/selinux-python_3.9.bb | |||
@@ -16,7 +16,7 @@ SRC_URI += "file://0001-sepolicy-fix-install-path-for-new-pymodule-sepolicy.patc | |||
16 | 16 | ||
17 | S = "${UNPACKDIR}/${BP}/python" | 17 | S = "${UNPACKDIR}/${BP}/python" |
18 | 18 | ||
19 | DEPENDS = "libsepol libselinux gettext-native python3-setuptools-scm-native" | 19 | DEPENDS = "libsepol libselinux gettext-native python3-setuptools-scm-native python3-pip-native" |
20 | 20 | ||
21 | RDEPENDS:${PN} = "\ | 21 | RDEPENDS:${PN} = "\ |
22 | python3-core \ | 22 | python3-core \ |
@@ -111,7 +111,9 @@ FILES:${PN} += "\ | |||
111 | " | 111 | " |
112 | 112 | ||
113 | do_install() { | 113 | do_install() { |
114 | oe_runmake DESTDIR="${D}" \ | 114 | oe_runmake \ |
115 | DESTDIR="${D}" \ | ||
116 | PREFIX=${prefix} \ | ||
115 | PYLIBVER='python${PYTHON_BASEVERSION}' \ | 117 | PYLIBVER='python${PYTHON_BASEVERSION}' \ |
116 | PYTHONLIBDIR='${PYTHON_SITEPACKAGES_DIR}' \ | 118 | PYTHONLIBDIR='${PYTHON_SITEPACKAGES_DIR}' \ |
117 | install | 119 | install |