mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
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>
This commit is contained in:
@@ -3,20 +3,19 @@ DESCRIPTION = "libqb is a library with the primary purpose of providing high per
|
|||||||
It provides high performance logging, tracing, ipc, and poll."
|
It provides high performance logging, tracing, ipc, and poll."
|
||||||
|
|
||||||
HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
|
HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
|
||||||
|
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
|
|
||||||
|
LICENSE = "LGPL-2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
SRC_URI = "https://fedorahosted.org/releases/q/u/quarterback/${BP}.tar.xz \
|
PV = "0.17.2+git${SRCPV}"
|
||||||
"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "de1e5d38fa449b4d127940c10d117260"
|
SRCREV = "bd2c587f6ccacd8a5644b275d99324d200c2b378"
|
||||||
SRC_URI[sha256sum] = "9a419c649ed51f275dc780da8a15babb8a5d33633567bd9e0cb6193b6e21f4fe"
|
SRC_URI = "git://github.com/ClusterLabs/${BPN}.git"
|
||||||
|
|
||||||
LICENSE = "LGPL-2.1"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
|
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
( cd ${S}
|
( cd ${S}
|
||||||
|
|||||||
Reference in New Issue
Block a user