diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-06-24 15:51:58 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-25 13:16:57 -0500 |
| commit | d02032fa40131f56e0f94e6226cf8f315ba72fb4 (patch) | |
| tree | 195ef4e0089b86ba7cb9f1f61f574009c15b6dbf /meta-ti-extras/recipes-ti/swtools | |
| parent | a87dce507460de6c29a809d0345df6c79a47d595 (diff) | |
| download | meta-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.bb | 1 |
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 | ||
| 13 | PV = "5_0_8" | 13 | PV = "5_0_8" |
| 14 | PR = "r3" | 14 | PR = "r3" |
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | SWTOOLS_GIT_BRANCH = "master" | 16 | SWTOOLS_GIT_BRANCH = "master" |
| 18 | SWTOOLS_GIT_PROTOCOL = "https" | 17 | SWTOOLS_GIT_PROTOCOL = "https" |
