[OE-core] [PATCH][V3] midori: update to 0.5.8

2014-12-05 Thread Andreas Müller
midori has moved to cmake for configuration Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta/recipes-sato/midori/midori_0.5.5.bb | 47 meta/recipes-sato/midori/midori_0.5.8.bb | 26 ++ 2 files changed, 26 insertions(+), 47

Re: [OE-core] [PATCH 1/1] bind: fix conf.patch to remove configuration that causes failure

2014-12-05 Thread ChenQi
On 12/03/2014 08:23 PM, Burton, Ross wrote: On 2 December 2014 at 06:00, Chen Qi qi.c...@windriver.com mailto:qi.c...@windriver.com wrote: conf.patch added db.255 confgiuration entry to named.conf. However, We don't have db.255 configuration file, so remove this entry to avoid

Re: [OE-core] [PATCH 1/2] packaging: allow globs in CONFFILES

2014-12-05 Thread ChenQi
On 12/04/2014 04:48 AM, Burton, Ross wrote: On 1 December 2014 at 06:01, Chen Qi qi.c...@windriver.com mailto:qi.c...@windriver.com wrote: Allow globs in CONFFILES and default CONFFILES to '${sysconfdir}'. If I apply this patch and build core-image-sato with package_ipk: | *** Error:

Re: [OE-core] [PATCH v2] procps: Upgrade to 3.3.10

2014-12-05 Thread Koen Kooi
Op 4 dec. 2014, om 20:55 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This is now the procps-ng version cleaned up patches added to fix up usrbin_execprefix in OE-Core Added --enable-skill to ensure snice and skill where built to match the buildhistory from the

[OE-core] [PATCH 2/2] busybox-mdev: Add hotplug kernel module support to mdev.conf

2014-12-05 Thread Mike Looijmans
Add a line to mdev.conf that tells mdev to load kernel modules when required. For example, if you built wifi support as an external module, inserting a wifi stick into a USB port will now automatically load that module into the kernel and the wlan device will be ready for configuration. Without

[OE-core] [PATCH 1/2] busybox-mdev: Support automatic mounting of block devices

2014-12-05 Thread Mike Looijmans
Upon inserting a USB stick or similar device, mdev will run an automounter script that mounts valid partitions on /media/device. The script first checks /etc/fstab entries so that mounting on UUID or LABEL or using custom mount options is still possible. If /etc/fstab does not contain particular

[OE-core] [PATCH] Add python-codecs runtime dependency for python-json

2014-12-05 Thread Magnus Olsson
A piece of JSON initialization code that runs when you import json tries to use the hex-decoder, thus breaks if you do not have python-codecs installed. Example: import json Traceback (most recent call last): File stdin, line 1, in module File /usr/lib/python2.7/json/__init__.py,

Re: [OE-core] [PATCH 0/2] Busybox mdev improvements

2014-12-05 Thread Otavio Salvador
On Fri, Dec 5, 2014 at 4:18 AM, Mike Looijmans mike.looijm...@topic.nl wrote: On 12/04/2014 09:47 PM, Otavio Salvador wrote: On Thu, Dec 4, 2014 at 8:27 AM, Mike Looijmans mike.looijm...@topic.nl wrote: This first series fixes the touchscreen support. A patch to automatically have mdev

[OE-core] [PATCH] libxcb: fix socket writes

2014-12-05 Thread Awais Belal
The patch has been picked up from libxcb git and is only applicable to v1.10 while it gets fixed in mainstream v1.11. http://cgit.freedesktop.org/xcb/libxcb/commit/?id=be0fe56c3bcad5124dcc6c47a2fad01acd16f71a Signed-off-by: Awais Belal awais_be...@mentor.com ---

[OE-core] [PATCH] gstreamer1.0-libav: specify proper cross-prefix

2014-12-05 Thread Awais Belal
This avoids a compile failure locating ranlib by providing the correct cross-prefix for build. Signed-off-by: Drew Moseley drew_mose...@mentor.com Signed-off-by: Awais Belal awais_be...@mentor.com --- .../gstreamer/gstreamer1.0-libav_1.4.1.bb |3 ++-

[OE-core] FW: [daisy][PATCH] python: Building without SSLv3 support

