diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-18 17:53:38 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-19 11:42:14 +0200 |
commit | 503191773e04115c42042c26336d87ff8b843e1c (patch) | |
tree | 4c50c5c8baf8609387d522840757bce7118018cc /meta-efl | |
parent | 0b0b889a1e5c49902d7e1d87a670f11054b384ae (diff) | |
download | meta-openembedded-503191773e04115c42042c26336d87ff8b843e1c.tar.gz |
ecore: drop libxputil from DEPENDS
* it was removed from oe-core
http://git.openembedded.org/openembedded-core/commit/?id=5b3748d463a6666c0d8e2624092619da8d8e6328
* it needs to be explicitly disabled now, because recipe was removed in
oe-core, but files still stay in sysroot and we cannot even
cleansstate it now without recipes around.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/ecore.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/efl/ecore.inc b/meta-efl/recipes-efl/efl/ecore.inc index 9faaf3a53..7744501b8 100644 --- a/meta-efl/recipes-efl/efl/ecore.inc +++ b/meta-efl/recipes-efl/efl/ecore.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Ecore is the Enlightenment application framework library" | |||
2 | LICENSE = "MIT BSD" | 2 | LICENSE = "MIT BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886" |
4 | DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 gnutls \ | 4 | DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 gnutls \ |
5 | libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil" | 5 | libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor" |
6 | DEPENDS_virtclass-native = "eet-native evas-native gettext-native" | 6 | DEPENDS_virtclass-native = "eet-native evas-native gettext-native" |
7 | # optional | 7 | # optional |
8 | # DEPENDS += "directfb virtual/libsdl openssl virtual/libiconv" | 8 | # DEPENDS += "directfb virtual/libsdl openssl virtual/libiconv" |
@@ -10,7 +10,7 @@ DEPENDS_virtclass-native = "eet-native evas-native gettext-native" | |||
10 | inherit efl gettext | 10 | inherit efl gettext |
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | INC_PR = "r0" | 13 | INC_PR = "r1" |
14 | 14 | ||
15 | do_configure_prepend() { | 15 | do_configure_prepend() { |
16 | touch ${S}/po/Makefile.in.in || true | 16 | touch ${S}/po/Makefile.in.in || true |
@@ -78,6 +78,7 @@ ECORE_OECONF = "\ | |||
78 | --enable-inotify \ | 78 | --enable-inotify \ |
79 | --disable-ecore-desktop \ | 79 | --disable-ecore-desktop \ |
80 | --disable-ecore-x-xcb \ | 80 | --disable-ecore-x-xcb \ |
81 | --disable-ecore-x-xprint \ | ||
81 | --disable-ecore-directfb \ | 82 | --disable-ecore-directfb \ |
82 | --disable-ecore-sdl \ | 83 | --disable-ecore-sdl \ |
83 | --enable-ecore-evas-opengl-x11 \ | 84 | --enable-ecore-evas-opengl-x11 \ |