Skip to content

Commit 0da7b9e

Browse files
committed
Yocto: Set the S correcty
Needed for Yocto master Used the commands: sed -i "/^S = \"\${WORKDIR}\/git\"/d" `find . -name *.bb -o -name *.inc -o -name *.bbclass` sed -i "s/^S = \"\${WORKDIR}\//S = \"\${UNPACKDIR}\//g" `find . -name *.bb -o -name *.inc -o -name *.bbclass` @see: https://git.openembedded.org/openembedded-core/commit/?id=46480a5e66747a673041fe4452a0ab14a1736d5e Signed-off-by: Jan Vermaete <[email protected]>
1 parent 8fab8c3 commit 0da7b9e

File tree

8,413 files changed

+47
-8413
lines changed

Some content is hidden

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

8,413 files changed

+47
-8413
lines changed

meta-ros-common/recipes-devtools/aws-cpp-sdk/aws-cpp-sdk.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ SRCREV = "59337ec3dd6a998bddb41e4bad39e783cad34b6b"
1313
SRC_URI = "git://github.com/aws/aws-sdk-cpp.git;protocol=https;branch=master \
1414
file://0001-cmake-AWSSDKConfig.cmake-add-missing-quotes-to-fix-b.patch \
1515
"
16-
S = "${WORKDIR}/git"
1716

1817
inherit cmake ros_faulty_solibs
1918

meta-ros-common/recipes-devtools/awslabs/amazon-kvs-sdk-cpp-1.7.8.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=79ba3a8bc4e89e76f90b0dadbf304749"
66

77
SRCREV = "5888464631094bb99ca211c8afb8e7f5b8235cbb"
88
SRC_URI = "git://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.git;protocol=https;branch=master"
9-
S = "${WORKDIR}/git/${KVSSDK_PROJECT}"
9+
S = "${UNPACKDIR}/git/${KVSSDK_PROJECT}"
1010

1111
inherit cmake

meta-ros-common/recipes-devtools/awslabs/aws-c-common_0.4.15.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
66

77
SRCREV = "e3e7ccd35a85f9cd38c67cb1988251f1543b6632"
88
SRC_URI = "git://github.com/awslabs/${BPN}.git;protocol=https;branch=main"
9-
S = "${WORKDIR}/git"
109

1110
inherit cmake
1211

meta-ros-common/recipes-devtools/awslabs/aws-c-event-stream_0.1.4.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
66

77
SRCREV = "32713d30b479690d199b3f02163a832b09b309a5"
88
SRC_URI = "git://github.com/awslabs/${BPN}.git;protocol=https;branch=main"
9-
S = "${WORKDIR}/git"
109

1110
inherit cmake
1211

meta-ros-common/recipes-devtools/awslabs/aws-checksums_0.1.5.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
66

77
SRCREV = "519d6d9093819b6cf89ffff589a27ef8f83d0f65"
88
SRC_URI = "git://github.com/awslabs/${BPN}.git;protocol=https;branch=main"
9-
S = "${WORKDIR}/git"
109

1110
inherit cmake ros_faulty_solibs
1211

meta-ros-common/recipes-devtools/backward-cpp/backward-cpp_1.6.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ SRC_URI = "git://github.com/bombela/backward-cpp.git;protocol=https;branch=maste
55

66
SRCREV = "3bb9240cb15459768adb3e7d963a20e1523a6294"
77

8-
S = "${WORKDIR}/git"
98

109
DEPENDS = "libunwind elfutils"
1110

meta-ros-common/recipes-devtools/coinor/coinor-buildtools_git.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ SRC_URI = "git://github.com/coin-or-tools/BuildTools.git;protocol=https;branch=m
66
SRCREV = "20208f47f7bbc0056a92adefdfd43fded969f674"
77

88
PV = "0.8.10+git"
9-
S = "${WORKDIR}/git"
109

1110
do_install () {
1211
install -d -m 0755 ${D}/${datadir}/coinor

meta-ros-common/recipes-devtools/cppcheck/cppcheck_2.14.2.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/danmar/cppcheck.git;protocol=https;branch=2.14.x \
1212

1313
SRCREV = "fc2210afa95a4cea1afba01d5390d13d6d8d75c8"
1414

15-
S = "${WORKDIR}/git"
1615

1716
DEPENDS = "libpcre boost"
1817

meta-ros-common/recipes-devtools/cpplint/cpplint_2.0.0.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/cpplint/cpplint;protocol=https;branch=develop"
99
PV = "2.0.0+git${SRCPV}"
1010
SRCREV = "f4363d7fc0d5f38c4fd41b658e069e96583da0d5"
1111

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

1413
inherit setuptools3
1514

meta-ros-common/recipes-devtools/cpptoml/cpptoml_0.1.1.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ SRC_URI = "gitsm://github.com/skystrife/cpptoml.git;protocol=https;branch=master
88
PV = "0.1.1+git"
99
SRCREV = "fededad7169e538ca47e11a9ee9251bc361a9a65"
1010

11-
S = "${WORKDIR}/git"
1211

1312
inherit cmake
1413

0 commit comments

Comments
 (0)