[oe] [PATCH 4/5] autoconf: Add perl-native as a dep

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Fri Jan 28 21:06:04 UTC 2011


2011/1/28 Tom Rini <tom_rini at mentor.com>:
> Signed-off-by: Tom Rini <tom_rini at mentor.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
> ---
>  recipes/autoconf/autoconf.inc |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc
> index 1815b5d..2f8c122 100644
> --- a/recipes/autoconf/autoconf.inc
> +++ b/recipes/autoconf/autoconf.inc
> @@ -3,10 +3,10 @@ automatically configure sourcecode."
>  LICENSE = "GPLv3+-with-Autoconf-Configure-Script-Exception-v3.0"
>  HOMEPAGE = "http://www.gnu.org/software/autoconf/"
>  SECTION = "devel"
> -DEPENDS += "m4-native"
> +DEPENDS += "m4-native perl-native"
>  RDEPENDS_${PN} = "m4 perl gnu-config"
> -DEPENDS_virtclass-native = "m4-native gnu-config-native"
> -RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
> +DEPENDS_virtclass-native = "m4-native gnu-config-native perl-native"
> +RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native perl-native"
>
>  INC_PR = "r13"
>
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list