mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
libmodule: update branch in the SRC_URI
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 <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user