blob: b94664c33c1c2214652b989f9ba7f705edae5688 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001DESCRIPTION = "Zlog is a pure C logging library"
2HOMEPAGE = "https://github.com/HardySimpson/zlog"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
Brad Bishopb809eb92019-09-18 06:27:43 -04006SRCREV = "8fc78c3c65cb705953a2f3f9a813c3ef3c8b2270"
7SRC_URI = "git://github.com/HardySimpson/zlog"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
9S = "${WORKDIR}/git"
10
11inherit pkgconfig
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013EXTRA_OEMAKE = "CC='${CC}' LD='${LD}' LIBRARY_PATH=${baselib}"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014
15do_install() {
16 oe_runmake install PREFIX=${D}${exec_prefix} INSTALL=install
17}