summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Belski <anbelski@linux.microsoft.com>2021-03-09 11:55:11 +0000
committerJoe MacDonald <joe@deserted.net>2021-03-09 08:37:19 -0500
commitab7ce3d5f68b6f00f155d892b9ba510ed95f8afa (patch)
tree668a2e220b8e9960ffbdc743245cf29d029b02a5
parente51f84912df15c436d31fea0e3600406f452197d (diff)
downloadmeta-selinux-ab7ce3d5f68b6f00f155d892b9ba510ed95f8afa.tar.gz
libselinux-python: Fix build error due to missing target config
This fixes the error below: gcc: error: unrecognized command line option ‘-fmacro-prefix-map=/path/to/build/libselinux-python/3.0-r0=/usr/src/debug/libselinux-python/3.0-r0’ Without inheriting the config, supposedly a wrong compiler is used. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/libselinux-python_3.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/selinux/libselinux-python_3.1.bb b/recipes-security/selinux/libselinux-python_3.1.bb
index 9493083..854eca9 100644
--- a/recipes-security/selinux/libselinux-python_3.1.bb
+++ b/recipes-security/selinux/libselinux-python_3.1.bb
@@ -4,6 +4,8 @@ SRC_URI = "https://github.com/SELinuxProject/selinux/releases/download/${SELINUX
4 4
5require ${BPN}.inc 5require ${BPN}.inc
6 6
7inherit python3targetconfig
8
7LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0"
8 10
9SRC_URI[md5sum] = "693680c021feb69a4b258b0370021461" 11SRC_URI[md5sum] = "693680c021feb69a4b258b0370021461"