Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "A fork of json-c library" |
2 | HOMEPAGE = "https://github.com/rsyslog/libfastjson" | ||||
3 | |||||
4 | LICENSE = "MIT" | ||||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f" | ||||
6 | |||||
7 | DEPENDS = "" | ||||
8 | |||||
9 | SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=master" | ||||
10 | |||||
11 | SRCREV = "3a8402c1de7c7747c95229db26d8d32fb85a7a52" | ||||
12 | |||||
13 | S = "${WORKDIR}/git" | ||||
14 | |||||
15 | inherit autotools |