mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
recipes-*: convert WORKDIR->UNPACKDIR
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "d72f4ee7325816bb8dbfcf31eb104207b9fe58a2493c2a875373746a71
|
||||
|
||||
#UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis"
|
||||
|
||||
S = "${WORKDIR}/${BPN}"
|
||||
S = "${UNPACKDIR}/${BPN}"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user