mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
510 B
BlitzBasic
18 lines
510 B
BlitzBasic
DESCRIPTION = "Zlog is a pure C logging library"
|
|
HOMEPAGE = "https://github.com/HardySimpson/zlog"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRCREV = "876099f3c66033f3de11d79f63814766b1021dbe"
|
|
SRC_URI = "git://github.com/HardySimpson/zlog;branch=master;protocol=https"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig
|
|
|
|
EXTRA_OEMAKE = "CC='${CC}' LD='${LD}' LIBRARY_PATH=${baselib}"
|
|
|
|
do_install() {
|
|
oe_runmake install PREFIX=${D}${exec_prefix} INSTALL=install
|
|
}
|