From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 1/3] libqb: add new recipe
Date: Mon, 5 Jan 2015 10:00:04 +0100 [thread overview]
Message-ID: <20150105090004.GB2484@jama> (raw)
In-Reply-To: <1420442394-39127-2-git-send-email-leimaohui@cn.fujitsu.com>
[-- Attachment #1: Type: text/plain, Size: 1833 bytes --]
On Mon, Jan 05, 2015 at 03:19:52PM +0800, leimaohui wrote:
> From: leimh <leimaohui@cn.fujitsu.com>
>
> An IPC library for high performance servers
>
> Signed-off-by: leimh <leimaohui@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2015-01-05 9:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-05 7:19 [meta-oe][PATCH 0/3] add dlm and it's dependencies leimaohui
2015-01-05 7:19 ` [meta-oe][PATCH 1/3] libqb: add new recipe leimaohui
2015-01-05 9:00 ` Martin Jansa [this message]
2015-01-05 7:19 ` [meta-oe][PATCH 2/3] corosync_2.3.4: " leimaohui
2015-01-05 9:00 ` Martin Jansa
2015-01-05 7:19 ` [meta-oe][PATCH 3/3] dlm: add a " leimaohui
2015-01-05 9:02 ` Martin Jansa
2015-01-05 10:07 ` Lei, Maohui
2015-01-06 3:58 ` Lei, Maohui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150105090004.GB2484@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.