ecore: Update to use 'inherit gettext'
authorTom Rini <tom_rini@mentor.com>
Wed, 9 Mar 2011 16:42:56 +0000 (09:42 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 9 Mar 2011 19:17:15 +0000 (12:17 -0700)
This also means dropping virtual/libiconv so re-align the whole
DEPENDS lines.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/efl1/ecore.inc

index 6ff455f..27a2e11 100644 (file)
@@ -1,15 +1,15 @@
 DESCRIPTION = "Ecore is the Enlightenment application framework library"
 LICENSE = "MIT BSD"
-DEPENDS = "gettext-native virtual/libiconv tslib curl eet evas glib-2.0 \
-           libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
+DEPENDS = "tslib curl eet evas glib-2.0 libxtst libxcomposite libxinerama \
+           libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
 DEPENDS_virtclass-native = "eet-native evas-native"       
 # optional
-# DEPENDS += "directfb virtual/libsdl openssl virtual/libiconv"
+# DEPENDS += "directfb virtual/libsdl openssl"
 
-inherit efl
+inherit efl gettext
 
 BBCLASSEXTEND = "native"
-INC_PR = "r0"
+INC_PR = "r1"
 
 do_configure_prepend() {
        touch ${S}/po/Makefile.in.in || true