mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
setools: inherit cython class
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
This commit is contained in:
parent
d000ede95d
commit
1e40ada23b
|
|
@ -16,17 +16,13 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=69a7b68f0a4a570d7c0c43465333ecbc \
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
DEPENDS = "python3-cython-native libsepol libselinux"
|
DEPENDS = "libsepol libselinux"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "python3-networkx python3-logging libselinux-python"
|
RDEPENDS:${PN} = "python3-networkx python3-logging libselinux-python"
|
||||||
|
|
||||||
RPROVIDES:${PN} = "${PN}-console"
|
RPROVIDES:${PN} = "${PN}-console"
|
||||||
|
|
||||||
inherit python_setuptools_build_meta
|
inherit python_setuptools_build_meta cython
|
||||||
|
|
||||||
do_install:prepend() {
|
|
||||||
sed -i -e 's:${RECIPE_SYSROOT}::g' ${S}/setools/policyrep.c
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
# Need PyQt6 support, disable gui tools
|
# Need PyQt6 support, disable gui tools
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user