2014-12-05 Thread Sona Sarmadi
Hi guys, This should be applied to master first, and then backported to any stable branches.  Can you re-send in a form that applies to master? Ross Python has fixed this issue in version 3.5. and backported to 2.7: See the patch here: https://hg.python.org/cpython/rev/f762cbb712de But

Re: [OE-core] [PATCH 0/2] Busybox mdev improvements

2014-12-05 Thread Mike Looijmans
On 12/05/2014 12:27 PM, Otavio Salvador wrote: On Fri, Dec 5, 2014 at 4:18 AM, Mike Looijmans mike.looijm...@topic.nl wrote: On 12/04/2014 09:47 PM, Otavio Salvador wrote: On Thu, Dec 4, 2014 at 8:27 AM, Mike Looijmans mike.looijm...@topic.nl wrote: This first series fixes the touchscreen

Re: [OE-core] [PATCH] libxcb: fix socket writes

2014-12-05 Thread Burton, Ross
On 5 December 2014 at 11:40, Awais Belal awais.be...@gmail.com wrote: The patch has been picked up from libxcb git and is only applicable to v1.10 while it gets fixed in mainstream v1.11. If it's fixed in 1.11 then an upgrade to 1.11 is preferred. Ross --

Re: [OE-core] [PATCH 0/2] Busybox mdev improvements

2014-12-05 Thread Otavio Salvador
On Fri, Dec 5, 2014 at 10:57 AM, Mike Looijmans mike.looijm...@topic.nl wrote: On 12/05/2014 12:27 PM, Otavio Salvador wrote: On Fri, Dec 5, 2014 at 4:18 AM, Mike Looijmans mike.looijm...@topic.nl wrote: (PS:) From the current state of busybox-mdev in OE-core, my perception is that there

Re: [OE-core] [PATCH] libxcb: fix socket writes

2014-12-05 Thread Belal, Awais
I will look into the version upgrade. Can this be merged to dizzy? BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Burton, Ross [ross.bur...@intel.com] Sent: Friday, December 05,

[OE-core] [PATCH] shadow: disable nscd feature when glibc is not built with spawn posix functions

2014-12-05 Thread Baptiste DURAND
shadow package configure step fails with this log output : | checking location of faillog/lastlog/wtmp... (cached) /var/log | checking location of the passwd program... (cached) /usr/bin | checking for posix_spawn... no | configure: error: posix_spawn is needed for nscd support | Configure

Re: [OE-core] [PATCH] libxcb: fix socket writes

2014-12-05 Thread Burton, Ross
On 5 December 2014 at 14:26, Belal, Awais awais_be...@mentor.com wrote: I will look into the version upgrade. Can this be merged to dizzy? Dizzy would have to be a backported patch as you originally submitted. Ross -- ___ Openembedded-core mailing

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-05 Thread Sona Sarmadi
Python has fixed this issue in version 3.5. and backported to 2.7: See the patch here: https://hg.python.org/cpython/rev/f762cbb712de But this patch doesn’t apply, I have downloaded the latest 2.7.8, it is the Same problem there. I have sent email to the guy responsible to this patch

[OE-core] [PATCH 0/1] Fix buildtools after git-perltools split

2014-12-05 Thread Paul Eggleton
The following change since commit f7b342a73661cfff4043fab77ab8e9ef0e48dec4: gdb: disable Guile (2014-12-03 12:22:42 +) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/git-perltools

[OE-core] [PATCH 1/1] buildtools-tarball: restore missing git tools

