[oe] [meta-oe][PATCH] rabbitmq-c: add recipe

Martin Jansa martin.jansa at gmail.com
Tue Aug 12 11:45:38 UTC 2014


On Mon, Aug 11, 2014 at 04:33:56PM +0200, Maciej Borzecki wrote:
> rabbitmq-c is a C library providing an implementation of AMQP client for
> use with v2.0+ of the RabbitMQ broker
> 
> Signed-off-by: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
> Signed-off-by: Maciek Borzecki <maciek.borzecki at gmail.com>
> ---
>  .../rabbitmq-c/rabbitmq-c_0.5.0.bb                 | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb
> 
> diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb
> new file mode 100644
> index 0000000..d8e3189
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.5.0.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker"
> +HOMEPAGE = "https://github.com/alanxz/rabbitmq-c"
> +LIC_FILES_CHKSUM = "file://${S}/LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53"
> +LICENSE = "MIT"
> +
> +SRC_URI = "https://github.com/alanxz/rabbitmq-c/releases/download/v${PV}/rabbitmq-c-${PV}.tar.gz"
> +SRC_URI[md5sum] = "b1f902c658c772cda464754678d8deb6"
> +SRC_URI[sha256sum] = "53702ea2ab809af0f923e387458e2cad191d9549f50410035fe82ce5e6ccc4fa"
> +
> +PR = "r0"

^ dropped when cherry-picking to master-next

> +
> +S = "${WORKDIR}/rabbitmq-c-${PV}"

^ dropped when cherry-picking to master-next

> +
> +EXTRA_OECONF = "--disable-examples --enable-tools"
> +
> +inherit autotools pkgconfig
> +
> +PACKAGES = "${PN}-dev ${PN}-dbg ${PN}-tools ${PN}"

Why are you dropping -doc, -staticdev, -locale and other default
packages?

PACKAGE_BEFORE_PN += "${PN}-tools"

should be enough, will do in master-next, but please ack

> +
> +DEPENDS = "popt openssl"
> +
> +FILES_${PN}-tools = "${bindir}"
> \ No newline at end of file
> -- 
> 1.9.0
> 
> -- 
> _______________________________________________
> 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/20140812/652e6c11/attachment-0002.sig>


More information about the Openembedded-devel mailing list