blob: 0fda3e6756a12c78a6593eec2fe56b10d1dbbde7 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001DESCRIPTION = "Zlog is a pure C logging library"
2HOMEPAGE = "https://github.com/HardySimpson/zlog"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-2.1-only"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05006SRCREV = "876099f3c66033f3de11d79f63814766b1021dbe"
Andrew Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/HardySimpson/zlog;branch=master;protocol=https"
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}