recipes-*: convert WORKDIR->UNPACKDIR

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2024-07-22 06:31:17 -04:00
parent f0deac3787
commit ca10975033
31 changed files with 49 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "d72f4ee7325816bb8dbfcf31eb104207b9fe58a2493c2a875373746a71
#UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis"
S = "${WORKDIR}/${BPN}"
S = "${UNPACKDIR}/${BPN}"
inherit autotools-brokensep

View File

@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=http
file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \
"
S = "${WORKDIR}/git"
S = "${UNPACKDIR}/git"
inherit cmake pkgconfig python3native python3targetconfig perlnative systemd

View File

@@ -15,7 +15,7 @@ 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 = "${WORKDIR}/git"
S = "${UNPACKDIR}/git"
B = "${S}/build"
inherit cmake pkgconfig python3native python3targetconfig ptest
@@ -54,7 +54,7 @@ do_install_ptest() {
do
sed -e 's#${HOSTTOOLS_DIR}/##g' \
-e 's#${RECIPE_SYSROOT_NATIVE}##g' \
-e 's#${WORKDIR}#${PTEST_PATH}#g' \
-e 's#${UNPACKDIR}#${PTEST_PATH}#g' \
-e 's#/.*/xmllint#/usr/bin/xmllint#g' \
-e 's#/.*/oscap#/usr/bin/oscap#g' \
-e 's#/python3-native##g' \