summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-08-28 10:29:20 +0800
committerJoe MacDonald <joe@deserted.net>2022-08-28 13:54:57 -0400
commitd97c3636d27ca385c71259533d96ed9eae335524 (patch)
tree3d74c3e1485220cd4c88d54a8037c2b7199bff48
parent1485dd7fb9fabc93487114ce80b70194ce699d09 (diff)
downloadmeta-selinux-d97c3636d27ca385c71259533d96ed9eae335524.tar.gz
libsepol: upgrade 3.3 -> 3.4
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/libsepol_3.4.bb (renamed from recipes-security/selinux/libsepol_3.3.bb)6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes-security/selinux/libsepol_3.3.bb b/recipes-security/selinux/libsepol_3.4.bb
index 80d8819..49312da 100644
--- a/recipes-security/selinux/libsepol_3.3.bb
+++ b/recipes-security/selinux/libsepol_3.4.bb
@@ -13,10 +13,6 @@ inherit lib_package
13 13
14S = "${WORKDIR}/git/libsepol" 14S = "${WORKDIR}/git/libsepol"
15 15
16# Change RANLIB for cross compiling, use host-tools $(AR) rather than 16DEPENDS = "flex-native"
17# local ranlib.
18EXTRA_OEMAKE += "RANLIB='$(AR) s'"
19
20DEPENDS += "flex-native"
21 17
22BBCLASSEXTEND = "native" 18BBCLASSEXTEND = "native"