aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
AgeCommit message (Collapse)Author
2013-01-06meta-efl: upgrade efl to 1.7.5Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-03edbus2: update DESCRIPTIONMartin Jansa
* remove HAL from DESCRIPTION, it's from e_dbus Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-03edbus2: update SRC_URIMartin Jansa
* edbus2 was merged in efl tree and moved to IN-EFL in r81826 there is important fix also in IN-EFL/edbus2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-03e-base: bump EFL_SRCREVMartin Jansa
* this upgrade is important mostly for edbus2 * edbus2 is using AC_TRY_RUN in edbus/m4/ac_valist.m4, it does not work for us cross-compiling * without this change eve/enjoy segfaults: http://sourceforge.net/mailarchive/message.php?msg_id=30297875 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-27webkit-efl: fix build with bison-2.6+Martin Jansa
* bison was upgraded to 2.7 in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25mcnavi: upgrade to 0.3.4Martin Jansa
* old version no longer available on SRC_URI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23edbus2: include edbus-codegen in PN-utilsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23e-wm: add recipe for released tarballMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23meta-efl: update efl svn recipes PV to 1.7.4+svnrMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23meta-efl: upgrade efl to 1.7.4Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23e-base: bump EFL_SRCREV for E17 zeroMartin Jansa
* alias final Enlightenment 0.17 version * announcement: http://www.enlightenment.org/p.php?p=news&l=en Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19e-base: bump EFL_SRCREV for E17 release called omegeMartin Jansa
* this should be last pre-release before E17 * changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=75 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-18azy: rename lemon provided by azy-native to azy_lemonMartin Jansa
* meta-openembedded/meta-oe/recipes-devtools/lemon/lemon_3.5.4.bb provides almost the same lemon but lemon.c in azy sources is a bit modified (and completely reformatted :/) * rename it to resolve: WARNING: The recipe azy-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/lemon Matched in manifest-x86_64-lemon-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-18terminology: upgrade to 0.2.0Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-18e-base: bump EFL_SRCREV for E17 release called luckyMartin Jansa
* changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=73 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16azy: simplify do_configureMartin Jansa
* probably because of http://git.openembedded.org/bitbake/commit/?id=9fc98f96f0e0320beda0ce9546275a99336732c1 it now failed with /OE/jansa-test/shr-core/tmp-eglibc/work/x86_64-linux/azy-native/2_1.0.0+svnr80969-r0/temp/run.do_configure.30731: line 88: efl_do_configure: command not found ERROR: Function failed: do_configure (see /OE/jansa-test/shr-core/tmp-eglibc/work/x86_64-linux/azy-native/2_1.0.0+svnr80969-r0/temp/log.do_configure.30731 for further information) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-14emotion: disable generic-vlc backendMartin Jansa
* we don't have vlc in DEPENDS, but when it happens to be built before emotion, it causes undeterministic builds and unpackaged files emotion-1.7.3: emotion: Files/directories were installed but not shipped /usr/lib/emotion/utils/em_generic_vlc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13e-base: bump EFL_SRCREV for E17 gammaMartin Jansa
* changelog: http://www.enlightenment.org/p.php?p=news/show&l=&news_id=72 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13e-base: bump EFL_SRCREV for E17 beta1 and EFL 1.7.3Martin Jansa
* changelog: http://www.enlightenment.org/p.php?p=news/show&l=&news_id=70 http://www.enlightenment.org/p.php?p=news/show&l=&news_id=71 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13efl: upgrade to 1.7.3Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11exalt-client: fix FILES for PN-staticdevMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11efl.bbclass: fix FILES for PN-staticdevMartin Jansa
* ${libdir}/${BPN}/*.a is there by default and it's PN-staticdev not PN-static Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11python-efl: fix do_configure_prepend to be reentrantMartin Jansa
* without '=' it added ${STAGING_DIR_HOST} prefix again when do_configure was executed twice in the same WORKDIR causing issues when looking for header files in python-edje, python-ecore, python-elementary and python-emotion ./python-edje/configure.ac:CYTHON_EDJE_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"` ./python-ecore/configure.ac:CYTHON_ECORE_EVAS_INCLUDEDIR="" ./python-ecore/configure.ac:CYTHON_ECORE_EVAS_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"` ./python-elementary/configure.ac:CYTHON_ELEMENTARY_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"` ./python-emotion/configure.ac:CYTHON_EMOTION_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"` * config.log diffs confirms duplicated ${STAGING_DIR_HOST} prefix < CYTHON_ECORE_EVAS_INCLUDEDIR='/OE/jansa-test/shr-core/tmp-eglibc/sysroots/tuna/usr/include/python-evas' --- > CYTHON_ECORE_EVAS_INCLUDEDIR='/OE/jansa-test/shr-core/tmp-eglibc/sysroots/tuna/OE/jansa-test/shr-core/tmp-eglibc/sysroots/tuna/usr/include/python-evas' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11enjoy: depend on edbus2Martin Jansa
* ported to edbus2 in r80102 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11e-base.bbclass: bump EFL_SRCREV for E17 alpha8Martin Jansa
* changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=69 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11lightmediascaner: move .a files from PN-dev to PN-staticdevMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11exalt-client: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11epdfview: move from meta-efl to meta-gnomeMartin Jansa
* as suggested in http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-November/042449.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11elementary-alarm: remove recipe, source was removed in r70549Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11waker: remove recipe, source was removed in r70549Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11notification: remove recipe, notification module is now part of e-wmMartin Jansa
* merged to e in r64475 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11edb: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11engrave: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11epeg: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11libeweather: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11rain: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11flame: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11news: fix LICENSE and add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11exalt: fix LICENSE and add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11ephoto: update LICENSE and LIC_FILES_CHKSUMMartin Jansa
* COPYNG.icons was changed to GPL-3.0 in r60781 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11exquisite: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11diskio: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11cpu: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11forecast: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11uptime: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11edje-viewer: add LIC_FILES_CHKSUM and drop BSD from LICENSEMartin Jansa
* COPYING does not say anything from BSD license, only MIT Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-10e-base.bbclass: bump EFL_SRCREV for E17 alpha7Martin Jansa
* changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=68 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-10e-base.bbclass: bump EFL_SRCREV for E17 alpha6Martin Jansa
* changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=67 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29e-base.bbclass: bump EFL_SRCREV for E17 alpha5Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29e-wm: fix file permissions on sysactions.confMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>