[oe-commits] Tom Rini : ecore: Update to use 'inherit gettext'

git version control git at git.openembedded.org
Wed Mar 9 19:19:08 UTC 2011


Module: openembedded.git
Branch: master
Commit: a2ac727a6f32616d0049c4f7b074f1c3d9bec8d6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a2ac727a6f32616d0049c4f7b074f1c3d9bec8d6

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  9 09:42:56 2011 -0700

ecore: Update to use 'inherit gettext'

This also means dropping virtual/libiconv so re-align the whole
DEPENDS lines.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/efl1/ecore.inc |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/efl1/ecore.inc b/recipes/efl1/ecore.inc
index 6ff455f..27a2e11 100644
--- a/recipes/efl1/ecore.inc
+++ b/recipes/efl1/ecore.inc
@@ -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





More information about the Openembedded-commits mailing list