mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
yajl: update to 2.1.0
Update yajl to version 2.1.0: * Correct license * Update SRCREV * Drop PR Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
7e79e3b318
commit
8526864a81
|
|
@ -1,13 +0,0 @@
|
|||
DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32"
|
||||
PR = "r1"
|
||||
|
||||
SRCREV = "fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff"
|
||||
SRC_URI = "git://github.com/lloyd/yajl.git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake lib_package
|
||||
|
||||
EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"
|
||||
18
meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
Normal file
18
meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
SUMMARY = "Yet Another JSON Library."
|
||||
|
||||
DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \
|
||||
written in ANSI C, and a small validating JSON generator."
|
||||
|
||||
HOMEPAGE = "http://lloyd.github.com/yajl/"
|
||||
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d"
|
||||
|
||||
SRC_URI = "git://github.com/lloyd/yajl"
|
||||
SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake lib_package
|
||||
|
||||
EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"
|
||||
Loading…
Reference in New Issue
Block a user