mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 11:52:36 +00:00
libubox: fix SRC_URI
It seems the project's git repo doesn't allow anonymous ssh fetch anymore. Switch to https. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
0fbebc0f50
commit
6b8a7a37f5
@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://git.openwrt.org/project/libubox.git;branch=master \
|
git://git.openwrt.org/project/libubox.git;protocol=https;branch=master \
|
||||||
file://0001-version-libraries.patch \
|
file://0001-version-libraries.patch \
|
||||||
file://fix-libdir.patch \
|
file://fix-libdir.patch \
|
||||||
file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch \
|
file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user