1SUMMARY = "A fork of json-c library" 2HOMEPAGE = "https://github.com/rsyslog/libfastjson" 3 4LICENSE = "MIT" 5LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f" 6 7DEPENDS = "" 8 9SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=master" 10 11SRCREV = "0293afb3913f760c449348551cca4d2df59c1a00" 12 13S = "${WORKDIR}/git" 14 15inherit autotools 16