summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-efl/recipes-efl/efl/ecore.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/efl/ecore.inc b/meta-efl/recipes-efl/efl/ecore.inc
index e2fff0ea26..1c8da18225 100644
--- a/meta-efl/recipes-efl/efl/ecore.inc
+++ b/meta-efl/recipes-efl/efl/ecore.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "Ecore is the Enlightenment application framework library" 1DESCRIPTION = "Ecore is the Enlightenment application framework library"
2LICENSE = "MIT BSD" 2LICENSE = "MIT BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886" 3LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886"
4DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 \ 4DEPENDS = "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 libxprintutil"
6DEPENDS_virtclass-native = "eet-native evas-native gettext-native" 6DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
7# optional 7# optional
@@ -10,7 +10,7 @@ DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
10inherit efl gettext 10inherit efl gettext
11 11
12BBCLASSEXTEND = "native" 12BBCLASSEXTEND = "native"
13INC_PR = "r0" 13INC_PR = "r1"
14 14
15do_configure_prepend() { 15do_configure_prepend() {
16 touch ${S}/po/Makefile.in.in || true 16 touch ${S}/po/Makefile.in.in || true