diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-13 15:11:32 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-17 09:46:29 +0200 |
commit | 4d8ef1b13f39dd38d8fe5218c045ee36f36fa43d (patch) | |
tree | ff4f07dfcc652cf4012c9538ea362afc05ca8d62 /meta-efl/recipes-efl/efl/efl.inc | |
parent | 6a4469f9ebe56e02bbb531dd062fda5e1b4715a9 (diff) | |
download | meta-openembedded-4d8ef1b13f39dd38d8fe5218c045ee36f36fa43d.tar.gz |
efl, elementary, emotion-generic-players, evas-generic-loaders: upgrade to 1.14.0
* announcement:
https://phab.enlightenment.org/phame/live/3/post/enlightenment_foundation_libraries_1_14_and_friends_are_out/
* LIC_FILES_CHKSUM update is caused only by new emile module listed
there:
emile: licenses/COPYING.LGPL
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/efl.inc')
-rw-r--r-- | meta-efl/recipes-efl/efl/efl.inc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index ba993af35..65c9f37fd 100644 --- a/meta-efl/recipes-efl/efl/efl.inc +++ b/meta-efl/recipes-efl/efl/efl.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "EFL" | 1 | SUMMARY = "EFL" |
2 | LICENSE = "MIT & BSD & LGPL-2.1" | 2 | LICENSE = "MIT & BSD & LGPL-2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a1809a807e39dd48ddcf7be98477d130" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5cb19adb5be911811c7a4e05152548e8" |
4 | 4 | ||
5 | DEPENDS_class-native = "freetype-native libxext-native libpng-native jpeg-native tiff-native libfribidi-native glib-2.0-native dbus-native" | 5 | DEPENDS_class-native = "freetype-native libxext-native libpng-native jpeg-native tiff-native libfribidi-native glib-2.0-native dbus-native" |
6 | DEPENDS = "virtual/libiconv tslib curl glib-2.0 gnutls pkgconfig zlib jpeg openssl libsndfile1 dbus libexif librsvg freetype libpng tiff libxext virtual/libx11 libxdamage libxrender fontconfig libfribidi giflib udev libxcursor libxcomposite libxinerama libxrandr libxtst libxscrnsaver efl-native util-linux" | 6 | DEPENDS = "virtual/libiconv tslib curl glib-2.0 gnutls pkgconfig zlib jpeg openssl libsndfile1 dbus libexif librsvg freetype libpng tiff libxext virtual/libx11 libxdamage libxrender fontconfig libfribidi giflib udev libxcursor libxcomposite libxinerama libxrandr libxtst libxscrnsaver efl-native util-linux" |
@@ -33,6 +33,7 @@ EXTRA_OECONF_append_class-native = " \ | |||
33 | --disable-physics \ | 33 | --disable-physics \ |
34 | --disable-multisense \ | 34 | --disable-multisense \ |
35 | --disable-cserve \ | 35 | --disable-cserve \ |
36 | --disable-libeeze \ | ||
36 | --with-x11=none \ | 37 | --with-x11=none \ |
37 | --disable-image-loader-bmp \ | 38 | --disable-image-loader-bmp \ |
38 | --disable-image-loader-eet \ | 39 | --disable-image-loader-eet \ |
@@ -70,11 +71,6 @@ PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" | |||
70 | # currently we don't provide doxygen-native | 71 | # currently we don't provide doxygen-native |
71 | PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,doxygen-native" | 72 | PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,doxygen-native" |
72 | 73 | ||
73 | # new efl doesn't have option to disable eeze build and we don't want to provide udev-native just to build eeze-native we don't need | ||
74 | do_configure_prepend_class-native() { | ||
75 | sed -i 's/EFL_LIB_START_OPTIONAL(\[Eeze\], \[test "${have_linux}" = "yes"\])/EFL_LIB_START_OPTIONAL([Eeze], [test "${no-we-really-dont-want-native-eeze}" = "yes"])/g' ${S}/configure.ac | ||
76 | } | ||
77 | |||
78 | do_install_append() { | 74 | do_install_append() { |
79 | # don't ship precompiled lua files | 75 | # don't ship precompiled lua files |
80 | rm -f ${datadir}/elua/*/*.luac | 76 | rm -f ${datadir}/elua/*/*.luac |
@@ -201,6 +197,7 @@ FILES_efreet = " \ | |||
201 | " | 197 | " |
202 | FILES_eet = " \ | 198 | FILES_eet = " \ |
203 | ${bindir}/eet \ | 199 | ${bindir}/eet \ |
200 | ${bindir}/eetpack \ | ||
204 | ${bindir}/vieet \ | 201 | ${bindir}/vieet \ |
205 | ${bindir}/diffeet \ | 202 | ${bindir}/diffeet \ |
206 | ${libdir}/libeet${SOLIBS} \ | 203 | ${libdir}/libeet${SOLIBS} \ |