summaryrefslogtreecommitdiff
path: root/packages/automake/automake-native.inc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-02-21 20:51:25 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-21 20:51:25 +0000
commit9db7008ed27e0b0c9d64410347be6d065baf1784 (patch)
tree2d86eec36c4bc2f483bc41c9b2f7e4910fdf7da1 /packages/automake/automake-native.inc
parente387bcc059111a78686b097c711d28527defe510 (diff)
packages/antlr/antlr-native:
-Fix the RDEPENDS to depend on a native virtual machine. packages/autoconf/autoconf-native_2.59.bb: -Change the RDEPENDS packages/automake/automake-native*: -RDEPEND on perl-native and autoconf-native
Diffstat (limited to 'packages/automake/automake-native.inc')
-rw-r--r--packages/automake/automake-native.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/automake/automake-native.inc b/packages/automake/automake-native.inc
index 172752f3aa..e6d8a41b95 100644
--- a/packages/automake/automake-native.inc
+++ b/packages/automake/automake-native.inc
@@ -1,6 +1,7 @@
SECTION = "devel"
include automake_${PV}.bb
DEPENDS = "autoconf-native"
+RDEPENDS_${PN} = "autoconf-native perl-native"
inherit native