summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-03-13 13:50:44 +0800
committerJoe MacDonald <joe@deserted.net>2021-03-17 09:39:50 -0400
commitac47a5e32567301433f088a233bde100da0d9916 (patch)
treed399377cc3a1dfddb88dd2626d875c57028a115c
parent018714a5214f46a3fc99e712df308ffbe033b59b (diff)
downloadmeta-selinux-ac47a5e32567301433f088a233bde100da0d9916.tar.gz
setools: upgrade 4.3.0 -> 4.4.0
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.bb (renamed from recipes-security/setools/setools_4.3.0.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-security/setools/setools_4.3.0.bb b/recipes-security/setools/setools_4.4.0.bb
index 0f166c8..4dd094f 100644
--- a/recipes-security/setools/setools_4.3.0.bb
+++ b/recipes-security/setools/setools_4.4.0.bb
@@ -11,11 +11,11 @@ LICENSE = "GPLv2 & LGPLv2.1"
11BBCLASSEXTEND = "native nativesdk " 11BBCLASSEXTEND = "native nativesdk "
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.3 \ 14SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.4 \
15 file://setools4-fixes-for-cross-compiling.patch \ 15 file://setools4-fixes-for-cross-compiling.patch \
16" 16"
17 17
18SRCREV = "a57ad3cdb669a39f785c4e85d63416a469c8d445" 18SRCREV = "4758cdf803d93274f49cb6445cb2bab527d6549f"
19 19
20LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=83a5eb6974c11f30785e90d0eeccf40c \ 20LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=83a5eb6974c11f30785e90d0eeccf40c \
21 file://${S}/COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 21 file://${S}/COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
@@ -30,8 +30,6 @@ RDEPENDS_${PN} += "python3-networkx python3-decorator python3-setuptools \
30 30
31RDEPENDS_${PN}_class-native = "" 31RDEPENDS_${PN}_class-native = ""
32 32
33CFLAGS_append = " -Wno-deprecated-declarations"
34
35RPROVIDES_${PN} += "${PN}-console" 33RPROVIDES_${PN} += "${PN}-console"
36 34
37inherit setuptools3 35inherit setuptools3