M7350v3_en_gpl

This commit is contained in:
T
2024-09-09 08:55:19 +00:00
parent 801e6d2ad8
commit 2d95e8761a
2791 changed files with 89608 additions and 390711 deletions

View File

@@ -0,0 +1,22 @@
DESCRIPTION = "cjson lib"
inherit tp-link-common
SRC_DIR = "${WORKSPACE}/tp-opensource/cjson"
HOMEPAGE = "http://sourceforge.net/projects/cjson/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR="r58"
S="${WORKDIR}/cjson"
FILES_${PN} += "/usr/lib"
do_install () {
install -d ${D}${includedir}/cjson
install -m 0755 *.h ${D}${includedir}/cjson
install -d ${D}${libdir}
install -m 0755 libcjson.so ${D}${libdir}/
}