diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-02-21 08:25:13 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-02-23 20:34:51 -0800 |
commit | be7f9bda1df4cde6c901784ed127dcf101831e64 (patch) | |
tree | 15de561a95c5d6fdd91c24cd2264b435ffaa2a26 | |
parent | 8f51c5b9a20cc076bca347e34a6592cc8f556e8f (diff) | |
download | meta-security-be7f9bda1df4cde6c901784ed127dcf101831e64.tar.gz |
openscap: Inherit python3targetconfig
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-security-compliance/recipes-openscap/openscap/openscap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap.inc b/meta-security-compliance/recipes-openscap/openscap/openscap.inc index afa576a..812ea9f 100644 --- a/meta-security-compliance/recipes-openscap/openscap/openscap.inc +++ b/meta-security-compliance/recipes-openscap/openscap/openscap.inc | |||
@@ -11,7 +11,7 @@ DEPENDS_class-native = "pkgconfig-native swig-native curl-native libxml2-native | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | inherit cmake pkgconfig python3native perlnative | 14 | inherit cmake pkgconfig python3native python3targetconfig perlnative |
15 | 15 | ||
16 | PACKAGECONFIG ?= "python3 rpm perl gcrypt ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | 16 | PACKAGECONFIG ?= "python3 rpm perl gcrypt ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" |
17 | PACKAGECONFIG[python3] = "-DENABLE_PYTHON3=ON, ,python3, python3" | 17 | PACKAGECONFIG[python3] = "-DENABLE_PYTHON3=ON, ,python3, python3" |