2014-12-05 Thread Paul Eggleton
Since the split out of git-perltools, some git tools (such as git am, git send-email and git-submodule) have no longer been part of the buildtools. We need these, so add them back in. Fixes [YOCTO #7033]. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-05 Thread Paul Eggleton
On Friday 05 December 2014 15:32:05 Sona Sarmadi wrote: Python has fixed this issue in version 3.5. and backported to 2.7: See the patch here: https://hg.python.org/cpython/rev/f762cbb712de But this patch doesn’t apply, I have downloaded the latest 2.7.8, it is the Same

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-05 Thread Paul Eggleton
On Friday 05 December 2014 15:46:21 Paul Eggleton wrote: On Friday 05 December 2014 15:32:05 Sona Sarmadi wrote: Python has fixed this issue in version 3.5. and backported to 2.7: See the patch here: https://hg.python.org/cpython/rev/f762cbb712de But this patch doesn’t

Re: [OE-core] [PATCH 1/1] insane.bbclass: Added QA test for unexpanded ${D}

2014-12-05 Thread Alejandro Hernandez
Yes, I agree the function should iterate over all the PACKAGES, but for the second matter, using the existing package variable handling infrastructure within the class, ends up expanding the variables before being able to check them , using getVar('FOO', False) is useless in this case, any

Re: [OE-core] [PATCH 1/1] buildtools-tarball: restore missing git tools

2014-12-05 Thread Paul Eggleton
On Friday 05 December 2014 15:32:42 Paul Eggleton wrote: Since the split out of git-perltools, some git tools (such as git am, git send-email and git-submodule) have no longer been part of the buildtools. We need these, so add them back in. Fixes [YOCTO #7033]. Signed-off-by: Paul

[OE-core] [PATCH] python: fix ssl import error

2014-12-05 Thread Maxin B. John
Fix this ssl import error: Python 2.7.3 (default, Dec 5 2014, 16:24:17) [GCC 4.9.1] on linux2 Type help, copyright, credits or license for more information. import ssl Traceback (most recent call last): File stdin, line 1, in module File /usr/lib/python2.7/ssl.py, line 92, in module

Re: [OE-core] [PATCH] When building with systemd based image, udev-hwdb postinstall script will fail because of not passing correct CPU option. So fix it by passing correct QEMU_OPTIONS.

2014-12-05 Thread Richard Purdie
On Thu, 2014-12-04 at 22:48 +0100, Martin Jansa wrote: Thanks for fixing that. Would it make sense to add comment saying that nobody is expected to use QEMU_EXTRAOPTIONS directly and that they aren't overrides (so that nobody makes the same mistake as I did). Yes, I've done that, and fixed up

[OE-core] [PATCH v2 0/1] Fix buildtools after git-perltools split

2014-12-05 Thread Paul Eggleton
The following change since commit f7b342a73661cfff4043fab77ab8e9ef0e48dec4: gdb: disable Guile (2014-12-03 12:22:42 +) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/git-perltools

[OE-core] [PATCH v2 1/1] buildtools-tarball: restore missing git tools

2014-12-05 Thread Paul Eggleton
Since the split out of git-perltools, some git tools (such as git am, git send-email and git-submodule) have no longer been part of the buildtools. We need these, so add them back in. However, adding git-perltools to buildtools triggers perl itself being brought into buildtools as well, and we

Re: [OE-core] [PATCH v2 1/1] buildtools-tarball: restore missing git tools

2014-12-05 Thread Otavio Salvador
On Fri, Dec 5, 2014 at 4:09 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Since the split out of git-perltools, some git tools (such as git am, git send-email and git-submodule) have no longer been part of the buildtools. We need these, so add them back in. However, adding

[OE-core] [PATCH] dtc: don't use autotools as this doesn't use autotools

2014-12-05 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-kernel/dtc/dtc.inc |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 95023b6..0c409b0 100644 --- a/meta/recipes-kernel/dtc/dtc.inc

Re: [OE-core] [PATCH 0/3] Miscellaneous bluez patches

2014-12-05 Thread Burton, Ross
On 5 December 2014 at 00:30, Peter A. Bigot p...@pabigot.com wrote: Ping. These are independent of the RFC patches. Merged into mut, thanks. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH v2 1/1] buildtools-tarball: restore missing git tools

2014-12-05 Thread Paul Eggleton
On Friday 05 December 2014 16:30:44 Otavio Salvador wrote: On Fri, Dec 5, 2014 at 4:09 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Since the split out of git-perltools, some git tools (such as git am, git send-email and git-submodule) have no longer been part of the

[OE-core] [PATCHi v3] procps: Upgrade to 3.3.10

2014-12-05 Thread Saul Wold
This is now the procps-ng version cleaned up patches added to fix up usrbin_execprefix in OE-Core Add CPPFLAGS to allow seperate build directory works [YOCTO #6952] Signed-off-by: Saul Wold s...@linux.intel.com --- Thanks for Koen for keeping me honest ;-) Sau!