summaryrefslogtreecommitdiff
path: root/packages/automake/automake-native.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-29 23:11:24 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-29 23:11:24 +0000
commit9303bc5d9623ce927aa7cbd0a08d676fdf7f4b73 (patch)
treee92023d719855e6d16ae0d15c072d62f9cf5a718 /packages/automake/automake-native.inc
parent3ac118be07b744242133b806053c4ec159592459 (diff)
automake: Fix automake RDEPENDS and add the perl modules needed (bug 852)
Diffstat (limited to 'packages/automake/automake-native.inc')
-rw-r--r--packages/automake/automake-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/automake/automake-native.inc b/packages/automake/automake-native.inc
index 9e89ac8621..7b69252ff0 100644
--- a/packages/automake/automake-native.inc
+++ b/packages/automake/automake-native.inc
@@ -1,7 +1,7 @@
SECTION = "devel"
include automake_${PV}.bb
DEPENDS = "autoconf-native"
-RDEPENDS_${PN} = "autoconf-native perl-native-runtime"
+RDEPENDS_automake-native = "autoconf-native perl-native-runtime"
inherit native