20 lines
391 B
BlitzBasic
Executable File
20 lines
391 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"
|
|
|
|
DEPENDS = "libjson"
|
|
RDEPNDS += "libjson"
|
|
|
|
inherit cmake
|