[oe] [oe-commits] [meta-openembedded] 09/10: c-ares: move from meta-networking to meta-oe

Khem Raj raj.khem at gmail.com
Wed Feb 26 02:00:05 UTC 2020



On 2/25/20 1:25 PM, Martin Jansa wrote:
> With this one included, you can drop "07/10: nodejs: don't enable ares
> support by default"
> 

yes it will be thanks

> On Tue, Feb 25, 2020 at 10:22 PM <git at git.openembedded.org
> <mailto:git at git.openembedded.org>> wrote:
> 
>     This is an automated email from the git hooks/post-receive script.
> 
>     khem pushed a commit to branch master-next
>     in repository meta-openembedded.
> 
>     commit d15fd2cfb6bcd2472a8b346cc6fe4bc070675d13
>     Author: Martin Jansa <martin.jansa at gmail.com
>     <mailto:martin.jansa at gmail.com>>
>     AuthorDate: Tue Feb 25 20:36:15 2020 +0100
> 
>         c-ares: move from meta-networking to meta-oe
> 
>         * nodejs from meta-oe depends on this since:
>           commit 76dd3dac1f1e67a5c44ad732b8e827cc36ded641
>           Author: André Draszik <git at andred.net <mailto:git at andred.net>>
>           Date:   Tue Oct 29 16:42:24 2019 +0000
> 
>             nodejs: allow use of system c-ares (and make default)
> 
>             Use system c-ares via PACKAGECONFIG by default. So far,
>             nodejs had been built using its embedded copy of c-ares,
>             which we generally try to avoid, for the known reasons
>             (independent updates, cve & license checks, etc).
> 
>             Notes:
>             * otherwise nodejs uses its bundled version of c-ares
>             * the PACKAGECONFIG variable is 'ares' so as to be in
>               line with other uses of this (wget & curl recipes in
>               OE core)
> 
>             Signed-off-by: André Draszik <git at andred.net
>     <mailto:git at andred.net>>
>             Signed-off-by: Khem Raj <raj.khem at gmail.com
>     <mailto:raj.khem at gmail.com>>
> 
>         Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com
>     <mailto:Martin.Jansa at gmail.com>>
>         Signed-off-by: Khem Raj <raj.khem at gmail.com
>     <mailto:raj.khem at gmail.com>>
>     ---
>      .../recipes-core/packagegroups/packagegroup-meta-networking.bb
>     <http://packagegroup-meta-networking.bb>          | 2 +-
>      meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
>     <http://packagegroup-meta-oe.bb>              | 2 +-
>      .../recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch 
>          | 0
>      {meta-networking =>
>     meta-oe}/recipes-support/c-ares/c-ares_1.15.0.bb
>     <http://c-ares_1.15.0.bb>    | 0
>      4 files changed, 2 insertions(+), 2 deletions(-)
> 
>     diff --git
>     a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb
>     <http://packagegroup-meta-networking.bb>
>     b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb
>     <http://packagegroup-meta-networking.bb>
>     index fa9bf2d..103c99b 100644
>     ---
>     a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb
>     <http://packagegroup-meta-networking.bb>
>     +++
>     b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb
>     <http://packagegroup-meta-networking.bb>
>     @@ -107,7 +107,7 @@ RDEPENDS_packagegroup-meta-networking-support = "\
>          tunctl dovecot ipvsadm stunnel chrony spice-protocol \
>          usbredir ntop wireshark tnftp lksctp-tools \
>          cim-schema-docs cim-schema-final cim-schema-exper \
>     -    libmemcached smcroute libtevent ipcalc c-ares uftp \
>     +    libmemcached smcroute libtevent ipcalc uftp \
>          ntimed linux-atm ssmtp openvpn rdma-core \
>          iftop aoetools tcpslice tcpdump libtalloc memcached nuttcp netcat \
>          netcat-openbsd fetchmail yp-tools ypbind-mt yp-tools \
>     diff --git
>     a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
>     <http://packagegroup-meta-oe.bb>
>     b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
>     <http://packagegroup-meta-oe.bb>
>     index 0bda946..d096539 100644
>     --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
>     <http://packagegroup-meta-oe.bb>
>     +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
>     <http://packagegroup-meta-oe.bb>
>     @@ -238,7 +238,7 @@ NE10_armv7a = "ne10"
>      NE10_armv7ve = "ne10"
> 
>      RDEPENDS_packagegroup-meta-oe-support ="\
>     -    anthy asio atop augeas avro-c bdwgc frame grail \
>     +    anthy asio atop augeas avro-c bdwgc frame grail c-ares \
>          ccid ceres-solver ckermit cpprest ctapi-common daemonize \
>          daemontools debsums devmem2 dfu-util dfu-util-native digitemp \
>          dstat eject enca epeg espeak fbset fbset-modes \
>     diff --git
>     a/meta-networking/recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch
>     b/meta-oe/recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch
>     similarity index 100%
>     rename from
>     meta-networking/recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch
>     rename to
>     meta-oe/recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch
>     diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb
>     <http://c-ares_1.15.0.bb>
>     b/meta-oe/recipes-support/c-ares/c-ares_1.15.0.bb
>     <http://c-ares_1.15.0.bb>
>     similarity index 100%
>     rename from meta-networking/recipes-support/c-ares/c-ares_1.15.0.bb
>     <http://c-ares_1.15.0.bb>
>     rename to meta-oe/recipes-support/c-ares/c-ares_1.15.0.bb
>     <http://c-ares_1.15.0.bb>
> 
>     -- 
>     To stop receiving notification emails like this one, please contact
>     the administrator of this repository.
>     -- 
>     _______________________________________________
>     Openembedded-commits mailing list
>     Openembedded-commits at lists.openembedded.org
>     <mailto:Openembedded-commits at lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-commits
> 


More information about the Openembedded-devel mailing list