gettext.bbclass: revert part of a cset that breaks OE with inifinite loops
authorKoen Kooi <koen@openembedded.org>
Thu, 9 Oct 2008 08:02:50 +0000 (08:02 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 9 Oct 2008 08:02:50 +0000 (08:02 +0000)
classes/gettext.bbclass

index 1c7661d..a256346 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS =+ "gettext-native virtual/libiconv virtual/libintl"
+DEPENDS =+ "gettext-native"
 EXTRA_OECONF += "--enable-nls"
 
 def gettext_after_parse(d):