mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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:
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "\
|
||||
"
|
||||
|
||||
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://fix-libdir.patch \
|
||||
file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch \
|
||||
|
||||
Reference in New Issue
Block a user