aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb
blob: c081e69790074e3c8cbdd4f0d25889119702fe03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"

inherit autotools-brokensep pkgconfig gettext

S = "${WORKDIR}/git"

do_configure:prepend(){
    (cd ${S} && ${S}/autogen.sh)
}