summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb b/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb
index cb9a11c128..ec6d6c7c8c 100644
--- a/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb
+++ b/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb
@@ -2,15 +2,11 @@ SUMMARY = "libConfuse is a configuration file parser library"
2LICENSE = "ISC" 2LICENSE = "ISC"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a"
4 4
5SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d" 5SRC_URI = "https://github.com/libconfuse/libconfuse/releases/download/v${PV}/confuse-${PV}.tar.gz"
6SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master;protocol=https" 6SRC_URI[sha256sum] = "3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8"
7 7
8inherit autotools-brokensep pkgconfig gettext 8inherit autotools-brokensep pkgconfig gettext
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/confuse-${PV}"
11
12do_configure:prepend(){
13 (cd ${S} && ${S}/autogen.sh)
14}
15 11
16BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "native nativesdk"