summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe MacDonald <joe@deserted.net>2021-11-22 15:39:49 -0500
committerJoe MacDonald <joe@deserted.net>2021-11-23 11:17:22 -0500
commitb48fa45f56f2361e696991a2966ebe217009d196 (patch)
tree8dad11c433632ca3a0bbd31b69db6fc02785d81f
parentaa46581a4573a0bc5c8a52b265953a45ec70f6d6 (diff)
downloadmeta-selinux-b48fa45f56f2361e696991a2966ebe217009d196.tar.gz
selinux: inherit pkgconfig
Ensure the correct build options are passed during builds. Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/libselinux-python_3.2.bb2
-rw-r--r--recipes-security/selinux/libselinux_3.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/selinux/libselinux-python_3.2.bb b/recipes-security/selinux/libselinux-python_3.2.bb
index f589ebd..136f538 100644
--- a/recipes-security/selinux/libselinux-python_3.2.bb
+++ b/recipes-security/selinux/libselinux-python_3.2.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0"
8 8
9require selinux_common.inc 9require selinux_common.inc
10 10
11inherit python3native python3targetconfig 11inherit python3native python3targetconfig pkgconfig
12 12
13FILESEXTRAPATHS:prepend := "${THISDIR}/libselinux:" 13FILESEXTRAPATHS:prepend := "${THISDIR}/libselinux:"
14SRC_URI += "\ 14SRC_URI += "\
diff --git a/recipes-security/selinux/libselinux_3.2.bb b/recipes-security/selinux/libselinux_3.2.bb
index 55efbae..1144840 100644
--- a/recipes-security/selinux/libselinux_3.2.bb
+++ b/recipes-security/selinux/libselinux_3.2.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0"
8 8
9require selinux_common.inc 9require selinux_common.inc
10 10
11inherit lib_package python3native 11inherit lib_package python3native pkgconfig
12 12
13DEPENDS += "libsepol libpcre" 13DEPENDS += "libsepol libpcre"
14DEPENDS:append:libc-musl = " fts" 14DEPENDS:append:libc-musl = " fts"