Roy Li [Fri, 25 Oct 2013 07:02:21 +0000 (15:02 +0800)]
apache2: add config_var.mk and config.nice into SSTATE_SCAN_FILES
Since both config_var.mk and config.nice will be packaged into sstate cache,
and be reused, add them into SSTATE_SCAN_FILES to replace the hardcoded paths
(From meta-openembedded rev:
176db0f7e1dc60faea2fa78202c02552a5af8fed)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Robert Yang [Sat, 26 Oct 2013 05:59:26 +0000 (01:59 -0400)]
cherokee: fix the installed but not shipped issue
We will get the following ERROR/WARN if we enable the
installed-vs-shipped check in QA:
ERROR: QA Issue: cherokee: Files/directories were installed but not shipped
/srv
/srv/www
/srv/www/htdocs
/srv/www/htdocs/index.html
/srv/www/htdocs/images
/srv/www/htdocs/images/cherokee-logo.png
/srv/www/htdocs/images/default-bg.png
/srv/www/htdocs/images/favicon.ico
/srv/www/htdocs/images/powered_by_cherokee.png
I think that we can pack these files into cherokee just like what
apache2 does.
Fedora 17 also packs them
(From meta-openembedded rev:
b71a6567f84e13593aec6f3a6ad4f9e9e0c15c3f)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Nick Glynn [Mon, 14 Oct 2013 14:10:54 +0000 (15:10 +0100)]
sthttpd: add systemd service
(From meta-openembedded rev:
603c635feb211e7c092a39e73784303859bfdd47)
Signed-off-by: Nick Glynn <n.s.glynn@gmail.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Zhenhua Luo [Thu, 24 Oct 2013 07:56:06 +0000 (07:56 +0000)]
libedit: fix multilib build issue
Failed to fetch URL http://www.thrysoee.dk/editline/lib64-libedit-
20121213-3.0.tar.gz
(From meta-openembedded rev:
beee26305246a75b3e0c75828ba6c660abee6392)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Sun, 20 Oct 2013 12:45:36 +0000 (14:45 +0200)]
bigbuckbunny: Don't use whole avi in LIC_FILES_CHKSUM and add version
* it's causing huge deploy/licenses files:
211M deploy/licenses/bigbuckbunny-480p
317M deploy/licenses/bigbuckbunny-720p
886M deploy/licenses/bigbuckbunny-1080p
and avi checksum is already verified by SRC_URI checksums
(From meta-openembedded rev:
12994b85e6018eb09ca9ccb238ac179ee23dc229)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Sun, 20 Oct 2013 12:42:03 +0000 (14:42 +0200)]
llvm3.2: drop this version
* 3.3 is used by default mesa config, 2.8 is used in meta-java, keep 2.9 as last in 2*
(From meta-openembedded rev:
f2206daef26f1525a2688a0d5a2b53e8a6f71b99)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Sun, 27 Oct 2013 19:27:19 +0000 (20:27 +0100)]
dropbear: Rename bbappend to match new version from oe-core
(From meta-openembedded rev:
69ad7a82aec017ec3267b47d771075303a884d99)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Roy Li [Fri, 25 Oct 2013 05:23:24 +0000 (13:23 +0800)]
macchanger: fix PN -> BPN in FILES_${PN} for multilibs
(From meta-openembedded rev:
71b4f7524aa21db2a3dd1aa9b3b50b73dfe1b2dd)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Robert Yang [Thu, 24 Oct 2013 14:40:50 +0000 (10:40 -0400)]
cifs-utils: add --ignore-fail-on-non-empty for rmdir
Add --ignore-fail-on-non-empty for rmdir in case there are files in the
directories.
(From meta-openembedded rev:
2e4b24dad58095579ce3fb34a33b029cfcf0a813)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Chen Qi [Thu, 24 Oct 2013 04:47:39 +0000 (12:47 +0800)]
autofs: fix do_install failure and remove unused /var/run directory
If ${D}/run doesn't exist, the following statement will have non-zero
exit code, which leads to do_install failure.
test -d ${D}/run && rmdir ${D}/run
Modify it to use the if statement to make the do_install task succeed
no matter ${D}/run exists or not.
Also, this patch removes the unused /var/run directory. Leaving that
directory there will result in /run directory created before splitting
package, which in turn lead to 'installed-vs-shipped' QA error or QA
warning.
(From meta-openembedded rev:
ddfcd90894a9b16e13b471d75745ae7b9cf7fca7)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Anders Darander [Fri, 18 Oct 2013 05:14:55 +0000 (05:14 +0000)]
ktap: add initial recipe
Ktap is a new scripting dynamic tracing tool for Linux.
>From kernel v3.13 it'll live inside the kernel tree, but for earlier kernels,
this recipe will be usefull.
(From meta-openembedded rev:
adb7af3fe95668a85c79acc6f0a2dafc0a96f7e1)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Anders Darander [Fri, 18 Oct 2013 05:14:54 +0000 (05:14 +0000)]
breakpad: add initial recipe
Breakpad is an open-source multi-platform crash reporting system.
Apart from the breakpad recipe, add a bbclass for applications that want
to use this library. This bbclass will set up the include path and also
generate the symbol file.
(From meta-openembedded rev:
a4657e4395e0714198c34f02c54043edb8baeafb)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Fri, 18 Oct 2013 08:48:06 +0000 (08:48 +0000)]
libhugetlbfs: kill /opt usage
/opt should never be used for packages built by OE, so install the tests in a more standard location.
(From meta-openembedded rev:
be7ba2fcf1651e3fb01842925100fd4cddfc7f1f)
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Olof Johansson [Fri, 18 Oct 2013 07:27:28 +0000 (07:27 +0000)]
rsyslog: fix dependency name (json-c => libjson)
(From meta-openembedded rev:
ed796941d04efa39b3b643f1b1e543eab6675a11)
Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Fri, 18 Oct 2013 04:00:14 +0000 (04:00 +0000)]
gnumeric: Fix build failure with newer autotools
Backports from upstream
(From meta-openembedded rev:
ddeb0fe9186a0a7d101221d6db32bcdcd09e5a10)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Cliff Brake [Fri, 18 Oct 2013 00:38:29 +0000 (00:38 +0000)]
coriander: add recipe
Initial recipe created by Khem Raj
(From meta-openembedded rev:
17872764a5cfc402b0b33a1ac9e6d3f9e2e827da)
Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Fri, 18 Oct 2013 00:34:23 +0000 (00:34 +0000)]
libdc1394: Remove redundant dependencies
(From meta-openembedded rev:
6e6e0f4faf1b7db0acdbedd15a940bc83c444d2a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Fri, 18 Oct 2013 00:16:04 +0000 (00:16 +0000)]
libraw1394: Upgrade 2.0.9 -> 2.1.0
(From meta-openembedded rev:
097e3322fe63d3d3be8e5e28e8224361ff26ab8b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Fri, 18 Oct 2013 00:08:03 +0000 (00:08 +0000)]
libbonobo: Fix build error with new autotools
Don't use srcdir with tests
(From meta-openembedded rev:
f5e107e99f16097ed46e397fdd3d7ca38df64a43)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Thu, 17 Oct 2013 23:54:23 +0000 (23:54 +0000)]
gnome-vfs: Fix build error with new autotools
Don't use srcdir with tests
(From meta-openembedded rev:
51a3367e88224a3f50a792010c63d446f5bec220)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Thu, 17 Oct 2013 23:12:00 +0000 (23:12 +0000)]
mikmod: Upgrade 3.3.2 -> 3.3.3
(From meta-openembedded rev:
16c26e255d9395c467d4bf808ec402b683d35488)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Wed, 16 Oct 2013 22:42:16 +0000 (22:42 +0000)]
xfconf: fix compile
(From meta-openembedded rev:
86543b7c3c31e31bb6819245a397e12688d77d70)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Wed, 16 Oct 2013 22:42:15 +0000 (22:42 +0000)]
lxdm: update to latest git version
fixes crashing after first log off
(From meta-openembedded rev:
19943f942746b0e628ef894c02a1c7f26288d682)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Roy Li [Thu, 10 Oct 2013 08:34:44 +0000 (16:34 +0800)]
vsftpd: use quotes to wrap variable
"test -z ${PAMLIB}" in do_install() may report error if ${PAMLIB}
has space chars. This commit added double quotes to wrap it in
case of errors.
(From meta-openembedded rev:
bcaa7aabf8088aadfdbda4da4a3f1c30af8dd9d6)
Signed-off-by: Qiang Chen <qiang.chen@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Oberritter [Thu, 17 Oct 2013 11:45:36 +0000 (13:45 +0200)]
autofs: change DESCRIPTION to SUMMARY
(From meta-openembedded rev:
a57a0f86da55f28977a9012450cc73ca432e34d7)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Oberritter [Thu, 17 Oct 2013 11:45:14 +0000 (13:45 +0200)]
autofs: pass systemd directory to configure
Otherwise, configure will try to auto-detect using host paths.
(From meta-openembedded rev:
8677de717bcd9b4e073ff4e09abe6f456baafd52)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
David Turgeon [Sat, 12 Oct 2013 14:04:00 +0000 (10:04 -0400)]
tftpd-hpa: fix premature exit
standalone daemon exits as recipe installs file as tftpd-hpa
* Changed script so it can consult /etc/default, as daemon name may be
subject to change.
* Changed the default name to match the recipe
(From meta-openembedded rev:
d96c23b4cb771da1047ee1bd2011f8e3c4cdc413)
Signed-off-by: David Turgeon <david.turgeon@gmail.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Tue, 15 Oct 2013 00:03:14 +0000 (02:03 +0200)]
connman: follow oe-core to 1.18
(From meta-openembedded rev:
d56605b3fe5296d73b9851a53ecb3805ec85288b)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Tue, 15 Oct 2013 22:43:28 +0000 (22:43 +0000)]
opencv: Upgrade to latest on 2.4 branch
(From meta-openembedded rev:
b5160bedf68fb8f27d0cacbb99a691b23e824d53)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Cliff Brake [Tue, 15 Oct 2013 22:43:26 +0000 (22:43 +0000)]
libdc1394: add recipe
Initial recipe created by Khem Raj
(From meta-openembedded rev:
c4ac7a6595ca2875dca4b7f6bc79fd636e902d56)
Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Cliff Brake [Tue, 15 Oct 2013 22:43:25 +0000 (22:43 +0000)]
libraw1394: add recipe
Initial recipe created by Khem Raj
(From meta-openembedded rev:
309eb8a5ff0e7ecbeaf191a9dc906b618d40dd94)
Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Tue, 15 Oct 2013 22:43:24 +0000 (22:43 +0000)]
libqofono: Use BPN instead of PN in SRC_URI
Makes multilib builds happy as a rule of thumb
never let PN be in SRC_URI
(From meta-openembedded rev:
92d80bf52eb4e15353c23503852cbc6256d3401a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Fathi Boudra [Tue, 15 Oct 2013 14:13:21 +0000 (14:13 +0000)]
libjpeg-turbo: fix variables spacing
(From meta-openembedded rev:
0e10363db773d3ff0e329a12c42a5db7182633ad)
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Fathi Boudra [Tue, 15 Oct 2013 14:13:20 +0000 (14:13 +0000)]
libjpeg-turbo: update to 1.3.0 release (svn r988)
License files changes:
+ * This file was part of the Independent JPEG Group's software:
* Copyright (C) 1991-1998, Thomas G. Lane.
* Modified 2002-2009 by Guido Vollbeding.
- * Copyright (C) 2009-2011, D. R. Commander.
- * This file is part of the Independent JPEG Group's software.
+ * Modifications:
+ * Copyright (C) 2009-2011, 2013, D. R. Commander.
Update SRC_URI to match new SF layout.
(From meta-openembedded rev:
d9d9b9e05494559cd9bbc3e1a727b216c569d469)
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Carlos Rafael Giani [Mon, 14 Oct 2013 19:06:45 +0000 (19:06 +0000)]
orc: update to version 0.4.18
This is the minimum required version for the Orc support in GStreamer 1.2
(From meta-openembedded rev:
ef170255da6e1671306e4512130d3e8a203c4dc1)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Jack Mitchell [Mon, 14 Oct 2013 14:20:13 +0000 (14:20 +0000)]
rsyslog: update to 7.4.4
(From meta-openembedded rev:
b239cd1553f6ca751b33d10abb0ea0263a557b38)
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Jack Mitchell [Mon, 14 Oct 2013 14:20:12 +0000 (14:20 +0000)]
libestr: add 0.1.6
(From meta-openembedded rev:
eb2ad2746f54313ba0a5d34c1712436a25f7fe47)
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Tue, 15 Oct 2013 00:03:13 +0000 (02:03 +0200)]
orbit2: fix build after automake 1.13.4 update
fixes:
| test/everything/Makefile.am:81: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/test.sh'
| test/inhibit/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
| test/poa/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
| WARNING: /home/superandy/tmp/oe-core-eglibc/work/x86_64-linux/orbit2-native/2.14.19-r0/temp/run.do_configure.14800:1 exit 1 from
| exit 1
| ERROR: Function failed: do_configure (log file is located at /home/superandy/tmp/oe-core-eglibc/work/x86_64-linux/orbit2-native/2.14.19-r0/temp/log.do_configure.14800)
ERROR: Task 6208 (virtual:native:/home/superandy/data/oe-core/sources/meta-openembedded/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb, do_configure) failed with exit code '1'
(From meta-openembedded rev:
31fbc96e2f351329229ffc59e892c0f2d8ce8e5b)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Chunrong Guo [Sat, 12 Oct 2013 09:19:53 +0000 (09:19 +0000)]
libhugetlbfs: install perl lib to directory perl instead of perl5
*libhugetlbfs depends on perl, and perl installs a directory 'perl'
and make a symlink 'perl5' to it. So just install perl libs in
libhugetlbfs to directory 'perl' instead of 'perl5'. This can avoid
the following error:
| CalledProcessError: Command 'tar -cf - -C .../perl/5.14.3-r1/sysroot-destdir
| -ps . | tar -xf - -C .../tmp/sysroots/t4240qds'
| returned non-zero exit status 2 with output
| tar: ./usr/lib/perl5: Cannot create symlink to `perl': File exists
| tar: Exiting with failure status due to previous errors
(From meta-openembedded rev:
f8903f53db717294d63a8d79b5ef7ca34b3c189e)
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Chunrong Guo [Sat, 12 Oct 2013 09:06:42 +0000 (09:06 +0000)]
libhugetlbfs: not use hard coded path in run_tests.py
*Hard coded path makes the script impossible to run out of source tree.
*After 'make install', we can use hugeadm utility under DESTDIR.
(From meta-openembedded rev:
0e2a691f78669e27a44c03b8a79bd0d0b2dfed0a)
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Chunrong Guo [Sat, 12 Oct 2013 08:59:43 +0000 (08:59 +0000)]
libhugetlbfs: install static 4G-edge testcases
*TESTS_64 is empty, install will fail due to missing file operand.
(From meta-openembedded rev:
90cd9eab6622f72a25b60e7510e76b59378767b8)
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 14 Oct 2013 13:20:39 +0000 (13:20 +0000)]
python-pip: add 1.3.1
(From meta-openembedded rev:
5cf24c4e8d2ae69f99f3a562708734167b3ceb2a)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Sun, 13 Oct 2013 08:43:55 +0000 (08:43 +0000)]
libgnomeui: Depend on libgnome-keyring not gnome-keyring
libgnomeui needs gnome-keyring-1 which comes from libgnome-keyring
Fixes errors like below
| configure: error: Package requirements ( libxml-2.0 >= 2.4.20
libgnome-2.0 >= 2.13.7 libgnomecanvas-2.0 >= 2.0.0 libbonoboui-2.0
>= 2.13.1 gconf-2.0 >= 1.1.11 pango >= 1.1.2 glib-2.0 >= 2.16.0
| gio-2.0 >= 2.16.0
| gnome-vfs-2.0 >= 2.7.3 gnome-keyring-1 >= 0.4) were not met:
|
| No package 'gnome-keyring-1' found
(From meta-openembedded rev:
28c546066e880524d9bb06def09078aa0c66c69f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Sun, 13 Oct 2013 08:43:53 +0000 (08:43 +0000)]
libmikmod: Upgrade libmikmod_3.2.0.bb -> libmikmod_3.3.2.bb
(From meta-openembedded rev:
78c57bd3c096940fb9a98a8837da790974273e8c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Fri, 11 Oct 2013 13:48:09 +0000 (13:48 +0000)]
gdm 2.32.2: don't install broken gdm-autologin PAM file
It references pam-plugin-console which isn't available. Deleting the PAM file makes autologin work.
(From meta-openembedded rev:
8fb7370be6f2aaadd9f600c5153927276f10ffc5)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Fri, 11 Oct 2013 13:48:08 +0000 (13:48 +0000)]
gdm: delete broken .desktop files
GDM tries to run these during the login window and one of these crashes, leading to an autologin failure. Remove the non-essential ones to get rid of this problem.
The proper fix is to stop metacity crashing.
(From meta-openembedded rev:
449bd907484871dce3beb08358473a7997e6b1db)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Felipe F. Tonello [Mon, 30 Sep 2013 17:16:40 +0000 (17:16 +0000)]
ofono: libqofono: Added libqofono recipe
libqofono is a Qt library for oFono that provides easy to use Qt library and
QML components to use oFono.
OBS: This recipe provides the Qt4 support only, but the library also works
with Qt5.
(From meta-openembedded rev:
2fee321b5b70d3332f7e2c6ea50116017954ae00)
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Joe Slater [Mon, 7 Oct 2013 16:39:08 +0000 (09:39 -0700)]
xdebug: update to version 2.2.3
Version 2.2.1 will not build with modphp 5.5.
(From meta-openembedded rev:
29390a3a8189277efb7e077a97f33fb1a2d5b953)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Fathi Boudra [Fri, 11 Oct 2013 08:09:00 +0000 (08:09 +0000)]
python-numpy: add config files for armeb architecture
Fix python-numpy build failure on armeb architecture.
(From meta-openembedded rev:
9fede488dc6f1320f6000be93953a887ade52eb7)
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Acked-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Hongxu Jia [Thu, 10 Oct 2013 09:21:22 +0000 (09:21 +0000)]
mariadb: Add mysql5 to RPROVIDES for backwards compatibility
It failed to build image while IMAGE_INSTALL += "mysql5"
For backwards compatibility:
- Add mysql5 to RPROVIDES_${PN}
- Add mysql5-dbg to RPROVIDES_${PN}-dbg
- Add mysql5-leftovers to RPROVIDES_${PN}-leftovers
- Use "+=" instead of "=" in RPROVIDES_${PN}-client and
RPROVIDES_${PN}-server
The same to RREPLACES and RCONFLICTS.
(From meta-openembedded rev:
0933085d534099ef7b355a3617bc8c220aa4b475)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Hongxu Jia [Thu, 10 Oct 2013 07:47:38 +0000 (07:47 +0000)]
mariadb: fix do_configure failed while multilib is used
Here is the error log from mariadb's configure test
...
checking for zlib compression library... configure: error: headers or
binaries were not found in /home/jiahongxu/yocto/build-
20131009-mysql/
bitbake_build/tmp/sysroots/qemux86-64/usr/{include,lib}
...
When multilib is used, the baselib is assigned with "lib64", here is
the log from 'bitbake mariadb -e'
...
4738 # $baselib [3 operations]
4739 # set conf/bitbake.conf:10
4740 # "${BASELIB}"
4741 # set conf/bitbake.conf:11
4742 # [vardepvalue] "${baselib}"
4743 # set /home/jiahongxu/yocto/build-
20131009-mysql/layers/oe-core/meta/conf/multilib.conf:2
4744 # "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or d.getVar('BASELIB', True)}"
4745 # computed:
4746 # "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or d.getVar('BASELIB', True)}"
4747 baselib="lib64"
...
In this situation, the zlib locates in 'lib64' rather than 'lib'.
But mariadb's confiure test still searches zlib in 'lib'.
Modify mariadb's confiure to let lib dir configurable rather
than hardcode could fix this issue.
(From meta-openembedded rev:
a0a4037cf2ed2dee6a4e1ff44a84a73babb52019)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Hongxu Jia [Wed, 9 Oct 2013 07:30:35 +0000 (07:30 +0000)]
mariadb: fix warning while invoking 'mysql_install_db' on target
Invoke 'mysql_install_db' on target, there are some warnings:
...
Installing MariaDB/MySQL system tables...
131009 6:13:14 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
OK
Filling help tables...
131009 6:13:14 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
OK
...
Modify my.cnf to use '--skip-external-locking' instead of '--skip-locking'
could fix this issue.
(From meta-openembedded rev:
4e59f5680df8577048821eed12277cee994876d4)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Hongxu Jia [Wed, 9 Oct 2013 07:30:34 +0000 (07:30 +0000)]
mariadb: update libdir for libtool
In mariadb recipe,do_install move all the lib files from usr/lib/mysql
to usr/lib,but didn't change libdir value in *.la libtool file. This
will cause libtool can't get correct lib path of mysql when other
package need mysql lib.So update them to correct value.
Here is a exapmle:
In libmysqlclient.la file: libdir = "/usr/lib/mysq/", but in fact
libmysqclient.so is installed into "/usr/lib", this will cause
libtool can not find correct lib file with libmysqlclient.la, then
libtool will use rpath option to reference a absolute path, and
this will cause rpath WARING and rpm error.
(From meta-openembedded rev:
8a5dc53b66b4ab1b71e96e80dfe7912675fbfb76)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Wed, 9 Oct 2013 06:18:54 +0000 (06:18 +0000)]
image-magick: update to latest patchset
And switch to upstream mirror which keeps old releases. This makes it fetch again.
(From meta-openembedded rev:
56ee51ddee4aba3830ed0f1e303e4fc5b628684d)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Felipe F. Tonello [Tue, 8 Oct 2013 21:58:15 +0000 (21:58 +0000)]
Revert "gypsy: Added init script"
This reverts commit
13f540c5a98d3a64b41117db9cf554956eebafe9.
This daemon is called by dbus when I client connects to it. So it's not
necessary to have the init script. This patch would be useful if we add the
init script as a separeted package. But for now we can remove it.
(From meta-openembedded rev:
ff73480f103c4507586139b1b130fa319a39f228)
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Jack Mitchell [Tue, 8 Oct 2013 18:29:00 +0000 (18:29 +0000)]
libsoc: update to 0.4
(From meta-openembedded rev:
7ecbba2d92d40bed911b568040155d2f87e4bf35)
Signed-off-by: Jack Mitchell <jack@embed.me.uk>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 7 Oct 2013 09:00:40 +0000 (11:00 +0200)]
xfce4-icon-theme: add xfce4-dev-tools-native to DEPENDS
fixes (detected in Martin's world build):
| /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-icon-theme/4.4.3-r0/xfce4-icon-theme-4.4.3/configure: line 4836: syntax error near unexpected token `am'
| /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-icon-theme/4.4.3-r0/xfce4-icon-theme-4.4.3/configure: line 4836: `XDT_I18N(am ar ca cs da de dz el en_GB eo et eu fi fr he hu id ja ka ko lt lv mk nb_NO pl pt_BR pt_PT ro ru si sk sq tr uk ur zh_CN zh_TW)'
| Configure failed. The contents of all config.log files follows to aid debugging
(From meta-openembedded rev:
66dc4af03650b6313af1570354ae9b53997e7894)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 7 Oct 2013 08:54:37 +0000 (10:54 +0200)]
xfwm4: add exo-native to DEPENDS
fixes (detected in Martin's world build):
| make[2]: Entering directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+
bce3062d08-r0/git/settings-dialogs'
| gdk-pixbuf-csource --raw --build-list \
| monitor_icon_data ./monitor-icon.png > monitor-icon.h
| exo-csource --static --strip-comments --strip-content --name=xfwm4_dialog_ui xfwm4-dialog.glade >xfwm4-dialog_ui.h
| exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui xfwm4-tweaks-dialog.glade >xfwm4-tweaks-dialog_ui.h
| exo-csource --static --strip-comments --strip-content --name=workspace_dialog_ui xfwm4-workspace-dialog.glade >xfwm4-workspace-dialog_ui.h
| /bin/bash: exo-csource: command not found
| /bin/bash: exo-csource: command not found
| /bin/bash: exo-csource: command not found
| make[2]: *** [xfwm4-dialog_ui.h] Error 127
| make[2]: *** Waiting for unfinished jobs....
| make[2]: *** [xfwm4-tweaks-dialog_ui.h] Error 127
| make[2]: *** [xfwm4-workspace-dialog_ui.h] Error 127
| make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+
bce3062d08-r0/git/settings-dialogs'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+
bce3062d08-r0/git'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4
(From meta-openembedded rev:
9a15c646a24d550cac39cb4d44208f7b75855309)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 7 Oct 2013 08:41:15 +0000 (10:41 +0200)]
xfce4-weather-plugin: add libsoup-2.4 to DEPENDS
fixes (detected in Martin's) world build:
| configure:14617: checking for libsoup-2.4 >= 2.26.0
| configure:14659: result: not found
(From meta-openembedded rev:
f31aedeca3a1d77a1e7f2b07eae019fee7592242)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 7 Oct 2013 08:28:12 +0000 (10:28 +0200)]
xfce4-settings: add exo-native to DEPENDS
fixes (found in Martin's world build)
| /bin/bash: exo-csource: command not found
| make[3]: *** [appearance-dialog_ui.h] Error 127
| make[3]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+
b7a0e1fd77-r0/git/dialogs/appearance-settings'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+
b7a0e1fd77-r0/git/dialogs'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+
b7a0e1fd77-r0/git'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings
(From meta-openembedded rev:
44ba217c0f9e523a08c63f8dde17cd352568ebae)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 7 Oct 2013 08:25:04 +0000 (10:25 +0200)]
xfce4-settings: set correct version
fix commit
23f020f742aea622e5dd7aef81eb59c99f8ef000 which introduced wrong version
(From meta-openembedded rev:
90f7629bb148dfd26f6f6b4aeb500b85dd66e51f)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Wed, 2 Oct 2013 16:35:00 +0000 (18:35 +0200)]
qt-creator: add qt4-plugin-sqldriver-sqlite to RRECOMMENDS_${PN}
fix runtime message 'QSqlDatabase: QSQLITE driver not loaded'
(From meta-openembedded rev:
b82120abbb05af27527256c009a1b338d8f8abba)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andrea Adami [Wed, 9 Oct 2013 22:16:18 +0000 (00:16 +0200)]
klibc.bbclass: add a note about default of building -static
(From meta-openembedded rev:
bee7d3c80dc9166fdd352945de6edf2ae8c4a6ae)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andrea Adami [Thu, 10 Oct 2013 22:46:20 +0000 (00:46 +0200)]
kexecboot_0.6: fix LIC_FILES_CHKSUM for kexecboot-klibc
(From meta-openembedded rev:
18e00acea100b2de3440078d76f7da391e54b4b4)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andrea Adami [Thu, 10 Oct 2013 22:05:12 +0000 (00:05 +0200)]
kexecboot: update to v0.6 and restylize
(From meta-openembedded rev:
9b3e6816855ac126d7d5edc92d83f6efe9889b47)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andrea Adami [Thu, 10 Oct 2013 21:26:25 +0000 (23:26 +0200)]
kexecboot_cfg: process with oe-stylize.py
(From meta-openembedded rev:
e25a3b60e4a9d6c99c03417f28a8c8d5e9e07016)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andrea Adami [Thu, 10 Oct 2013 21:26:24 +0000 (23:26 +0200)]
kexecboot.inc: merge back in the main recipe
and process with oe-stylize.py
(From meta-openembedded rev:
0eaa9888882dcf393f7244578854baf8c2d8a4cf)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Ting Liu [Wed, 9 Oct 2013 08:32:29 +0000 (16:32 +0800)]
netperf: set _FILE_OFFSET_BITS to 64 to support large files
Without this patch, netperf2.6 can only
support files smaller than 2GB with TCP_SENDFILE item.
(From meta-openembedded rev:
d79d4b340358168d7ca4b8f2837c9d09c44bd1fe)
Signed-off-by: Ting Liu <b28495@freescale.com>
Tested-by: Jianhua Xie<jianhua.xie@freescale.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Joe MacDonald [Mon, 7 Oct 2013 16:12:56 +0000 (12:12 -0400)]
openflow: import and tweak
Based on work by David Nyström (meta-virtualization) and Laszlo Papp
(meta-oe).
- Import OpenFlow 1.0 from meta-virtualization and provide an updated
version of the recipe for the head of tree in the OpenFlow git
repository.
- Minor tweak in both recipes for do_install_append() spacing.
- Update 'libssl' PACKAGECONFIG flag in both to follow the 'openssl'
convention used elsewhere in meta-oe.
- Create common include file for both versioned and git recipes.
(From meta-openembedded rev:
37660c2e812996331d3c1a6e4d5dec3847ac4575)
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Mon, 26 Aug 2013 14:20:36 +0000 (16:20 +0200)]
thunar-volman: Add PACKAGECONFIG for notify
(From meta-openembedded rev:
2a463dddcf76d7fa437e96f6cf0210143e97a904)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Mon, 26 Aug 2013 14:19:35 +0000 (16:19 +0200)]
thunar: Add PACKAGECONFIG for pcre
(From meta-openembedded rev:
0ab869ddcea73c291b14b7a4774cdbbae8de8751)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Marko Lindqvist [Wed, 21 Aug 2013 15:03:16 +0000 (15:03 +0000)]
libungif: update to upstream version 4.1.4
(From meta-openembedded rev:
d8859f0f6b8dcecd5357052147aa0f52cf72b110)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Frederic PAUT [Thu, 3 Oct 2013 13:32:55 +0000 (13:32 +0000)]
python-cloudeebus: Add recipe vor 0.6.0
Cloudeebus, D-Bus for the cloud, is a component that provides
D-Bus proxies for JavaScript. Unlike a web runtime, it doesn't
rely on any custom web browser API, but on HTML5 WebSockets and
python D-Bus bindings.
Cloudeebus can be used as a web API fast prototyping tool.
(From meta-openembedded rev:
9142d13a68045e3f483a4651b570f607c3d2de20)
Signed-off-by: Frederic PAUT <frederic.paut@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Frederic PAUT [Thu, 3 Oct 2013 13:31:41 +0000 (13:31 +0000)]
python-autobahn: Add recipe for 0.5.14
AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76)
framework for creating WebSocket-based clients and servers.
AutobahnPython also includes an implementation of WAMP
(The WebSockets Application Messaging Protocol), a light-weight,
asynchronous RPC/PubSub over JSON/WebSocket protocol.
(From meta-openembedded rev:
7a541bd4baab7e6f23f998fcf6509ee2817b018b)
Signed-off-by: Frederic PAUT <frederic.paut@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Sun, 25 Aug 2013 21:22:16 +0000 (23:22 +0200)]
opencv: Add PACKAGECONFIG for jasper
(From meta-openembedded rev:
68f092aa8bb3499042138e0b010ad5b64558b8aa)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Sat, 28 Sep 2013 10:26:31 +0000 (10:26 +0000)]
opencv: Update SRC_URI to use git
opencv now has moved to using git. Lets use the git
version to fetch SRCs
(From meta-openembedded rev:
fe81c0e5af2df3890f2ab0f267562fdce5b5b166)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Lukas Bulwahn [Tue, 1 Oct 2013 07:44:14 +0000 (07:44 +0000)]
opencv: Add PACKAGECONFIG for eigen gtk jpeg libav png tiff v4l
(From meta-openembedded rev:
cb4f8706e8be3f32ca406bee97b2c34fc0deb8ca)
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Lukas Bulwahn [Tue, 1 Oct 2013 07:44:13 +0000 (07:44 +0000)]
opencv: Add libeigen dependency
In the opencv's CMakeLists.txt under Optional 3rd party components,
the option "WITH_EIGEN" is by default ON. Hence, this commit adds
the libeigen dependency to opencv.
(From meta-openembedded rev:
d6577d80ec37d335d4909e113ca9f8e077e19742)
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Lukas Bulwahn [Tue, 1 Oct 2013 07:44:12 +0000 (07:44 +0000)]
libeigen: initial contribution required by opencv
As opencv depends on libeigen, libeigen is added to the meta-oe
layer. This commit is derived from the work [1] by Kartik Mohta.
[1] https://github.com/kartikmohta/meta-km/tree/master/recipes-extended/eigen
(From meta-openembedded rev:
424e3c1b930c0103c2cedfd4df1671e84a5256d5)
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Paul Eggleton [Thu, 26 Sep 2013 23:58:54 +0000 (23:58 +0000)]
schroedinger: add recipe
Originally based on the recipe from OE-Classic. Changes from that
version:
* Remove packaging of gstreamer plugin that was removed in 1.09
* Inherit pkgconfig since pkg-config is being used
* Set more appropriate LICENSE
* Add LIC_FILES_CHKSUM
* Add SUMMARY
* Optimise out inc file since it doesn't seem particularly useful to
have one for this recipe
(From meta-openembedded rev:
b3bcdd59e20163cc03b4bf814a84b798d0be9b96)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Paul Eggleton [Thu, 26 Sep 2013 23:58:53 +0000 (23:58 +0000)]
faac: add recipe
Originally based on the recipe from OE-Classic. Changes from that
version:
* Update to 1.28
* Add a patch from Debian to fix compilation errors
* Split out staticdev files into their own package
* Set reasonable SUMMARY instead of DESCRIPTION
* Add LIC_FILES_CHKSUM
* Drop PRIORITY and default value of S
* Rearrange recipe into logical order
(From meta-openembedded rev:
4abf170d3601ed51aa1c04403c5aeccd9eaf27c9)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Tue, 1 Oct 2013 23:36:44 +0000 (23:36 +0000)]
krb5: Add PACKAGECONFIG and new configure param to disable keyutils detection
(From meta-openembedded rev:
c9a41e656f5d8dc01eae6ce83ab9afe29b749826)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Thu, 26 Sep 2013 12:17:13 +0000 (12:17 +0000)]
krb5: Upgrade to 1.11.3
* 1.11 is often failing with:
| common.o: file not recognized: File truncated
| collect2: ld returned 1 exit status
| make[2]: *** [t_export_name] Error 1
when higher parallelism is used
1.11.2 and newer have fix for that:
http://krbdev.mit.edu/rt/Ticket/Display.html?id=7587
* LIC_FILES_CHKSUM is only from year update
< Copyright (C) 1985-2012 by the Massachusetts Institute of Technology.
---
> Copyright (C) 1985-2013 by the Massachusetts Institute of Technology.
(From meta-openembedded rev:
a5618c6f15415e4ab27f3ce1afb66276a7b808b0)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Yevhen Kyriukha [Tue, 24 Sep 2013 23:47:20 +0000 (23:47 +0000)]
usb-modeswitch: upgrade to upstream version.
Upgrade usb-modeswitch to v2.0.1.
Upgrade usb-modeswitch-data to v20130807.
Two patches were removed because changes that they provide are already exist.
(From meta-openembedded rev:
af2c5fee94173d1d6b45e6535318f39632c5c2ed)
Signed-off-by: Yevhen Kyriukha <kirgene@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Felipe F. Tonello [Tue, 24 Sep 2013 19:04:56 +0000 (19:04 +0000)]
geoclue: Add recipe for GeoClue 2.0.0
Geoclue is a D-Bus service that provides location information. The primary
goal of the Geoclue project is to make creating location-aware applications as
simple as possible, while the secondary goal is to ensure that no application
can access location information without explicit permission from user.
(From meta-openembedded rev:
595bcead12aa34e48c22f7297aa06f2c0643c04e)
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Ting Liu [Tue, 24 Sep 2013 07:17:36 +0000 (07:17 +0000)]
tipcutils: add recipe
The Transparent Inter-Process Communication protocol allows applications
in a clustered computer environment to communicate quickly and reliably
with other applications, regardless of their location within the
cluster.
demo binaries are packaged to tipcutils-demos.
(From meta-openembedded rev:
e5da5ebff6dd6964bbeb37a39bbf8afa30ce92da)
Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Eric BENARD [Mon, 23 Sep 2013 08:15:19 +0000 (08:15 +0000)]
gnokii: add 0.6.31
- was backported from oe-classic and upgraded to last version
- X11 configuration is not tested
(From meta-openembedded rev:
49dc9c5ede88ad555ce605af7f471819ac0372ca)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Chunrong Guo [Mon, 23 Sep 2013 08:00:55 +0000 (08:00 +0000)]
libhugetlbfs: add recipe
(From meta-openembedded rev:
fd9f63aad15ef0bd7b13361c8399f360d4d518ec)
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Samuel Stirtzel [Wed, 18 Sep 2013 13:06:24 +0000 (13:06 +0000)]
utouch-mtview: Add initial recipe
testing multitouch hardware under X11 will be much easier with this visual tool
(From meta-openembedded rev:
f73a8d62659fac2245f6dcb991940741afce44c7)
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Samuel Stirtzel [Tue, 24 Sep 2013 12:55:09 +0000 (12:55 +0000)]
utouch-frame: Add initial recipe
used by utouch-mtview, a visual multitouch test application for X
(From meta-openembedded rev:
3d173e24172bc7bd073cf429f11369869793815e)
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Samuel Stirtzel [Tue, 24 Sep 2013 12:55:08 +0000 (12:55 +0000)]
utouch-evemu: Add initial recipe
used by utouch-mtview, a visual multitouch test application for X
(From meta-openembedded rev:
029dea658369e0096c4e142032223a68be49e95b)
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Mario Domenech Goulart [Fri, 4 Oct 2013 17:18:31 +0000 (17:18 +0000)]
wvstreams: add recipe for version 4.6.1
Recipe based on OE classic's recipe for version 4.4.1, as of
0585ccfa49f71a81652c7f63885202e952ebd0e9.
Summary of changes against OE classic's recipe:
* Apply some Debian patches from
http://patch-tracker.debian.org/package/wvstreams/4.6.1-6
* Minor adjustments for the current build system (add
LIC_FILES_CHKSUM, md5 and sha256 sums for SRC_URI, fix LICENSE, remove
PR)
* Add --without-valgrind to EXTRA_OECONF
* Disable parallel make, since it was causing errors like
Log data follows:
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Executing shell function do_compile
| NOTE: make -j 8
| ./CXX -c utils/wvbuffer
| ./CXX -c utils/wvbufferstore
| ./CXX -c utils/wvcont
| /bin/bash: ./CXX: No such file or directory
| /bin/bash: ./CXX: No such file or directory
| /bin/bash: ./CXX: No such file or directory
| * Generating CC using c
| make: * Generating CXX using cc
| *** [utils/wvbuffer.o] Error 127
| make: *** Waiting for unfinished jobs....
| make: *** [utils/wvbufferstore.o] Error 127
| make: *** [utils/wvcont.o] Error 127
| ERROR: oe_runmake failed
| WARNING: .../tmp/work/armv7a-vfp-neon-oel-linux-gnueabi/wvstreams/4.6.1-r0/temp/run.do_compile.19302:1 exit 1 from
| exit 1
| ERROR: Function failed: do_compile (log file is located at .../tmp/work/armv7a-vfp-neon-oel-linux-gnueabi/wvstreams/4.6.1-r0/temp/log.do_compile.19302)
(From meta-openembedded rev:
915810274467cef4f97fd2dff3fc85f9565abea2)
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Mario Domenech Goulart [Tue, 24 Sep 2013 12:43:57 +0000 (12:43 +0000)]
wvdial: add recipe for version 1.61
Recipe based on OE classic's recipe for version 1.60, as of
ff0d06489db2e50353d72d24aada74c60bddb016.
Summary of changes against OE classic's recipe:
* Apply typo_pon.wvdial.1.patch patch from Debian's
http://patch-tracker.debian.org/package/wvdial/1.61-4.1
* Fix Makefile in do_configure task
* Add wvstreams' include dir to BUILD_CPPFLAGS
* Minor adjustments for the current build system (add
LIC_FILES_CHKSUM, md5 and sha256 sums for SRC_URI, fix LICENSE, remove
PR)
* Disable parallel make, since it was causing errors like
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 8
| * Generating CC
| ./CXX -c wvdialer
| * Generating CXX
| ./CXX -c wvmodemscan
| /bin/bash: ./CXX: No such file or directory
| make: *** [wvdialer.o] Error 127
| make: *** Waiting for unfinished jobs....
| make: *** wait: No child processes. Stop.
| ERROR: oe_runmake failed
| WARNING: .../tmp/work/armv7a-vfp-neon-oel-linux-gnueabi/wvdial/1.61-r0/temp/run.do_compile.18676:1 exit 1 from
| exit 1
(From meta-openembedded rev:
73a68490efe05cdbec540ec6f17782816632a24d)
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Jack Mitchell [Tue, 24 Sep 2013 10:36:23 +0000 (10:36 +0000)]
lmsensors: split out cgi into seperate package
Split the CGI files out of sensord package into there own package. This
is in order to split out the lighttpd dependancy.
(From meta-openembedded rev:
6fd61c04df134fc9bbad03614d301256124250a8)
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Jack Mitchell [Tue, 24 Sep 2013 10:36:22 +0000 (10:36 +0000)]
lmsensors: reset RDEPENDS_${PN}-dev for lmsensors and lmsensors-config
When building with dev-pkgs enabled I was hitting an error lmsensors
not available. Resetting the RDEPENDS for the dev packages fixes this
error as there is no lmsensors or lmsensors-config package defined.
(From meta-openembedded rev:
95c8b4a653166a8f7062e609ebcbdd017129dc45)
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Sat, 21 Sep 2013 10:41:41 +0000 (10:41 +0000)]
packagegroup-xfce-extended: add xfce4-taskmanager and xfce4-notes-plugin
(From meta-openembedded rev:
fdd060120221e3c9a828ca4b582c30103a50aa2c)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Sat, 21 Sep 2013 10:41:40 +0000 (10:41 +0000)]
xfce4-notes-plugin: initial add 1.7.7
(From meta-openembedded rev:
228ca3b736a09587f6661a5cfc53797b916a518f)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Sat, 21 Sep 2013 10:41:39 +0000 (10:41 +0000)]
xfce4-taskmanager: inital add git-version
we use git sources - the last release is 3 years ago
(From meta-openembedded rev:
d902f8756713364d29e63777867301bf7604accf)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Sat, 21 Sep 2013 10:41:38 +0000 (10:41 +0000)]
xfce4-settings: add PACKAGECONFIG for sound-settings
defaults based upon DISTRO_FEATURES for alsa and pulseaudio
(From meta-openembedded rev:
c04e70b834a3db7e3e2b0e660ef51264e7750aef)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Sat, 21 Sep 2013 10:41:37 +0000 (10:41 +0000)]
libcanberra: move libtool librarties for modules to dev package
(From meta-openembedded rev:
1c1541da5389eeff1044c972f4f9e1470571fb21)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>