mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
c5af19d6c2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 lines
338 B
BlitzBasic
11 lines
338 B
BlitzBasic
DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32"
|
|
|
|
SRCREV = "fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff"
|
|
SRC_URI = "git://github.com/lloyd/yajl.git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake lib_package
|