summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libubox/libubox_git.bb
diff options
context:
space:
mode:
authorMoritz Haase <Moritz.Haase@bmw.de>2025-07-14 13:26:27 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-15 00:25:28 -0700
commita7504ae1c226cb7aad4cf951cfd6be7b1a7de23c (patch)
treeaf115b265ff032a0c4957ee0e4b619bc064c3cce /meta-oe/recipes-devtools/libubox/libubox_git.bb
parentd8259c30aaf4392a97ddcc7b9727d3097e8826f0 (diff)
downloadmeta-openembedded-a7504ae1c226cb7aad4cf951cfd6be7b1a7de23c.tar.gz
libubox: Update to latest tip of trunk
Fixes builds with CMake 4+. All patches that are still required have been refreshed and a new patch for CMake 4 compatibility has been added. Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/libubox/libubox_git.bb')
-rw-r--r--meta-oe/recipes-devtools/libubox/libubox_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb
index 394cf9c000..3c51d36848 100644
--- a/meta-oe/recipes-devtools/libubox/libubox_git.bb
+++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb
@@ -14,12 +14,12 @@ LIC_FILES_CHKSUM = "\
14 14
15SRC_URI = "\ 15SRC_URI = "\
16 git://git.openwrt.org/project/libubox.git;branch=master \ 16 git://git.openwrt.org/project/libubox.git;branch=master \
17 file://0001-version-libraries.patch \ 17 file://0001-cmake-Set-library-version.patch \
18 file://fix-libdir.patch \ 18 file://0002-cmake-fix-the-CMAKE_INSTALL_LIBDIR.patch \
19 file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch \ 19 file://0003-cmake-Don-t-include-lua-and-examples-directories-if-.patch \
20" 20"
21 21
22SRCREV = "07413cce72e19520af55dfcbc765484f5ab41dd9" 22SRCREV = "b7acc8e6fd5e13611ad90a593e98f9589af4009a"
23PV = "1.0.1+git" 23PV = "1.0.1+git"
24 24
25# Upstream repo does not tag 25# Upstream repo does not tag