mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
yajl: add 2.0.3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
7fd47b6900
commit
135a8f46ab
11
meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb
Normal file
11
meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32"
|
||||
|
||||
inherit cmake
|
||||
|
||||
SRCREV = "04a090f32f6bda183317e9336224831b42bf13f9"
|
||||
SRC_URI = "git://github.com/lloyd/yajl.git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user