mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
b402a3076f
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>
15 lines
421 B
BlitzBasic
15 lines
421 B
BlitzBasic
DESCRIPTION = "libConfuse is a configuration file parser library"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a"
|
|
|
|
SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d"
|
|
SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master;protocol=https"
|
|
|
|
inherit autotools-brokensep pkgconfig gettext
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_configure:prepend(){
|
|
(cd ${S} && ${S}/autogen.sh)
|
|
}
|