[yocto] [PATCH 1/9] native.bbclass: Fix variable remapping coverage

Darren Hart dvhart at linux.intel.com
Wed Dec 21 11:52:39 PST 2011



On 12/21/2011 11:26 AM, Chris Larson wrote:
> On Wed, Dec 21, 2011 at 11:58 AM, Darren Hart <dvhart at linux.intel.com> 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
>> @@ -6,6 +6,8 @@ LICENSE = "GPLv3"
>>  HOMEPAGE = "http://www.gnu.org/software/autoconf/"
>>  SECTION = "devel"
>>  DEPENDS += "m4-native"
>> +DEPENDS_virtclass-native = "m4-native gnu-config-native"
>> +DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk"
> 
> Is this bit needed? If so, I'm not seeing a description of this change
> in the commit message, unless I'm missing something.

It appears to me that Richard just moved these from autoconf_2.68.bb to
autoconf.inc unchanged. The [R]DEPENDS stuff in the recipe may have been
added to work around the issue this patch addresses, and the DEPENDS was
redundant. After removing that and the RDEPENDS* (which are now handled
properly by native.bbclass) moving the remaining 2 DEPENDS_virtuclass*
assignments into the .inc along with the only remaining DEPENDS makes
sense to me.

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



More information about the yocto mailing list