[oe] [PATCH][meta-oe 3/9] libqb: use github.com instead of retired fedorahosted.org

Khem Raj raj.khem at gmail.com
Thu Mar 30 04:50:35 UTC 2017


I have another patch which upgrades it to 1.0.1

https://github.com/kraj/meta-openembedded/commit/9778fde842b81991293a3a032d23d41da661210e

I am going to send another request soon which will have this patch
also fixes build with musl and clang.

On Wed, Mar 29, 2017 at 2:16 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> * https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement
>
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-oe/recipes-extended/libqb/libqb_0.17.2.bb | 15 +++++++--------
>  1 file 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
>  It provides high performance logging, tracing, ipc, and poll."
>
>  HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
> -
>  SECTION = "libs"
>
> -inherit autotools pkgconfig
> +LICENSE = "LGPL-2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
>
> -SRC_URI = "https://fedorahosted.org/releases/q/u/quarterback/${BP}.tar.xz \
> -          "
> +inherit autotools pkgconfig
>
> -SRC_URI[md5sum] = "de1e5d38fa449b4d127940c10d117260"
> -SRC_URI[sha256sum] = "9a419c649ed51f275dc780da8a15babb8a5d33633567bd9e0cb6193b6e21f4fe"
> +PV = "0.17.2+git${SRCPV}"
>
> -LICENSE = "LGPL-2.1"
> +SRCREV = "bd2c587f6ccacd8a5644b275d99324d200c2b378"
> +SRC_URI = "git://github.com/ClusterLabs/${BPN}.git"
>
> -LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
> +S = "${WORKDIR}/git"
>
>  do_configure_prepend() {
>      ( cd ${S}
> --
> 2.12.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list