aboutsummaryrefslogtreecommitdiffstats
path: root/packages/anthy
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-04-27 14:52:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-27 14:52:14 +0000
commit82f4324e73b27d029a5537fcaa1ffc0f8089c320 (patch)
treea3e022514c3955ce3456dfc8d1b74ba66a24120a /packages/anthy
parent63907ab7e89a8b897a79a9200a67becb36609667 (diff)
downloadopenembedded-82f4324e73b27d029a5537fcaa1ffc0f8089c320.tar.gz
anthy-native: break dep-loop
Diffstat (limited to 'packages/anthy')
-rw-r--r--packages/anthy/anthy-native_6801.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/anthy/anthy-native_6801.bb b/packages/anthy/anthy-native_6801.bb
index 508b9ff027..eed500560c 100644
--- a/packages/anthy/anthy-native_6801.bb
+++ b/packages/anthy/anthy-native_6801.bb
@@ -1,6 +1,8 @@
require anthy_${PV}.bb
+DEPENDS =""
inherit native
+
do_stage() {
autotools_stage_all
}