[OE-core] [v2 12/12] gnu-config-native: add dependency on perl-native

Saul Wold sgw at linux.intel.com
Thu Apr 14 21:24:17 UTC 2011


On 04/14/2011 01:56 AM, Dexuan Cui wrote:
> From: Dexuan Cui<dexuan.cui at intel.com>
>
> Fixes [YOCTO #968]
>
> Signed-off-by: Dexuan Cui<dexuan.cui at intel.com>
> ---
>   .../gnu-config/gnu-config_20080123.bb              |    4 +++-
>   1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
> index e0a8155..2ad0834 100644
> --- a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
> +++ b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
> @@ -3,7 +3,9 @@ DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a direc
>   SECTION = "devel"
>   LICENSE = "GPLv1+"
>   LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3"
> -DEPENDS = ""
> +
> +DEPENDS_virtclass-native = "perl-native"
> +
>   INHIBIT_DEFAULT_DEPS = "1"
>
>   FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
Looks like you forgot to bump PR for this.

Also, there is a patch associated with this recipe that needs the 
Upstream-Status tag




More information about the Openembedded-core mailing list