[oe] [PATCH 3/5] automake: Add perl-native as a dep rather than perl-runtime-native

Tom Rini tom_rini at mentor.com
Fri Jan 28 18:52:31 UTC 2011


Signed-off-by: Tom Rini <tom_rini at mentor.com>
---
 recipes/automake/automake.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/automake/automake.inc b/recipes/automake/automake.inc
index e378c04..1eae3c0 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 \
-- 
1.7.0.4





More information about the Openembedded-devel mailing list