mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
Adapt to S/UNPACKDIR changes
Remove or update S definitions as required to work with oe-core S/UNPACKDIR changes. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
@@ -15,8 +15,6 @@ SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=main;protocol=https \
|
||||
|
||||
SRCREV = "23a8ea3de3c4fd6017db4067675a81287177166e"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
inherit cmake pkgconfig python3native python3targetconfig perlnative systemd
|
||||
|
||||
PACKAGECONFIG ?= "python3 rpm perl gcrypt ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
|
||||
|
||||
@@ -15,7 +15,6 @@ SRC_URI = "git://github.com/ComplianceAsCode/content.git;branch=stable;protocol=
|
||||
|
||||
DEPENDS = "openscap-native python3-pyyaml-native python3-jinja2-native libxml2-native expat-native coreutils-native"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
B = "${S}/build"
|
||||
|
||||
inherit cmake pkgconfig python3native python3targetconfig ptest
|
||||
|
||||
Reference in New Issue
Block a user