From: Koen Kooi Date: Thu, 27 Apr 2006 14:52:14 +0000 (+0000) Subject: anthy-native: break dep-loop X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82f4324e73b27d029a5537fcaa1ffc0f8089c320;p=openembedded.git anthy-native: break dep-loop --- 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 }