mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Ecore is the Enlightenment application framework library"
|
||||
LICENSE = "MIT BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886"
|
||||
DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 gnutls \
|
||||
libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
|
||||
libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor"
|
||||
DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
|
||||
# optional
|
||||
# DEPENDS += "directfb virtual/libsdl openssl virtual/libiconv"
|
||||
@@ -10,7 +10,7 @@ DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
|
||||
inherit efl gettext
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
INC_PR = "r0"
|
||||
INC_PR = "r1"
|
||||
|
||||
do_configure_prepend() {
|
||||
touch ${S}/po/Makefile.in.in || true
|
||||
@@ -78,6 +78,7 @@ ECORE_OECONF = "\
|
||||
--enable-inotify \
|
||||
--disable-ecore-desktop \
|
||||
--disable-ecore-x-xcb \
|
||||
--disable-ecore-x-xprint \
|
||||
--disable-ecore-directfb \
|
||||
--disable-ecore-sdl \
|
||||
--enable-ecore-evas-opengl-x11 \
|
||||
|
||||
Reference in New Issue
Block a user