Skip to content

Commit 615a40a

Browse files
committed
Revert "revert UNPACKDIR to WORKDIR as this is breaking nightly updates"
devtool now knows how to handle UNPACKDIR This reverts commit 5c48b02.
1 parent 5cd6cb8 commit 615a40a

File tree

46 files changed

+16
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+16
-193
lines changed

.github/workflows/oelint-adv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: run oelint_adv
2929
if: ${{steps.changes.outputs.bb}}
3030
run: |
31-
oelint-adv --suppress oelint.vars.unpackdir --nowarn --noinfo ${{steps.changes.outputs.bb}}
31+
oelint-adv --nowarn --noinfo ${{steps.changes.outputs.bb}}

recipes-cloud/amazon-cloudwatch-agent/amazon-cloudwatch-agent_1.300054.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SRC_URI = "\
1919

2020
SRCREV = "01b3fbdbe2d2234a44b1219d4f71d11335b771f2"
2121

22-
S = "${WORKDIR}/git/src/${GO_IMPORT}"
22+
S = "${UNPACKDIR}/git/src/${GO_IMPORT}"
2323

2424
do_compile[network] = "1"
2525

@@ -29,7 +29,7 @@ do_compile:prepend() {
2929
export BUILDTAGS="static_build"
3030
export GO_BUILD_FLAGS="-trimpath"
3131
export GOARCH="${TARGET_GOARCH}"
32-
export GOPATH="${WORKDIR}/git/:${S}/src/import/.gopath:${S}/src/import/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go:${WORKDIR}/git/"
32+
export GOPATH="${UNPACKDIR}/git/:${S}/src/import/.gopath:${S}/src/import/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go:${UNPACKDIR}/git/"
3333
}
3434

3535
# nooelint: oelint.task.dash

recipes-cloud/amazon-cloudwatch-publisher/amazon-cloudwatch-publisher_1.2.4.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ SRC_URI = "\
1212
file://run-ptest \
1313
"
1414
SRCREV = "9feebfa9facb6bfddade737de7a90bfbfd65cf6e"
15-
S = "${WORKDIR}/git"
1615

1716
inherit systemd ptest
1817

recipes-containers/firecracker-bin/firecracker-bin_1.10.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SRC_URI:append = " \
2727
file://run-ptest \
2828
"
2929

30-
S = "${WORKDIR}/release-v${PV}-${TARGET_ARCH}"
30+
S = "${UNPACKDIR}/release-v${PV}-${TARGET_ARCH}"
3131

3232
inherit bin_package ptest
3333

recipes-containers/firecracker-bin/jailer-bin_1.10.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SRC_URI:append = " \
2727
file://run-ptest \
2828
"
2929

30-
S = "${WORKDIR}/release-v${PV}-${TARGET_ARCH}"
30+
S = "${UNPACKDIR}/release-v${PV}-${TARGET_ARCH}"
3131

3232
inherit bin_package ptest
3333

recipes-devtools/python/python3-boto3_1.38.36.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ SRC_URI = "\
99
file://run-ptest"
1010

1111
SRCREV = "a6598484538f4f70c084352ed1dc866a273a5063"
12-
S = "${WORKDIR}/git"
1312

1413
inherit setuptools3 ptest
1514

recipes-devtools/python/python3-botocore_1.38.36.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ SRC_URI = "\
1010
"
1111

1212
SRCREV = "3e3d9b82d3a74ef3ba59b30aa5e2d955585c1746"
13-
S = "${WORKDIR}/git"
1413

1514
inherit setuptools3 ptest
1615

recipes-devtools/python/python3-s3transfer_0.13.0.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ SRC_URI = "\
1010
"
1111
SRCREV = "90a897be1a2be87e7a9b46bf4b1c12df81a4daf0"
1212

13-
S = "${WORKDIR}/git"
1413

1514
inherit setuptools3 ptest
1615

recipes-devtools/python/python3-urllib3-1.x_1.26.20.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ inherit setuptools3
1111

1212
PIP_INSTALL_PACKAGE = "urllib3"
1313

14-
S = "${WORKDIR}/git"
1514
SRC_URI = "git://github.com/urllib3/urllib3.git;protocol=https;branch=1.26.x"
1615
SRCREV = "6f2ad7ca0cdde53751bab29cbc10bcc965bb4387"
1716

recipes-external/python3-timeloop/python3-timeloop_1.0.2.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=030635eb18c38d9fd120c13a324721b7"
77
SRC_URI = "git://github.com/sankalpjonn/timeloop.git;protocol=https;branch=master"
88
SRCREV = "36ec5cbb133a6dcfb5316f59b5e11765c14e62c2"
99

10-
S = "${WORKDIR}/git"
11-
1210
inherit setuptools3
1311

1412
RDEPENDS:${PN} += "python3-core"

0 commit comments

Comments
 (0)