diff mbox series

[master,2/2] omapdrmtest: explicitly specify branch in SRC_URI

Message ID 20230914205942.2817800-2-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master,1/2] weston: update bbappend to match oe-core/master | expand

Commit Message

Denys Dmytriyenko Sept. 14, 2023, 8:59 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Fixes:

| WARNING: omapdrmtest_1.0.0.bb: URL: git://git.ti.com/git/glsdk/omapdrmtest.git;protocol=https 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.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chirag Shilwant Sept. 19, 2023, 7:05 a.m. UTC | #1
On 15/09/23 02:29, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
>
> Fixes:
>
> | WARNING: omapdrmtest_1.0.0.bb: URL: git://git.ti.com/git/glsdk/omapdrmtest.git;protocol=https 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.
>
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>


Acked-by: Chirag Shilwant <c-shilwant@ti.com>


> ---
>   .../recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb           | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-test/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-test/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
> index 20b9bf0d..fb6e7a6a 100644
> --- a/meta-arago-test/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
> +++ b/meta-arago-test/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
> @@ -15,7 +15,7 @@ SRCREV = "1fceb3ac4b0e7ed014000a10dfe6ca8729f9cd8d"
>   EXTRA_OEMAKE = "CC="${CC}""
>   TARGET_CC_ARCH += "${LDFLAGS}"
>   
> -SRC_URI = "git://git.ti.com/git/glsdk/omapdrmtest.git;protocol=https \
> +SRC_URI = "git://git.ti.com/git/glsdk/omapdrmtest.git;protocol=https;branch=master \
>           file://0001-Makefile.am-lblah-flags-belong-to-LDADD-not-LDFLAGS.patch \
>   "
>
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-test/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
index 20b9bf0d..fb6e7a6a 100644
--- a/meta-arago-test/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
+++ b/meta-arago-test/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
@@ -15,7 +15,7 @@  SRCREV = "1fceb3ac4b0e7ed014000a10dfe6ca8729f9cd8d"
 EXTRA_OEMAKE = "CC="${CC}""
 TARGET_CC_ARCH += "${LDFLAGS}"
 
-SRC_URI = "git://git.ti.com/git/glsdk/omapdrmtest.git;protocol=https \
+SRC_URI = "git://git.ti.com/git/glsdk/omapdrmtest.git;protocol=https;branch=master \
         file://0001-Makefile.am-lblah-flags-belong-to-LDADD-not-LDFLAGS.patch \
 "