diff options
| author | Armin Kuster <akuster808@gmail.com> | 2024-07-22 06:31:17 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-07-29 20:07:01 -0400 |
| commit | ca109750337d0c4a0cd63b5be8d32b436b544704 (patch) | |
| tree | c8ee2ff511cf6abf38f88b8742d1b2f28fb42084 /recipes-compliance | |
| parent | f0deac37873e0e4c2f7adcdfa6846679743a600f (diff) | |
| download | meta-security-ca109750337d0c4a0cd63b5be8d32b436b544704.tar.gz | |
recipes-*: convert WORKDIR->UNPACKDIR
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-compliance')
| -rw-r--r-- | recipes-compliance/lynis/lynis_3.1.1.bb | 2 | ||||
| -rw-r--r-- | recipes-compliance/openscap/openscap_1.3.10.bb | 2 | ||||
| -rw-r--r-- | recipes-compliance/scap-security-guide/scap-security-guide_0.1.73.bb | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-compliance/lynis/lynis_3.1.1.bb b/recipes-compliance/lynis/lynis_3.1.1.bb index b69f4df..f6fddd0 100644 --- a/recipes-compliance/lynis/lynis_3.1.1.bb +++ b/recipes-compliance/lynis/lynis_3.1.1.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "d72f4ee7325816bb8dbfcf31eb104207b9fe58a2493c2a875373746a71 | |||
| 12 | 12 | ||
| 13 | #UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis" | 13 | #UPSTREAM_CHECK = "https://downloads.cisofy.com/lynis" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${BPN}" | 15 | S = "${UNPACKDIR}/${BPN}" |
| 16 | 16 | ||
| 17 | inherit autotools-brokensep | 17 | inherit autotools-brokensep |
| 18 | 18 | ||
diff --git a/recipes-compliance/openscap/openscap_1.3.10.bb b/recipes-compliance/openscap/openscap_1.3.10.bb index c439d71..5433573 100644 --- a/recipes-compliance/openscap/openscap_1.3.10.bb +++ b/recipes-compliance/openscap/openscap_1.3.10.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=http | |||
| 15 | file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \ | 15 | file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${UNPACKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit cmake pkgconfig python3native python3targetconfig perlnative systemd | 20 | inherit cmake pkgconfig python3native python3targetconfig perlnative systemd |
| 21 | 21 | ||
diff --git a/recipes-compliance/scap-security-guide/scap-security-guide_0.1.73.bb b/recipes-compliance/scap-security-guide/scap-security-guide_0.1.73.bb index 539b6cf..0396b0f 100644 --- a/recipes-compliance/scap-security-guide/scap-security-guide_0.1.73.bb +++ b/recipes-compliance/scap-security-guide/scap-security-guide_0.1.73.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "git://github.com/ComplianceAsCode/content.git;branch=stable;protocol= | |||
| 15 | 15 | ||
| 16 | DEPENDS = "openscap-native python3-pyyaml-native python3-jinja2-native libxml2-native expat-native coreutils-native" | 16 | DEPENDS = "openscap-native python3-pyyaml-native python3-jinja2-native libxml2-native expat-native coreutils-native" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${UNPACKDIR}/git" |
| 19 | B = "${S}/build" | 19 | B = "${S}/build" |
| 20 | 20 | ||
| 21 | inherit cmake pkgconfig python3native python3targetconfig ptest | 21 | inherit cmake pkgconfig python3native python3targetconfig ptest |
| @@ -54,7 +54,7 @@ do_install_ptest() { | |||
| 54 | do | 54 | do |
| 55 | sed -e 's#${HOSTTOOLS_DIR}/##g' \ | 55 | sed -e 's#${HOSTTOOLS_DIR}/##g' \ |
| 56 | -e 's#${RECIPE_SYSROOT_NATIVE}##g' \ | 56 | -e 's#${RECIPE_SYSROOT_NATIVE}##g' \ |
| 57 | -e 's#${WORKDIR}#${PTEST_PATH}#g' \ | 57 | -e 's#${UNPACKDIR}#${PTEST_PATH}#g' \ |
| 58 | -e 's#/.*/xmllint#/usr/bin/xmllint#g' \ | 58 | -e 's#/.*/xmllint#/usr/bin/xmllint#g' \ |
| 59 | -e 's#/.*/oscap#/usr/bin/oscap#g' \ | 59 | -e 's#/.*/oscap#/usr/bin/oscap#g' \ |
| 60 | -e 's#/python3-native##g' \ | 60 | -e 's#/python3-native##g' \ |
