From: Adrian Bunk <bunk@stusta.de>
To: Alex Kiernan <alex.kiernan@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] wget: Convert EXTRA_OECONF to PACKAGECONFIG, extend PACKAGECONFIG
Date: Sun, 24 Mar 2019 10:50:00 +0200 [thread overview]
Message-ID: <20190324085000.GA484@localhost> (raw)
In-Reply-To: <1553372992-3009-1-git-send-email-alex.kiernan@gmail.com>
On Sat, Mar 23, 2019 at 08:29:51PM +0000, Alex Kiernan wrote:
> Convert existing EXTRA_OECONF and DEPENDS to PACKAGECONFIG, fill out
> remaining PACKAGECONFIG options. Note we pass in --without-libpsl, which
> we didn't previously, but all this actually ends up doing is silencing a
> warning from the configure script, the code still uses an internal
> implemention when using this option.
>
> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> ---
>
> meta/recipes-extended/wget/wget.inc | 17 ++++++++++++-----
> 1 file changed, 12 insertions(+), 5 deletions(-)
>
> diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
> index 3cff656a68d9..99af039f417a 100644
> --- a/meta/recipes-extended/wget/wget.inc
> +++ b/meta/recipes-extended/wget/wget.inc
>...
> -EXTRA_OECONF = "--with-ssl=gnutls --disable-rpath --disable-iri \
> - --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no"
> +EXTRA_OECONF = "--without-libgnutls-prefix --without-libssl-prefix \
> + --disable-rpath ac_cv_header_uuid_uuid_h=no"
>...
> +PACKAGECONFIG[libuuid] = "--with-libuuid,--without-libuuid,util-linux"
>...
Can't the ac_cv_header_uuid_uuid_h hack be removed when this is now
handled with PACKAGECONFIG?
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2019-03-24 8:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-23 20:29 [PATCH] wget: Convert EXTRA_OECONF to PACKAGECONFIG, extend PACKAGECONFIG Alex Kiernan
2019-03-24 8:50 ` Adrian Bunk [this message]
2019-03-24 9:23 ` Alex Kiernan
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=20190324085000.GA484@localhost \
--to=bunk@stusta.de \
--cc=alex.kiernan@gmail.com \
--cc=openembedded-core@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.