Files
meta-openembedded/meta-oe/recipes-devtools/libubox/libubox_git.bb
T
Alexander Kanavin fc78d37ff0 meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:52 -07:00

34 lines
1.1 KiB
BlitzBasic

DESCRIPTION = "C utility functions for OpenWrt"
SECTION = "libs"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "\
file://avl.c;endline=39;md5=00810155fed3d604816ec5814523d60a \
file://avl-cmp.c;endline=15;md5=1603e6094b432a5f3f320877a06f41b5 \
file://base64.c;endline=61;md5=51fdff010d45b0086ac0a6e035693dc0 \
file://blobmsg.c;endline=15;md5=7ed64c1570e8c9b46c4fc6fbd16c489e \
file://list.h;endline=28;md5=2d5f5475fbd0f08741354c5a99c2e983 \
file://md5.h;endline=39;md5=048bf9f68963c207a0c2b3a94c9d2aaa \
file://md5.c;endline=51;md5=0a448eea0bcbc89e3c7e6608f2d119a0 \
file://usock.h;endline=18;md5=f0dfdc8de858e66d66d74036611bba14 \
"
SRC_URI = "\
git://git.openwrt.org/project/libubox.git;branch=master \
file://0001-version-libraries.patch \
file://fix-libdir.patch \
file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch \
"
SRCREV = "07413cce72e19520af55dfcbc765484f5ab41dd9"
PV = "1.0.1+git"
# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"
inherit cmake pkgconfig
DEPENDS = "json-c"
EXTRA_OECMAKE = "-DBUILD_EXAMPLES=OFF -DBUILD_LUA=OFF"