diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-27 14:52:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 14:52:14 +0000 |
commit | 82f4324e73b27d029a5537fcaa1ffc0f8089c320 (patch) | |
tree | a3e022514c3955ce3456dfc8d1b74ba66a24120a /packages/anthy | |
parent | 63907ab7e89a8b897a79a9200a67becb36609667 (diff) |
anthy-native: break dep-loop
Diffstat (limited to 'packages/anthy')
-rw-r--r-- | packages/anthy/anthy-native_6801.bb | 2 |
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 } |