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

Chris Larson kergoth at gmail.com
Wed Dec 21 11:26:18 PST 2011


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.
-- 
Christopher Larson



More information about the yocto mailing list