- Mar 14, 2016
- 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredNow that the real introspection is available, and legacy pygobject is not, the patch to use the latter should be removed. Signed-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredMaking it work would require significant patching - if you need it, update your stack to gstreamer 1.x Signed-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredIt depends on pygobject 2.x which has been update to 3.x in oe-core Signed-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredIt hasn't been updated in years, and depends on pygtk, which is obsolete and incompatible with pygobject 3.x (and so is no longer provided). Signed-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredpygtk is no longer provided in oe-core as it's obsolete and incompatible with pygobject 3.x Signed-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredThis also enable gobject introspection support. Drop obsolete patches. Signed-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredThis is done to enable gobject introspection support. Drop obsolete patches. Add a patch that disables yelp m4 macro (which we don't have). Signed-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Alexander Kanavin authoredSigned-off-by:Alexander Kanavin <alexander.kanavin@linux.intel.com> 
- 
Martin Jansa authored* without this many recipes which use e.g. edje_cc fail after last openssl upgrade in oe-core with: | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/../../lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/libeet.so.1) | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/../../lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/./libecore_con.so.1) | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/././libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/./libecore_con.so.1) | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/../../lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/./libemile.so.1) | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/././libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/./libemile.so.1) | make[4]: *** [modules/ethumb/emotion/template.edj] Error 1 Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com> 
- 
Armin Kuster authoredthis happens to fix the cdra build issue related to the openssl 1.0.2g update. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
- 
Derek Straka authoredSigned-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
 
- 
- Mar 07, 2016
- 
- 
Martin Jansa authored* issues reported by me and Khem weren't addressed http://lists.openembedded.org/pipermail/openembedded-devel/2016-February/105824.html http://lists.openembedded.org/pipermail/openembedded-devel/2016-March/106344.html This reverts commit 26ee1849. 
- 
Qi.Chen@windriver.com authoredSigned-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
- 
Rafaël Carré authoredWARNING: vlc-2.2.2-r0 do_package_qa: QA Issue: vlc rdepends on libpng, but it isn't a build dependency, missing libpng in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
- 
Rafaël Carré authoredSigned-off-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
- 
Rafaël Carré authoredDrop rdp.c patch obsoleted by upstream changes Signed-off-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
- 
Rafaël Carré authoredvlc-2.2.1: vlc: invalid PACKAGECONFIG: {@bb.utils.contains('DISTRO_FEATURES', [invalid-packageconfig] vlc-2.2.1: vlc: invalid PACKAGECONFIG: 'x11', [invalid-packageconfig] vlc-2.2.1: vlc: invalid PACKAGECONFIG: 'x11 [invalid-packageconfig] vlc-2.2.1: vlc: invalid PACKAGECONFIG: sdl', [invalid-packageconfig] vlc-2.2.1: vlc: invalid PACKAGECONFIG: '', [invalid-packageconfig] vlc-2.2.1: vlc: invalid PACKAGECONFIG: d)} [invalid-packageconfig] Signed-off-by:Rafaël Carré <funman@videolan.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
- 
Anders Roxell authoredRemove from blacklist and fix populate_sysroot issue: ERROR: cunit-2.1-3-r0 do_populate_sysroot: QA Issue: libcunit.la failed sanity test (workdir) in path .../cunit/2.1-3-r0/sysroot-destdir/usr/lib [la] ERROR: cunit-2.1-3-r0 do_populate_sysroot: QA staging was broken by the package built above ERROR: cunit-2.1-3-r0 do_populate_sysroot: Function failed: do_qa_staging Suggested-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
- 
Martin Jansa authored* without x11, wayland, directfb enabled there is no bindir directory so the error wasn't about empty /usr/bin/ being unpackaged, but there was /usr/bin binary which was winpr-makecert installed above, fix by creating the directory first Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com> 
- 
Chang Rebecca Swee Fun authoredThis version had improved VP9 encoder and speeds up the encoding and decoding process. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
 
- 
- Mar 04, 2016
- 
- 
Martin Jansa authored* Using "cp -a" leaks UID of user running the builds, causing many QA warnings. * See this thread for details: http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
- 
Jonathan Liu authoredSigned-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 
- 
Martin Jansa authored* now it also fails to build again with; webkit-efl/1_1.11.0-r0/ewebkit/Source/JavaScriptCore/profiler/ProfileNode.cpp:126:41: error: 'isnan' was not declared in this scope adding cmath include could be enough, but this was last drop of my patience Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com> 
- 
Martin Jansa authoredSigned-off-by:Martin Jansa <Martin.Jansa@gmail.com> 
 
-