From 0e051a7cc507db475ab4d538d1317cd211da5b30 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 27 Jan 2011 10:27:38 -0700 Subject: automake: Add perl-native as a dep rather than perl-runtime-native Acked-by: Koen Kooi Acked-by: Martin Jansa Acked-by: Frans Meulenbroeks Signed-off-by: Tom Rini --- recipes/automake/automake.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/automake/automake.inc b/recipes/automake/automake.inc index e378c048dc..1eae3c03e9 100644 --- a/recipes/automake/automake.inc +++ b/recipes/automake/automake.inc @@ -2,8 +2,8 @@ DESCRIPTION = "A tool for automatically generating Makefiles." LICENSE = "GPL" HOMEPAGE = "http://www.gnu.org/software/automake/" SECTION = "devel" -DEPENDS_virtclass-native = "autoconf-native" -RDEPENDS_automake-native = "autoconf-native perl-native-runtime" +DEPENDS_virtclass-native = "autoconf-native perl-native" +RDEPENDS_automake-native = "autoconf-native perl-native" RDEPENDS_automake += "\ autoconf \ perl \ -- cgit 1.2.3-korg