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:
Gyorgy Sarvari
2026-04-20 17:49:13 +02:00
parent 0fbebc0f50
commit 6b8a7a37f5
@@ -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 \