[oe-commits] Tom Rini : automake: Add perl-native as a dep rather than perl-runtime-native

git version control git at git.openembedded.org
Tue Feb 1 17:53:07 UTC 2011


Module: openembedded.git
Branch: master
Commit: 0e051a7cc507db475ab4d538d1317cd211da5b30
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e051a7cc507db475ab4d538d1317cd211da5b30

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Jan 27 10:27:38 2011 -0700

automake: Add perl-native as a dep rather than perl-runtime-native

Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
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 \





More information about the Openembedded-commits mailing list