All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent Prince <vincent.prince.fr@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 3/3] czmq: bump version 4.1.1 => 4.2.0
Date: Wed, 3 Apr 2019 10:34:45 +0200	[thread overview]
Message-ID: <CAB2nKc-uJ+M0pHkXo0vwBkUmy6CVhB-TLKNDFZpY3JmH=U0Dtg@mail.gmail.com> (raw)
In-Reply-To: <1554280123-19112-3-git-send-email-vincent.prince.fr@gmail.com>

I forgot to remove 0001-Problem-out-of-date-with-zproject.patch file, it
will fixed in v2.

Le mer. 3 avr. 2019 à 10:29, Vincent Prince <vincent.prince.fr@gmail.com> a
écrit :

> Also, add curl and systemd to PACKAGECONFIG
>
> Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
> ---
>  .../zeromq/{czmq_4.1.1.bb => czmq_4.2.0.bb}            | 18
> +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
>  rename meta-oe/recipes-connectivity/zeromq/{czmq_4.1.1.bb =>
> czmq_4.2.0.bb} (56%)
>
> diff --git a/meta-oe/recipes-connectivity/zeromq/czmq_4.1.1.bb
> b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.0.bb
> similarity index 56%
> rename from meta-oe/recipes-connectivity/zeromq/czmq_4.1.1.bb
> rename to meta-oe/recipes-connectivity/zeromq/czmq_4.2.0.bb
> index f2db004..4ec1c04 100644
> --- a/meta-oe/recipes-connectivity/zeromq/czmq_4.1.1.bb
> +++ b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.0.bb
> @@ -1,15 +1,13 @@
> -DESCRIPTION = "C bindings for ZeroMQ"
> -HOMEPAGE = "http://www.zeromq.org"
> +DESCRIPTION = "High-level C binding for 0MQ"
> +HOMEPAGE = "http://czmq.zeromq.org/"
>  LICENSE = "MPL-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3"
>  DEPENDS = "zeromq"
>
> -SRC_URI = "
> https://github.com/zeromq/czmq/releases/download/v${PV}/czmq-${PV}.tar.gz
> \
> -    file://0001-Problem-out-of-date-with-zproject.patch \
> -"
> +SRC_URI = "
> https://github.com/zeromq/czmq/releases/download/v${PV}/czmq-${PV}.tar.gz"
>
> -SRC_URI[md5sum] = "6d3a6fdd25c2bb29897c53670dce97bf"
> -SRC_URI[sha256sum] =
> "f00ff419881dc2a05d0686c8467cd89b4882677fc56f31c0e2cc81c134cbb0c0"
> +SRC_URI[md5sum] = "7e09997db6ac3b25e8ed104053040722"
> +SRC_URI[sha256sum] =
> "cfab29c2b3cc8a845749758a51e1dd5f5160c1ef57e2a41ea96e4c2dcc8feceb"
>
>  inherit cmake
>
> @@ -17,14 +15,16 @@ PACKAGES = "lib${BPN} lib${BPN}-dev
> lib${BPN}-staticdev ${PN} ${PN}-dbg"
>
>  FILES_${PN} = "${bindir}/*"
>  FILES_lib${BPN} = "${libdir}/*.so.*"
> -FILES_lib${BPN}-dev = "${libdir}/*.so ${libdir}/pkgconfig ${includedir}"
> +FILES_lib${BPN}-dev = "${libdir}/*.so ${libdir}/pkgconfig ${includedir}
> ${datadir}/cmake"
>  FILES_lib${BPN}-staticdev = "${libdir}/lib*.a"
>
>  RDEPENDS_lib${BPN}-dev = "zeromq-dev"
>
> -PACKAGECONFIG ??= "lz4 uuid"
> +PACKAGECONFIG ??= "lz4 uuid curl ${@bb.utils.filter('DISTRO_FEATURES',
> 'systemd', d)}"
>  PACKAGECONFIG[lz4] = ",-DCMAKE_DISABLE_FIND_PACKAGE_lz4=TRUE,lz4"
>  PACKAGECONFIG[uuid] = ",-DCMAKE_DISABLE_FIND_PACKAGE_uuid=TRUE,util-linux"
> +PACKAGECONFIG[curl] = ",-DCMAKE_DISABLE_FIND_PACKAGE_libcurl=TRUE,curl"
> +PACKAGECONFIG[systemd] =
> ",-DCMAKE_DISABLE_FIND_PACKAGE_systemd=TRUE,systemd"
>
>  BBCLASSEXTEND = "nativesdk"
>
> --
> 2.7.4
>
>


      reply	other threads:[~2019-04-03  8:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03  8:28 [meta-oe][PATCH 1/3] zeromq: bump version 4.2.5 => 4.3.1 Vincent Prince
2019-04-03  8:28 ` [meta-oe][PATCH 2/3] cppzmq: bump version 4.2.3 " Vincent Prince
2019-04-03  8:56   ` Adrian Bunk
2019-04-03 10:42     ` Vincent Prince
2019-04-03 10:43       ` Vincent Prince
2019-04-03 11:15       ` Adrian Bunk
2019-04-03 11:36         ` Vincent Prince
2019-04-03 12:03           ` Martin Jansa
2019-04-03 12:31             ` Vincent Prince
2019-04-03 12:50               ` Martin Jansa
2019-04-03 16:52   ` Khem Raj
2019-04-03 19:33     ` Vincent Prince
2019-04-04  9:12       ` Vincent Prince
2019-04-04 16:34         ` Khem Raj
2019-04-03  8:28 ` [meta-oe][PATCH 3/3] czmq: bump version 4.1.1 => 4.2.0 Vincent Prince
2019-04-03  8:34   ` Vincent Prince [this message]

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='CAB2nKc-uJ+M0pHkXo0vwBkUmy6CVhB-TLKNDFZpY3JmH=U0Dtg@mail.gmail.com' \
    --to=vincent.prince.fr@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.