From: Denys Dmytriyenko <[email protected]> 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 <[email protected]> --- .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}:" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13842): https://lists.yoctoproject.org/g/meta-arago/message/13842 Mute This Topic: https://lists.yoctoproject.org/mt/90995689/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
