Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -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" |
| 10 | |
Mingli Yu | 5771b91 | 2018-06-27 02:49:16 -0700 | [diff] [blame^] | 11 | SRCREV = "4758b1caf69ada911ef79e1d80793fe489b98dff" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit autotools |