aboutsummaryrefslogtreecommitdiffstats
path: root/packages/automake/automake-native_1.8.4.bb
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_1.8.4.bb
parente387bcc059111a78686b097c711d28527defe510 (diff)
downloadopenembedded-9db7008ed27e0b0c9d64410347be6d065baf1784.tar.gz
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_1.8.4.bb')
-rw-r--r--packages/automake/automake-native_1.8.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/automake/automake-native_1.8.4.bb b/packages/automake/automake-native_1.8.4.bb
index 7969426a63..6732f23713 100644
--- a/packages/automake/automake-native_1.8.4.bb
+++ b/packages/automake/automake-native_1.8.4.bb
@@ -2,6 +2,7 @@ SECTION = "devel"
include automake_${PV}.bb
S = "${WORKDIR}/automake-${PV}"
DEPENDS = "autoconf-native"
+RDEPENDS_${PN} = "autoconf-native perl-native"
inherit native