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-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb | |
| 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-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb')
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb index 29af4863..133876df 100644 --- a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb +++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb | |||
| @@ -16,5 +16,3 @@ TARGET_CC_ARCH += "${LDFLAGS}" | |||
| 16 | 16 | ||
| 17 | BRANCH = "master" | 17 | BRANCH = "master" |
| 18 | SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/viddec-test-app.git;protocol=https;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/viddec-test-app.git;protocol=https;branch=${BRANCH}" |
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
