From: Jason Wessel <jason.wessel@windriver.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] libpcre, ncurses: Fix problems expanding the IMAGE_INSTALL package groups
Date: Tue, 23 Apr 2013 12:26:57 -0500 [thread overview]
Message-ID: <5176C461.1000307@windriver.com> (raw)
In-Reply-To: <1366736437.23738.66.camel@ted>
On 04/23/2013 12:00 PM, Richard Purdie wrote:
> On Tue, 2013-04-23 at 11:08 -0500, Jason Wessel wrote:
>> The ncurses and libpcre packages were generating the following errors
>> as a result of not specifing the PACKAGES_DYNAMIC correctly. These
>> errors only appear when using the IMAGE_INSTALL list that has been
>> expanded by the hob or from the pkgdata.
>>
>> ERROR: Nothing RPROVIDES 'ncurses-libtinfo'
>> ERROR: Nothing RPROVIDES 'libpcreposix'
>>
>> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
>> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
>> ---
>> meta/recipes-core/ncurses/ncurses.inc | 2 ++
>> meta/recipes-support/libpcre/libpcre_8.32.bb | 2 ++
>> 2 files changed, 4 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
>> index bcb9c94..78ff153 100644
>> --- a/meta/recipes-core/ncurses/ncurses.inc
>> +++ b/meta/recipes-core/ncurses/ncurses.inc
>> @@ -42,6 +42,8 @@ EXCONFIG_ARGS_virtclass-nativesdk = " \
>> --with-chtype='long' \
>> --with-mmask-t='long'"
>>
>> +PACKAGES_DYNAMIC = "^${PN}-.*"
>> +
>> # Fall back to the host termcap / terminfo for -nativesdk and -native
>> # The reality is a work around for strange problems with things like
>> # "bitbake -c menuconfig busybox" where it cannot find the terminfo
> This makes sense since its doing dynamic package splitting.
>
>> diff --git a/meta/recipes-support/libpcre/libpcre_8.32.bb b/meta/recipes-support/libpcre/libpcre_8.32.bb
>> index 4d17741..71cc119 100644
>> --- a/meta/recipes-support/libpcre/libpcre_8.32.bb
>> +++ b/meta/recipes-support/libpcre/libpcre_8.32.bb
>> @@ -26,6 +26,8 @@ inherit autotools binconfig
>>
>> PARALLEL_MAKE = ""
>>
>> +PACKAGES_DYNAMIC = "^${PN}.*"
>> +
>> EXTRA_OECONF = "\
>> --enable-newline-is-lf \
>> --enable-rebuild-chartables \
> However this does not. libpcreposix is clearly listed in PACKAGES. Was
> this based on an older recipe and can someone check this is needed on
> master?
I'll double check on this and submit a new patch. This was originally against the libpcre 8.21 from YP 1.2.
Jason.
prev parent reply other threads:[~2013-04-23 17:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-23 16:08 [PATCH] libpcre, ncurses: Fix problems expanding the IMAGE_INSTALL package groups Jason Wessel
2013-04-23 17:00 ` Richard Purdie
2013-04-23 17:26 ` Jason Wessel [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=5176C461.1000307@windriver.com \
--to=jason.wessel@windriver.com \
--cc=Openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox