aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
AgeCommit message (Collapse)Author
2012-11-23README: update to dannyEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-28Replace bb.data.* with d.*Paul Eggleton
Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-26imlib2: inherit binconfigMartin Jansa
* it was installing imlib2-config directly to sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-24rage: Add license checksumOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24epdfview: Sync with Debian 0.1.8-3 patchesOtavio Salvador
This includes the patches in use in Debian package to fix color inversion and other minor issues. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-19mcnavi: move from meta-oe to meta-eflMartin Jansa
* mcnavi depends on ecore, but meta-oe does not depend on meta-efl * thanks to kergoth for reporting this! Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-19ecore: drop libxputil from DEPENDSMartin Jansa
* 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>
2012-10-19PACKAGES_DYNAMIC: use regexp not globMartin Jansa
* bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02elmdentica: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02azy: fix do_configureMartin Jansa
* something changed in override/prepend expansion and azy-native now had do_configure_prepend applied too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02azy: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-20recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-11meta-efl: enjoy: fix scrollingDenis 'GNUtoo' Carikli
* [SHR bug #2058] http://www.shr-project.org/trac/ticket/2058 * [EFL bug #1477] http://trac.enlightenment.org/e/ticket/1477 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-11evas: move EVAS_CPU_TWEAKS to target EXTRA_OECONFMartin Jansa
* it was causing different sstate checksum for evas-native $ bitbake-diffsigs stamps.1347348593/nokia900/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.cc8b80e938b87ad1bb8d6ded52ef941f stamps.1347348593/om-gta02/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.e6143417eb7ea0ebd0ab299ce5a024ea basehash changed from f453b3bdd276ffd49445d1c81e2962e8 to 3a244a9f14657439d5b4a8c7d609b087 Variable EVAS_CPU_TWEAKS value changed from --disable-cpu-neon to Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-06task-x11-illume: rename to packagegroup-x11-illumeMartin Jansa
* add RPROVIDES/RREPLACES/RCONFLICTS task-x11-illume for upgrade path * RDEPEND on packagegroup-core-x11* from oe-core now with task-x11-* gone from meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some ↵Martin Jansa
upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05task*: rename to packagegroup to match oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05python-efl: upgrade recipes to 1.7.0Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05python-efl: upgrade svn recipes to 1.7.0+svnMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05task-x11-illume: update default ECONFIGMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05e-wm: update RRECOMMENDS_-config-mobileMartin Jansa
* I've forgot to rename this when illume2 was renamed to mobile Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05recipes-efl: upgrade from 1.7.0-beta to 1.7.0Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05terminology: add version 0.1.0, negative D_P to svn and bump PEMartin Jansa
* PE bump is needed for upgrade path from svn recipe to 0.1.0 release Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05e-base: bump EFL_SRCREV to 1.7.0 release and update PV in svn recipesMartin Jansa
* python bindings tarball are not released yet Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20python-efl: upgrade to 1.6.99-betaMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20expedite: move to efl subdirMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20recipes-efl: upgrade to 1.6.99-betaMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-base: bump EFL_SRCREV for 1.6.99-betaMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20python-efl: introduce recipes for 1.6.99-alpha release and add negative D_P ↵Martin Jansa
to svn recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20python-efl: bump PV and reset PRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20efl-from-svn-recipes: update P_Vs, now all svn recipes have 1.6.99+svnMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20meta-efl: introduce 1.6.99-alpha releasesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-base: bump EFL_SRCREV for 1.6.99-alphaMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20elsa: rename to entranceMartin Jansa
* elsa was killed in r75060 and reintroduced in r75061 with old name - entrance Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-base: bump EFL_SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-wm: illume2 profile was renamed to mobileMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-base: bump EFL_SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-base: bump EFL_SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20ecore: add gnutls to DEPENDSMartin Jansa
* we explicitly disable openssl, but gnutls is autodetected http://git.shr-project.org/git/?p=buildhistory.git;a=commitdiff;h=7c2972a614cb2811962b95e1f0398cf07aafb7a0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-wm: include unpackaged data/favourites in PNMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-base: bump EFL_SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20eet: move eet binary to own PN-utils packageMartin Jansa
* nobody would expect it in libeet-tests Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20edje: add eio to DEPENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20enjoy: update LIC_FILES_CHKSUM, typos fixed in r74611Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-base: bump EFL_SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20evas: use PN instead of BPN?Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-wm: add some evas-loaders to RDEPENDSMartin Jansa
* it doesn't even start without those Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20e-wm: add elementary dependencyMartin Jansa
* fixes: e_main.c:22:24: fatal error: Elementary.h: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20emotion: add eio dependencyMartin Jansa
* fixes: emotion_smart.c:10:18: fatal error: Eio.h: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20edbus: option to disable performance-test was renamed and package logo.png in PNMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>