[master,2/3] glsdk-example-apps: specify branch and drop FILESEXTRAPATHS

Message ID 20220509180051.2146987-2-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master,1/3] glsdk-util-scripts: update to the latest and specify branch | expand

Commit Message

Denys Dmytriyenko May 9, 2022, 6 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Fixes these warnings:

| WARNING: glsdk-example-apps-1.0-r52 do_fetch: URL: git://git.ti.com/glsdk/example-applications.git;protocol=git
| does not set any branch parameter. The future default branch used by tools and repositories
| is uncertain and we will therefore soon require this is set in all git urls.
| WARNING: glsdk-example-apps-1.0-r52 do_unpack: URL: git://git.ti.com/glsdk/example-applications.git;protocol=git
| does not set any branch parameter. The future default branch used by tools and repositories
| is uncertain and we will therefore soon require this is set in all git urls.

Also, modifying FILESEXTRAPATHS here is unnecessary.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Patch

diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
index 6e3ec7b3..de725c07 100644
--- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
+++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
@@ -11,7 +11,7 @@  S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 
-SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git \
+SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git;branch=master \
 "
 
 SRCREV="52466430609c402a9f1c0667ccf727d096336d0d"
@@ -29,5 +29,3 @@  do_install:append () {
 }
 
 FILES:${PN} += "${sysconfdir}/glsdkstatcoll/* ${sysconfdir}/visualization_scripts/*"
-
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"