summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* system-config-keyboard: inherit gettext and add dependency on intltool-nativeMartin Jansa2016-03-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * it actually depends on native intltool: NOTE: recipe system-config-keyboard-1.4.0-r0: task do_compile: Started ERROR: system-config-keyboard-1.4.0-r0 do_compile: oe_runmake failed ERROR: system-config-keyboard-1.4.0-r0 do_compile: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/system-config-keyboard/1.4.0-r0/temp/log.do_compile.16052) ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/system-config-keyboard/1.4.0-r0/temp/log.do_compile.16052 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: make -j 8 PYTHON=/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/python-native/python PYTHON_SITELIB=/usr/lib/python2.7/site-packages | make: intltool-merge: Command not found | make: *** [system-config-keyboard.desktop] Error 127 | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/system-config-keyboard/1.4.0-r0/temp/log.do_compile.16052) NOTE: recipe system-config-keyboard-1.4.0-r0: task do_compile: Failed * and it also used gettext: | DEBUG: Executing shell function do_compile | NOTE: make -j 8 PYTHON=/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/python-native/python PYTHON_SITELIB=/usr/lib/python2.7/site-packages | cd po && for i in *.po; do msgfmt $i -o $(echo $i |sed s/.po/.mo/) || exit 1; done | echo -e "#!/bin/sh\nexec /usr/bin/pkexec /usr/sbin/system-config-keyboard \"\$@\"" > "system-config-keyboard.sh" | chmod 755 "system-config-keyboard.sh" | /bin/sh: 1: msgfmt: not found | make: *** [gettext] Error 1 | make: *** Waiting for unfinished jobs.... | Merging translations into system-config-keyboard.desktop. | WARNING: exit code 1 from a shell command. | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/system-config-keyboard/1.4.0-r0/temp/log.do_compile.23230) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dfu-util: upgrade to 0.9Martin Jansa2016-03-145-63/+19
| | | | | | | | | | | | | | | | | | | | * drop commit 0792623dfa8156fb0af3f3949c901665e2df3d04 Author: Stefan `Sec` Zehl <sec@42.org> Date: Wed Jul 29 01:39:11 2015 +0200 Fix/reimplement USBPATH support Using libusb functions to retrieve port and bus numbers. Thanks to Topi Kuutela for reviewing and testing the patch. Also thanks to Timo Poikola and Topi Kuutela for having submitted alternative patches. https://sourceforge.net/p/dfu-util/tickets/6/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dfu-util: fix .patch filesMartin Jansa2016-03-142-18/+19
| | | | | | | | | | | | | | | | | | | | | | * dfu-util-native was broken since last upgrade in: commit c2652c90f726fa1728307afad73c3051ca7660f5 Author: Li xin <lixin.fnst@cn.fujitsu.com> Date: Sun Jan 3 18:07:17 2016 -0800 dfu-util: 0.7 -> 0.8 Upgrade dfu-util from 0.7 to 0.8. Modify SRC_URI,since the original one can�t be opened. Modify 0001-configure.ac-Don-t-check-for-usbpath.patch,since the datas has been changed. because 0002-Revert-Makefile.am-Drop-static-dfu-util.patch didn't apply anymore. * update 0001-configure.ac-Don-t-check-for-usbpath.patch to keep check for sysexits.h Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: Security Advisory-postgresql-CVE-2016-0766Zhixiong Chi2016-03-142-0/+36
| | | | | | | | | | | add CVE-2016-0766 patch for avoiding attackers to gain privileges via unspecified vectors. Patch comes from: http://git.postgresql.org/gitweb/?p=postgresql.git;a=summary commit f4aa3a18a20d51575562520754aa376b3b08b2d0 Signed-off-by: Zhixiong Chi <Zhixiong.Chi@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypto: fix build issueArmin Kuster2016-03-141-0/+22
| | | | | | | | | | restore swig file fiddling: tmp/sysroots/qemux86/usr/include/openssl/opensslconf.h:45: Error: Unable to find 'openssl/opensslconf-64.h' error: command 'swig' failed with exit status 1 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-panel: fix gobject introspectionAlexander Kanavin2016-03-141-1/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* network-manager-applet: fix gobject introspectionAlexander Kanavin2016-03-141-1/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* nautilus: fix gobject introspectionAlexander Kanavin2016-03-141-1/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* libgtop: fix gobject introspectionAlexander Kanavin2016-03-141-1/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* libgdata: fix gobject introspectionAlexander Kanavin2016-03-141-1/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* gnome-menus: fix gobject introspectionAlexander Kanavin2016-03-142-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* python-dbusmock: use real introspection instead on legacy pygobjectAlexander Kanavin2016-03-142-30/+0
| | | | | | | The patch that switches to pygobject can be now dropped, because real introspection is provided in oe-core. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* upower: fix gobject introspectionAlexander Kanavin2016-03-141-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* udisks2: fix gobject introspectionAlexander Kanavin2016-03-141-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* poppler: fix gobject introspectionAlexander Kanavin2016-03-141-1/+5
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* omgps: remove the recipeAlexander Kanavin2016-03-149-386/+0
| | | | | | | The project is dead upstream, and relies on pygobject 2.x which has been replaced by 3.x in oe.core. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* gimp: accept newer versins of babl and geglAlexander Kanavin2016-03-142-0/+54
| | | | | | | Add a patch that makes gimp accept new versions of babl and gegl, taken from Debian. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* gegl: update to 0.3.4Alexander Kanavin2016-03-142-26/+30
| | | | | | This fixes gobject introspection support. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* babl: update to 0.1.16Alexander Kanavin2016-03-141-2/+2
| | | | | | This fixes gobject introspection support. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* libunique: fix gobject introspection supportAlexander Kanavin2016-03-142-2/+31
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* gtkextra: fix gobject introspection supportAlexander Kanavin2016-03-141-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* polkit: fix gobject introspection supportAlexander Kanavin2016-03-141-6/+8
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* libgee: fix gobject introspection supportAlexander Kanavin2016-03-141-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* telepathy-glib: fix gobject introspection supportAlexander Kanavin2016-03-141-1/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* networkmanager: fix introspection and vala supportAlexander Kanavin2016-03-141-2/+6
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* modemmanager: fix vala supportAlexander Kanavin2016-03-141-1/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* bluez4: use real introspection instead of legacy pygobjectAlexander Kanavin2016-03-142-28/+0
| | | | | | | Now 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>
* libmediaart: fix gobject introspectionAlexander Kanavin2016-03-141-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* gstreamer-0.10: disable gobject introspectionAlexander Kanavin2016-03-143-1/+4
| | | | | | | Making 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>
* python-gst: remove the 0.10 recipeAlexander Kanavin2016-03-142-57/+0
| | | | | | It 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>
* media-service-demo: remove the recipeAlexander Kanavin2016-03-141-18/+0
| | | | | | | | It 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>
* rygel: fix gobject introspectionAlexander Kanavin2016-03-141-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* gupnp: fix gobject introspectionAlexander Kanavin2016-03-146-23/+25
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* tracker: fix gobject introspectionAlexander Kanavin2016-03-141-2/+5
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* goffice: fix gobject introspectionAlexander Kanavin2016-03-142-1/+44
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* libxklavier: fix gobject introspectionAlexander Kanavin2016-03-141-3/+1
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* libwnck: fix gobject introspectionAlexander Kanavin2016-03-141-2/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* libgsf: fix gobject introspectionAlexander Kanavin2016-03-142-1/+106
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* gnumeric: fix gobject introspection supportAlexander Kanavin2016-03-142-2/+87
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* gnome-desktop: remove pygtk dependencyAlexander Kanavin2016-03-141-5/+1
| | | | | | | pygtk 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>
* gnome-bluetooth: update to 3.18.2Alexander Kanavin2016-03-145-244/+20
| | | | | | | This also enable gobject introspection support. Drop obsolete patches. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* evince: update to 3.18.2Alexander Kanavin2016-03-145-107/+41
| | | | | | | | This 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>
* evolution-data-server: fix gobject introspectionAlexander Kanavin2016-03-141-1/+5
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* efl-native: add dependency on opensslMartin Jansa2016-03-141-1/+1
| | | | | | | | | | | | | * 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>
* python-m2crypt: update package to 0.23.0Armin Kuster2016-03-143-63/+46
| | | | | | | | this 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>
* libao: update to 1.2.0Derek Straka2016-03-141-2/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "toybox: upgrade to 0.7.0"Martin Jansa2016-03-073-34/+392
| | | | | | | | * 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 26ee1849d1d70296aee8694f89502eb813842565.
* python-vcversioner: add native extensionQi.Chen@windriver.com2016-03-071-0/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: add libpng PACKAGECONFIG (on by default)Rafaël Carré2016-03-071-2/+2
| | | | | | WARNING: 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>
* vlc: fix build with ffmpeg 3.0Rafaël Carré2016-03-073-0/+340
| | | | | Signed-off-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>