summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-ti/swtools
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-06-24 15:51:58 -0500
committerRyan Eatmon <reatmon@ti.com>2025-06-25 13:16:57 -0500
commitd02032fa40131f56e0f94e6226cf8f315ba72fb4 (patch)
tree195ef4e0089b86ba7cb9f1f61f574009c15b6dbf /meta-ti-extras/recipes-ti/swtools
parenta87dce507460de6c29a809d0345df6c79a47d595 (diff)
downloadmeta-ti-d02032fa40131f56e0f94e6226cf8f315ba72fb4.tar.gz
meta-ti/all: 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). Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/swtools')
-rw-r--r--meta-ti-extras/recipes-ti/swtools/swtools_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-ti/swtools/swtools_git.bb b/meta-ti-extras/recipes-ti/swtools/swtools_git.bb
index 4bcd6754..82de2040 100644
--- a/meta-ti-extras/recipes-ti/swtools/swtools_git.bb
+++ b/meta-ti-extras/recipes-ti/swtools/swtools_git.bb
@@ -12,7 +12,6 @@ DEPENDS = "ti-cgt6x-native \
12 12
13PV = "5_0_8" 13PV = "5_0_8"
14PR = "r3" 14PR = "r3"
15S = "${WORKDIR}/git"
16 15
17SWTOOLS_GIT_BRANCH = "master" 16SWTOOLS_GIT_BRANCH = "master"
18SWTOOLS_GIT_PROTOCOL = "https" 17SWTOOLS_GIT_PROTOCOL = "https"