[oe][meta-multimedia][master-next][PATCH 4/4] libmodule: update branch in the SRC_URI
[email protected] Sun, 2 Aug 2026 20:14:58 +1200
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Otherwise do_fetch() fails with error: ERROR: libmodule-5.0.2-r0 do_fetch: Fetcher failure: Unable to find revision b373482a43482459b37bcf601e21846e9c9563d1 in branch master even from upstream ERROR: libmodule-5.0.2-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/FedeDP/libmodule;protocol=https;branch=master;tag=5.0.2') Signed-off-by: Ankur Tyagi <[email protected]> --- meta-multimedia/recipes-multimedia/clight/libmodule_5.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/clight/libmodule_5.0.2.bb b/meta-multimedia/recipes-multimedia/clight/libmodule_5.0.2.bb index 1124e972b8..8d57a12367 100644 --- a/meta-multimedia/recipes-multimedia/clight/libmodule_5.0.2.bb +++ b/meta-multimedia/recipes-multimedia/clight/libmodule_5.0.2.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4f3c068505fd5a09e90662bfca90ad04" SRCREV = "b373482a43482459b37bcf601e21846e9c9563d1" -SRC_URI = "git://github.com/FedeDP/${BPN};protocol=https;branch=master;tag=${PV}" +SRC_URI = "git://github.com/FedeDP/${BPN};protocol=https;branch=release/5.0.x;tag=${PV}" inherit cmake pkgconfig