M7350/oe-core/meta-tp/recipes/libubox/libubox.bb
2024-09-09 08:57:42 +00:00

22 lines
446 B
BlitzBasic
Executable File

DESCRIPTION = "compile libubox!"
#just close license for now.
LICENSE = "CLOSED"
PR = "r1"
SRCREV="926121113b903bf7b6133f782c84d0ed6c1a1a58"
SRC_URI = "git://nbd.name/luci2/libubox.git;protocol=git \
file://unsupport_lua.patch \
file://blobmsg_add_json_from_file.patch"
S="${WORKDIR}/git"
FILES_${PN} += "/usr/lib"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
PACKAGES = "${PN}"
DEPENDS = "libcjson"
RDEPNDS += "libcjson"
inherit cmake