aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/enjoy_svn.bb
AgeCommit message (Collapse)Author
2014-02-23enjoy: switch from svn to newer git and update dependency from edbus2 to eldbusMartin Jansa
* edbus2 was renamed to eldbus and is now included in efl source tree Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-27enjoy: replace ENTERPRISE_DISTRO with PACKAGECONFIG optionsPaul Barker
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-02-05enjoy: improve RDEPENDS to set it only on PNMartin Jansa
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-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-08-20enjoy: update LIC_FILES_CHKSUM, typos fixed in r74611Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20meta-efl: unify tabs/spaces usageMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-16various: update ; proto= to ; protocol= in SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26meta-efl: add recipes for new released versionsMartin Jansa
* drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06enjoy: remove SHR override and add autopointMartin Jansa
* autopoint was removed in e.bbclass because most stuff works without it and it was breaking elementary but here it's still needed * without it fails with: Making all in po make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po' make enjoy.pot-update make[3]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po' make[3]: *** No rule to make target `remove-potcdate.sed', needed by `enjoy.pot-update'. Stop. make[3]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po' make[2]: *** [enjoy.pot] Error 2 make[2]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy' make: *** [all] Error 2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-06enjoy: Update gstreamer package names in RDEPENDSpespin
* I know there is plan to change gstreamer packaging in oe-core to match package names from OE-classic, but this patch is here for more then 3 months and there is no good reason to keep enjoy broken in meta-efl master! * we'll update gstreamer package names again as soon as gstreamer packaging is improved in oe-core * Add gst-plugins-good-autodetect to RDEPENDS This plugin is needed in newer versions of enjoy. The app won't play any sound files without this plugin. Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-19enjoy: include icon in FILES_${PN}Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-16enjoy: Add inherit gettextPau Espin Pedrol
* Without this patch bitbake fails to build this recipe, and it says this line should be added to recipe Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16enjoy: Add var LIC_FILES_CHKSUM to recipePau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-23meta-efl: import from meta-shr.Koen Kooi
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>