summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-08-19 12:47:06 +0800
committerJoe MacDonald <joe@deserted.net>2021-08-29 21:34:22 -0400
commitc6f6f7c6f051feb25ab3eb289b4d1f9ef3176109 (patch)
tree419b2cd614243deb5bf546454669337027b374df
parent1fda4b3a757329facdbfe6f963cc04c1c9ecc275 (diff)
downloadmeta-selinux-c6f6f7c6f051feb25ab3eb289b4d1f9ef3176109.tar.gz
setools: disable native/nativesdk build
Disable native/nativesdk build as they don't work for a long time. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/setools/setools_4.4.0.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-security/setools/setools_4.4.0.bb b/recipes-security/setools/setools_4.4.0.bb
index 528e78f..2b10993 100644
--- a/recipes-security/setools/setools_4.4.0.bb
+++ b/recipes-security/setools/setools_4.4.0.bb
@@ -8,8 +8,6 @@ SETools."
8SECTION = "base" 8SECTION = "base"
9LICENSE = "GPLv2 & LGPLv2.1" 9LICENSE = "GPLv2 & LGPLv2.1"
10 10
11BBCLASSEXTEND = "native nativesdk "
12
13S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
14SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.4 \ 12SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.4 \
15 file://setools4-fixes-for-cross-compiling.patch \ 13 file://setools4-fixes-for-cross-compiling.patch \
@@ -23,13 +21,9 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=83a5eb6974c11f30785e90d0eeccf40c \
23 21
24DEPENDS += "bison-native flex-native swig-native python3 python3-cython-native libsepol libselinux" 22DEPENDS += "bison-native flex-native swig-native python3 python3-cython-native libsepol libselinux"
25 23
26DEPENDS:class-native += "libselinux python3-setuptools python3-cython python3-networkx"
27
28RDEPENDS:${PN} += "python3-networkx python3-decorator python3-setuptools \ 24RDEPENDS:${PN} += "python3-networkx python3-decorator python3-setuptools \
29 python3-logging python3-json libselinux-python" 25 python3-logging python3-json libselinux-python"
30 26
31RDEPENDS:${PN}:class-native = ""
32
33RPROVIDES:${PN} += "${PN}-console" 27RPROVIDES:${PN} += "${PN}-console"
34 28
35inherit setuptools3 29inherit setuptools3