diff options
| author | Joe MacDonald <joe@deserted.net> | 2021-11-22 15:39:49 -0500 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2021-11-23 11:17:22 -0500 |
| commit | b48fa45f56f2361e696991a2966ebe217009d196 (patch) | |
| tree | 8dad11c433632ca3a0bbd31b69db6fc02785d81f | |
| parent | aa46581a4573a0bc5c8a52b265953a45ec70f6d6 (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/libselinux_3.2.bb | 2 |
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 | ||
| 9 | require selinux_common.inc | 9 | require selinux_common.inc |
| 10 | 10 | ||
| 11 | inherit python3native python3targetconfig | 11 | inherit python3native python3targetconfig pkgconfig |
| 12 | 12 | ||
| 13 | FILESEXTRAPATHS:prepend := "${THISDIR}/libselinux:" | 13 | FILESEXTRAPATHS:prepend := "${THISDIR}/libselinux:" |
| 14 | SRC_URI += "\ | 14 | SRC_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 | ||
| 9 | require selinux_common.inc | 9 | require selinux_common.inc |
| 10 | 10 | ||
| 11 | inherit lib_package python3native | 11 | inherit lib_package python3native pkgconfig |
| 12 | 12 | ||
| 13 | DEPENDS += "libsepol libpcre" | 13 | DEPENDS += "libsepol libpcre" |
| 14 | DEPENDS:append:libc-musl = " fts" | 14 | DEPENDS:append:libc-musl = " fts" |
