summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/libqb/libqb_2.0.8.bb')
-rw-r--r--meta-oe/recipes-extended/libqb/libqb_2.0.8.bb11
1 files changed, 2 insertions, 9 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb
index 3db9e2e66f..d270bf2113 100644
--- a/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb
+++ b/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb
@@ -9,18 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12SRCREV = "002171bbcf4bc4728da56c1538afd9e9d814ecaf" 12SRC_URI = "https://github.com/ClusterLabs/${BPN}/releases/download/v${PV}/${BP}.tar.xz"
13SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=main;protocol=https \ 13SRC_URI[sha256sum] = "b42531fc20b8ac02f4c6d0a4dc49f7c4a1eef09bdb13af5f6927b7fc49522ee6"
14 "
15S = "${WORKDIR}/git"
16 14
17DEPENDS += "libxml2" 15DEPENDS += "libxml2"
18 16
19CFLAGS += "-pthread -D_REENTRANT" 17CFLAGS += "-pthread -D_REENTRANT"
20 18
21do_configure:prepend() {
22 ( cd ${S}
23 ${S}/autogen.sh )
24}
25
26BBCLASSEXTEND = "native" 19BBCLASSEXTEND = "native"