Skip to content

Commit 404a57f

Browse files
committed
Remove S in recipes that fetch from git via setting BB_GIT_DEFAULT_DESTSUFFIX
Removing all the S = ${WORKDIR}/git assignments works because BB_GIT_DEFAULT_DESTSUFFIX is set to match S from bitbake.conf (which itself is set to match typical tarball releases). A few recipes are setting S to a sub-directory of the git tree and need to be adjusted accordingly. Ref: https://git.openembedded.org/openembedded-core/commit/?id=f80c07019ddadaf9c5fb890faabfda7920ecd15e Signed-off-by: Jose Quaresma <[email protected]>
1 parent 0f849eb commit 404a57f

File tree

25 files changed

+1
-45
lines changed

25 files changed

+1
-45
lines changed

dynamic-layers/openembedded-layer/recipes-support/libssc/libssc_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ SRCREV = "5e699fc97d92684c6882741fc9f71cb57a33e25b"
1010

1111
PV = "0.2.2+"
1212

13-
S = "${WORKDIR}/git"
14-
1513
inherit meson pkgconfig gobject-introspection
1614

1715
# There is no separate meson option

recipes-bsp/firmware/firmware-ath6kl_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ SRCREV = "2e02576c1dab6fd35118eea1004f50aaaed3794f"
1313

1414
PV = "3.5.0.349-1+git"
1515

16-
S = "${WORKDIR}/git"
17-
1816
inherit allarch
1917

2018
CLEANBROKEN = "1"

recipes-bsp/hexagon-dsp-binaries/hexagon-dsp-binaries_20250509.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ SRC_URI = " \
2424

2525
SRCREV = "4195fbd4da54f3830af2c01d141c30051f446e51"
2626

27-
S = "${WORKDIR}/git"
28-
2927
inherit allarch
3028

3129
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"

recipes-devtools/debugcc/debugcc_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ SRCREV = "6444cf924b53b8453c2285cde48b6c52e5960089"
1313

1414
PV = "0.0+git"
1515

16-
S = "${WORKDIR}/git"
17-
1816
inherit meson

recipes-devtools/partition-utils/qcom-ptool_git.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/qualcomm-linux/qcom-ptool.git;branch=main;protocol=h
1212
SRCREV = "be9d04e7940c777d361f05f0468e260ee493b76e"
1313

1414
PV = "0.0+git"
15-
S = "${WORKDIR}/git"
1615

1716
inherit python3native
1817

recipes-devtools/pil-squasher/pil-squasher_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ SRC_URI = " \
1212

1313
PV = "0.0+"
1414

15-
S = "${WORKDIR}/git"
16-
1715
do_install () {
1816
oe_runmake install DESTDIR=${D} prefix=${prefix}
1917
}

recipes-devtools/qc-image-unpacker/qc-image-unpacker_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SRC_URI = " \
1313
SRCREV = "28a783a9fc25dc87b7416b6d5b6f9ccd497d1c2e"
1414

1515
PV = "0.2.0+"
16-
S = "${WORKDIR}/git/src"
16+
S = "${UNPACKDIR}/${BP}/src"
1717

1818
DEPENDS = "zlib"
1919

recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife_git.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ SRC_URI = " \
1515
"
1616

1717
PV = "0.0+"
18-
S = "${WORKDIR}/git"
1918

2019
do_install () {
2120
install -d ${D}/${bindir}

recipes-devtools/qdl/qdl_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https"
1616

1717
PV = "2.1+${SRCREV}"
1818

19-
S = "${WORKDIR}/git"
20-
2119
do_install () {
2220
oe_runmake install DESTDIR=${D} prefix=${prefix}
2321
}

recipes-devtools/qmic/qmic_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https"
1010

1111
PV = "0.0+"
1212

13-
S = "${WORKDIR}/git"
14-
1513
BBCLASSEXTEND = "native nativesdk"
1614

1715
do_install () {

0 commit comments

Comments
 (0)