Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Jason Wessel <jason.wessel@windriver.com>
Cc: Openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] libpcre, ncurses: Fix problems expanding the IMAGE_INSTALL package groups
Date: Tue, 23 Apr 2013 18:00:37 +0100	[thread overview]
Message-ID: <1366736437.23738.66.camel@ted> (raw)
In-Reply-To: <1366733299-14804-1-git-send-email-jason.wessel@windriver.com>

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?

Cheers,

Richard




  reply	other threads:[~2013-04-23 17:18 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 [this message]
2013-04-23 17:26   ` Jason Wessel

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=1366736437.23738.66.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=Openembedded-core@lists.openembedded.org \
    --cc=jason.wessel@windriver.com \
    /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