* fixes warning WARNING: e-wm: Use of ALTERNATIVE_NAME is deprecated, see update-alternatives.bbclass for more info.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* otherwise fails at runtime:
CRI<627>: /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/webkit-efl/webkit-efl-1.9.5+svnr120144-r0/src/Source/WebKit/efl/ewk/ewk_view.cpp:1264 ewk_view_base_smart_set() Ewk_View_Smart_Class 0x617f00 is version 4 while 5 was expected.
CRI<627>: /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/webkit-efl/webkit-efl-1.9.5+svnr120144-r0/src/Source/WebKit/efl/ewk/ewk_view.cpp:1264 ewk_view_base_smart_set() Ewk_View_Smart_Class 0x6180c0 is version 4 while 5 was expected.
eve[627]: segfault at 0 ip (null) sp 00007fff7ee1fb18 error 14 in eve[400000+18000]
Segmentation fault
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* elementary (Evas_GL) and e-wm (backlight) depends on trunk again..
10:06:36 < JaMa> shouldn't elementary and e17 depend only on efl-1.1? | ./Elementary.h:372:21: fatal error: Evas_GL.h: No such file or directory and e/src/bin/e_backlight.c:43: undefined reference to
`ecore_x_randr_output_backlight_available'
10:07:32 < JaMa> but I'll recheck my configs
10:08:20 < moa> hum, that evas_gl.h would be a problem indeed
10:08:36 < moa> for e, i don't know
10:08:57 <@raster> elm requires svn evas
10:09:02 <@raster> thats unfortunately how it is
10:09:12 <@raster> requires evas_gl
10:09:35 < JaMa> maybe this is missing in 1.1 branch for e17? r65838
10:09:42 <@raster> yes
10:09:46 <@raster> its missing
10:09:50 <@raster> as its in trunk
10:09:53 <@raster> its a "new feature"
10:09:58 <@raster> not in stable
10:10:15 <@raster> uy'd have to patch out the support to make elm from svn build
10:10:42 < JaMa> raster: ok then I just didn't understand the dependency on "only" efl-1.1 right.. I'll update the rest of efl to same rev (instead of keeping them on 1.1 release)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* autopoint was removed in e.bbclass because most stuff works without it
and it was breaking elementary but here it's still needed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* 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>
* add EFL_SRCREV_1.1.0 with SRCREV of release and use it for released libs
* EFL_SRCREV will continue to track development in bindings, elementary and e17
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
A niceness of -10 is way too much, and it causes some audio problems
such as buffer underruns/overruns with writei/readi with the
fsoaudiod plugin responsible of sound during calls on the nokia900
(and maybe other audio problems on other devices too).
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>