Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Yet Another JSON Library." |
| 2 | |
| 3 | DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \ |
| 4 | written in ANSI C, and a small validating JSON generator." |
| 5 | |
| 6 | HOMEPAGE = "http://lloyd.github.com/yajl/" |
| 7 | |
| 8 | LICENSE = "ISC" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d" |
| 10 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame^] | 11 | SRC_URI = "git://github.com/lloyd/yajl;branch=master;protocol=https" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 12 | SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit cmake lib_package |
| 17 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 18 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" |