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:
Scott Murray
2025-07-02 20:33:28 -04:00
parent ea67ceefdc
commit 0272225ccd
43 changed files with 10 additions and 79 deletions

View File

@@ -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)}"

View File

@@ -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