M7350v3_en_gpl
This commit is contained in:
22
oe-core/meta-msm/recipes/cJSON/libcjson_1.0.bb
Normal file
22
oe-core/meta-msm/recipes/cJSON/libcjson_1.0.bb
Normal 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}/
|
||||
}
|
Reference in New Issue
Block a user