summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-03-29 10:18:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-31 13:26:04 +0200
commit18893ec9498cbb5bf9259f36c2bee03cedc4b6de (patch)
treec78edce22f95f8acd06c058d82a876a4806355ad /meta-oe/recipes-extended
parent23361dfa39c2356b57e8b25baf08bde62454fcb4 (diff)
downloadmeta-openembedded-18893ec9498cbb5bf9259f36c2bee03cedc4b6de.tar.gz
libqb: use github.com instead of retired fedorahosted.org
* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/libqb/libqb_0.17.2.bb15
1 files changed, 7 insertions, 8 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb
index 40d06f379..2d3278ce8 100644
--- a/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb
+++ b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb
@@ -3,20 +3,19 @@ DESCRIPTION = "libqb is a library with the primary purpose of providing high per
3It provides high performance logging, tracing, ipc, and poll." 3It provides high performance logging, tracing, ipc, and poll."
4 4
5HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki" 5HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
6
7SECTION = "libs" 6SECTION = "libs"
8 7
9inherit autotools pkgconfig 8LICENSE = "LGPL-2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
10 10
11SRC_URI = "https://fedorahosted.org/releases/q/u/quarterback/${BP}.tar.xz \ 11inherit autotools pkgconfig
12 "
13 12
14SRC_URI[md5sum] = "de1e5d38fa449b4d127940c10d117260" 13PV = "0.17.2+git${SRCPV}"
15SRC_URI[sha256sum] = "9a419c649ed51f275dc780da8a15babb8a5d33633567bd9e0cb6193b6e21f4fe"
16 14
17LICENSE = "LGPL-2.1" 15SRCREV = "bd2c587f6ccacd8a5644b275d99324d200c2b378"
16SRC_URI = "git://github.com/ClusterLabs/${BPN}.git"
18 17
19LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785" 18S = "${WORKDIR}/git"
20 19
21do_configure_prepend() { 20do_configure_prepend() {
22 ( cd ${S} 21 ( cd ${S}