summaryrefslogtreecommitdiff
path: root/automake
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-02-11 23:21:34 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-02-11 23:21:34 +0000
commit3a09c78db3b903d054a8dbaaf10420bb619c84ee (patch)
tree5ace8961a43b6da99595724ed56e3c9ef901b16d /automake
parentfb80922dcb753a66d22979c62c42a33e00a35e5f (diff)
no need to depend on patcher-native since that is already done by base.oeclass
BKrev: 402ab8fe4GibFLIRy7g7UP4ViBcDXA
Diffstat (limited to 'automake')
-rw-r--r--automake/automake-native_1.8.2.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/automake/automake-native_1.8.2.oe b/automake/automake-native_1.8.2.oe
index bf82aee15e..ad31673c65 100644
--- a/automake/automake-native_1.8.2.oe
+++ b/automake/automake-native_1.8.2.oe
@@ -1,6 +1,6 @@
include automake_${PV}.oe
S = ${WORKDIR}/automake-${PV}
-DEPENDS = autoconf-native patcher-native
+DEPENDS = autoconf-native
inherit native