[oe] [meta-oe][PATCH 1/3] libqb: add new recipe

Martin Jansa martin.jansa at gmail.com
Mon Jan 5 09:00:04 UTC 2015


On Mon, Jan 05, 2015 at 03:19:52PM +0800, leimaohui wrote:
> From: leimh <leimaohui at cn.fujitsu.com>
> 
> An IPC library for high performance servers
> 
> Signed-off-by: leimh <leimaohui at cn.fujitsu.com>
> ---
>  meta-oe/recipes-extended/libqb/libqb_0.17.1.bb | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>  create mode 100644 meta-oe/recipes-extended/libqb/libqb_0.17.1.bb
> 
> diff --git a/meta-oe/recipes-extended/libqb/libqb_0.17.1.bb b/meta-oe/recipes-extended/libqb/libqb_0.17.1.bb
> new file mode 100644
> index 0000000..283f1d1
> --- /dev/null
> +++ b/meta-oe/recipes-extended/libqb/libqb_0.17.1.bb
> @@ -0,0 +1,26 @@
> +SUMMARY = "An IPC library for high performance servers"
> +DESCRIPTION = "libqb is a library with the primary purpose of providing high performance client server reusable features. \
> +It provides high performance logging, tracing, ipc, and poll."
> +
> +HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
> +
> +SECTION = "libs"
> +
> +inherit autotools pkgconfig
> +
> +SRC_URI = "https://fedorahosted.org/releases/q/u/quarterback/libqb-${PV}.tar.xz \
> +          "

libqb-${PV} -> ${BP}

> +
> +SRC_URI[md5sum] = "5770b343baa4528f6fec90120ec55048"
> +SRC_URI[sha256sum] = "7a2115f83bfe20eaa5f2e4ed235e8f2994235d3b87e3e5ca41ba47b320f12e29"
> +
> +LICENSE = "LGPL-2.1"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
> +
> +do_configure_prepend() {
> +    ( cd ${S}
> +      ${S}/autogen.sh )
> +}
> +
> +
> -- 
> 1.8.4.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150105/3c0cea7d/attachment-0002.sig>


More information about the Openembedded-devel mailing list