On 12/21/2011 11:26 AM, Chris Larson wrote:
> On Wed, Dec 21, 2011 at 11:58 AM, Darren Hart wrote:
>> diff --git a/meta/recipes-devtools/autoconf/autoconf.inc
>> b/meta/recipes-devtools/autoconf/autoconf.inc
>> index 08a1b02..1d0cf90 100644
>> --- a/meta/recipes-devtools/autoconf/autoconf.inc
>
On Wed, Dec 21, 2011 at 11:58 AM, Darren Hart wrote:
> diff --git a/meta/recipes-devtools/autoconf/autoconf.inc
> b/meta/recipes-devtools/autoconf/autoconf.inc
> index 08a1b02..1d0cf90 100644
> --- a/meta/recipes-devtools/autoconf/autoconf.inc
> +++ b/meta/recipes-devtools/autoconf/autoconf.inc
>
From: Richard Purdie
When looking for RDEPENDS to process, bitbake iterates through PACKAGES
*and* PN. Since native.bbclass sets PACKAGES to be empty, its pointless
remapping the list of PACKAGES since this does nothing. There is a problem
since *_${PN} are used by bitbake but not remapped by the
From: Richard Purdie
When looking for RDEPENDS to process, bitbake iterates through PACKAGES
*and* PN. Since native.bbclass sets PACKAGES to be empty, its pointless
remapping the list of PACKAGES since this does nothing. There is a problem
since *_${PN} are used by bitbake but not remapped by the