summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/yajl
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-devtools/yajl
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-devtools/yajl')
-rw-r--r--meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
new file mode 100644
index 000000000..1bf538955
--- /dev/null
+++ b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Yet Another JSON Library."
2
3DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \
4written in ANSI C, and a small validating JSON generator."
5
6HOMEPAGE = "http://lloyd.github.com/yajl/"
7
8LICENSE = "ISC"
9LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d"
10
11SRC_URI = "git://github.com/lloyd/yajl"
12SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa"
13
14S = "${WORKDIR}/git"
15
16inherit cmake lib_package
17
18EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"