[OE-core] [PATCH] buildhistory: set commit user name and email for the new git repo

2015-05-20 Thread Mikko Rapeli
git commit needs a user name and email even if --author is set. In most cases users have ~/.gitconfig but in some cases the build user account does not have these set which breaks the build. Change-Id: Idd35df626332756ba5bd61d9273c76c7e63ed3f9 Signed-off-by: Mikko Rapeli mikko.rap...@bmw.de ---

Re: [OE-core] [PATCH] opkg-utils: Change alternatives lib path from /usr/lib/opkg to /var/lib/opkg

2015-05-20 Thread Martin Jansa
Please use the same variable with weak assignment like opkg recipes (so that it can be easily changed from distro config). This also breaks all upgrade paths, is it acceptable? In oe-classic days I've created postinst script which were migrating existing update-alternatives in the rootfs when

Re: [OE-core] [PATCH] kernel/rm_work: Improve interaction

2015-05-20 Thread ChenQi
Hi Richard, I've observed a side effect of this patch. The problem is sstate reuse. Steps to reproduce: 1) bitbake core-image-minimal 2) Change TMPDIR in local.conf TMPDIR = ${TOPDIR}/tmp-test 3) bitbake core-image-minimal In theory, sstate objects are all reused in step 3. But currently

[OE-core] [PATCH] e2fsprogs: add expansion of mkdir_p to configure.in

2015-05-20 Thread Chuang Dong
add 0001-e2fsprogs-add-expansion-of-mkdir_p-to-configure.in.patch which fix a bug that macro @mkdir_p@ can't be substituted and modify e2fsprogs_1.42.9.bb to add this patch Upstream-Status: Pending Signed-off-by: Chuang Dong chuang.d...@windriver.com ---

Re: [OE-core] trouble related to oe-core update

2015-05-20 Thread Andreas Müller
On Tue, May 19, 2015 at 10:54 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Tue, May 19, 2015 at 5:54 AM, Khem Raj raj.k...@gmail.com wrote: On May 18, 2015, at 6:12 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, May 18, 2015 at 10:08 AM, Andreas Müller

[OE-core] [PATCH 1/1] combo-layer: handle unset dest_dir in sanity_check()

2015-05-20 Thread Patrick Ohly
The previous clean up dest_dir checking patch (f8cdbe7497) improved handling of empty dest_dir but made handling of unset dest_dir worse: instead showing the Option dest_dir is not defined for component ... error, it fails with a Python exception. Avoid that by providing a sane fallback for the

[OE-core] [PATCH 0/1] combo-layer sanity_check fix

2015-05-20 Thread Patrick Ohly
The following changes since commit c0f0b6e6ef1edc0a9f9e1ceffb1cdbbef2e409c6: glibc: CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow (2015-05-16 22:37:21 +0100) are available in the git repository at: git://github.com/pohly/openembedded-core master

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-20 Thread Richard Purdie
On Mon, 2015-05-18 at 15:40 +0300, Tanu Kaskinen wrote: When PulseAudio is installed, alsa-plugins is needed to provide compatibility for ALSA applications. The dependencies are set up so that pulseaudio-server depends on alsa-plugins-pulseaudio-conf, and alsa-plugins-pulseaudio-conf depends

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-20 Thread Tanu Kaskinen
On Tue, 2015-05-19 at 18:06 +0300, Tanu Kaskinen wrote: On Tue, 2015-05-19 at 15:42 +0100, Burton, Ross wrote: On 19 May 2015 at 15:31, Burton, Ross ross.bur...@intel.com wrote: On 18 May 2015 at 13:40, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote:

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-20 Thread Sona Sarmadi
Do you think this patch would be of interest for someone? Yes but it would be good to make it choosable at distro level. Opkg has support for 'sha256' but opkg-utils only supports md5. We could pass the sha256 option to opkg-utils (like other parameters such as Maintainer), and make it

[OE-core] [PATCH] combo-layer: modified to generate better commit messages.

2015-05-20 Thread Ismo Puustinen
This patch includes support for a global section in combo-layer.conf called [combo-layer-settings]. Supported in this section is key commit_msg; its value is the template for the git commit message that updates the last_revision. The template can include substitution for the updated component

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-20 Thread Tanu Kaskinen
On Wed, 2015-05-20 at 10:00 +0100, Burton, Ross wrote: On 18 May 2015 at 13:40, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: When PulseAudio is installed, alsa-plugins is needed to provide compatibility for ALSA applications. The dependencies

[OE-core] busybox: passwd: applet not found

2015-05-20 Thread Laszlo Papp
Hi, I am a bit confused why busybox passwd does not work with daisy. It used to work with dylan. When I try to use busybox passwd, I am getting the following output: passwd: applet not found Is something wrong with the busybox maintainer script or somewhere else? For instance, busybox pwd

[OE-core] [PATCH] sstate: Add handling of do_shared_workdir task

2015-05-20 Thread Richard Purdie
Changing TMPDIR and rebuilding an image was resulting in rebuilds of kernels due to dependencies on the shared_workdir task. If installed from sstate, nothing needs this task so add it to the whitelisted task patterns. After this change, the kernel does not rebuild when a new TMPDIR and hot

Re: [OE-core] [PATCH] kernel/rm_work: Improve interaction

2015-05-20 Thread Richard Purdie
On Wed, 2015-05-20 at 14:01 +0800, ChenQi wrote: I've observed a side effect of this patch. The problem is sstate reuse. Steps to reproduce: 1) bitbake core-image-minimal 2) Change TMPDIR in local.conf TMPDIR = ${TOPDIR}/tmp-test 3) bitbake core-image-minimal In theory, sstate

Re: [OE-core] [PATCH] cooker: release lockfile on process exit

2015-05-20 Thread Richard Purdie
On Tue, 2015-05-19 at 18:24 -0300, Otavio Salvador wrote: On Tue, May 19, 2015 at 6:07 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: ... So having thought more about this, my proposal is actually that rather than fix this and cause all kinds of other potential problems, we

Re: [OE-core] [PATCH] xserver-nodm: Support reboot from inside X

2015-05-20 Thread Ricardo Ribalda Delgado
ping? On Mon, May 11, 2015 at 5:23 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: If reboot was called from inside the Xserver there could happen a race condition where chvt would never end, and therefore the whole system was stalled. The user could not recover the system by

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-20 Thread Burton, Ross
On 18 May 2015 at 13:40, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: When PulseAudio is installed, alsa-plugins is needed to provide compatibility for ALSA applications. The dependencies are set up so that pulseaudio-server depends on alsa-plugins-pulseaudio-conf, and

Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-20 Thread Matthieu CRAPET
Hello, Just tell me if something is wrong, I can provide a v2 patch. Regards, Matthieu -Message d'origine- De : openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] De la part de Matthieu Crapet Envoyé : mardi 5 mai 2015 10:14 À :

[OE-core] [PATCH] rootfs.py: Improve rpm log_check_regex

2015-05-20 Thread Ed Bartosh
Current regex can cause false negatives if paths in bitbake log files contain ERR or Fail. do_rootfs fails with return code 1 in this case. Improved regexp is based on error messages produced by rpm. Those are found by analyzing rpm source code. [YOCTO #7789] Signed-off-by: Ed Bartosh

[OE-core] [PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable.

2015-05-20 Thread Florian Boor
--- meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 33b6afe..9c52193 100644 ---

Re: [OE-core] [PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable.

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 12:49, Florian Boor florian.b...@kernelconcepts.de wrote: -PR = r3 +PR = r4 No need to bump PR. Personally I think that the fix here is to stop PN-dev depending on PN, instead of creating an empty PN package to confuse people. Ross --

Re: [OE-core] [PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable.

2015-05-20 Thread Florian Boor
Hi Ross, On 20.05.2015 15:08, Burton, Ross wrote: No need to bump PR. Personally I think that the fix here is to stop PN-dev depending on PN, instead of creating an empty PN package to confuse people. well, in this way it automatically fixes this issues with the -dev package which is not

Re: [OE-core] [PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable.

2015-05-20 Thread Florian Boor
Hi Otavio, On 20.05.2015 15:20, Otavio Salvador wrote: No. You should rely on PR Service for this. Drop the PR bump as it is pointless here. oh PR Service - if we can rely on it in this case I agree. Greetings Florian -- The dream of yesterday Florian Boor is the hope of

Re: [OE-core] [PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable.

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 14:27, Florian Boor florian.b...@kernelconcepts.de wrote: No. You should rely on PR Service for this. Drop the PR bump as it is pointless here. oh PR Service - if we can rely on it in this case I agree. If you care about upgrade paths then the PR service is far more

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-20 Thread Tanu Kaskinen
On Wed, 2015-05-20 at 13:07 +0100, Richard Purdie wrote: On Mon, 2015-05-18 at 15:40 +0300, Tanu Kaskinen wrote: When PulseAudio is installed, alsa-plugins is needed to provide compatibility for ALSA applications. The dependencies are set up so that pulseaudio-server depends on

Re: [OE-core] [PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable.

2015-05-20 Thread Otavio Salvador
On Wed, May 20, 2015 at 10:17 AM, Florian Boor florian.b...@kernelconcepts.de wrote: On 20.05.2015 15:08, Burton, Ross wrote: No need to bump PR. Personally I think that the fix here is to stop PN-dev depending on PN, instead of creating an empty PN package to confuse people. well, in

[OE-core] [PATCH v2] gtk-engines: Make gtk-engines-dev installable by dropping dependency to not generated gtk-engines package.

2015-05-20 Thread Florian Boor
--- meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 33b6afe..036aa27 100644 ---

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Bernhard Reutner-Fischer
On 20 May 2015 at 15:48, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 May 2015 at 13:55, Laszlo Papp lp...@kde.org wrote: Hi, I am a bit confused why busybox passwd does not work with daisy. It used to work with dylan. When I try to use busybox passwd, I am getting the

Re: [OE-core] trouble related to oe-core update

2015-05-20 Thread Otavio Salvador
On Wed, May 20, 2015 at 10:58 AM, Khem Raj raj.k...@gmail.com wrote: On May 20, 2015, at 6:46 AM, Otavio Salvador ota...@ossystems.com.br wrote: OE-Core does not seem to enable thumb2 by default so I don't think we ought to change the default here. However I do agree in extend the comment

Re: [OE-core] trouble related to oe-core update

2015-05-20 Thread Otavio Salvador
On Wed, May 20, 2015 at 5:34 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Tue, May 19, 2015 at 10:54 AM, Andreas Müller schnitzelt...@googlemail.com wrote: Would like to get a solution for this and see 2 ways to go in imx-base.inc: 1. allow thumb: snip # Float-Point setting #

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Bernhard Reutner-Fischer
On 20 May 2015 at 13:55, Laszlo Papp lp...@kde.org wrote: Hi, I am a bit confused why busybox passwd does not work with daisy. It used to work with dylan. When I try to use busybox passwd, I am getting the following output: passwd: applet not found is the password applet built? Check

Re: [OE-core] [PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable.

2015-05-20 Thread Florian Boor
Hi, On 20.05.2015 15:32, Burton, Ross wrote: If you care about upgrade paths then the PR service is far more reliable than explicit PR bumps. ok great... then I'll change it to dropping the dependency of the -dev package while I'm working on it anyway. Greetings Florian -- The dream of

Re: [OE-core] trouble related to oe-core update

2015-05-20 Thread Khem Raj
On May 20, 2015, at 6:46 AM, Otavio Salvador ota...@ossystems.com.br wrote: OE-Core does not seem to enable thumb2 by default so I don't think we ought to change the default here. However I do agree in extend the comment and provide an example so it is easier for people to do this when

Re: [OE-core] [PATCH] xserver-nodm: Support reboot from inside X

2015-05-20 Thread Aníbal Limón
Hi Ricardo, I tested your patch and it's ok another improvement to it will be add a sleep 1 before chvt because killproc xinit don't take a defined time to shutdown and chvt didn't work because X it's running. I'll modify a little your patch and send v2 with your signature. Regards,

Re: [OE-core] [PATCH] midori: fix build with GLib 2.44

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 16:24, Alexander Kanavin alexander.kana...@linux.intel.com wrote: Midori is already at 0.5.10 upstream; if it's compatible with the webkit currently in oe-core, maybe it's better to update to the latest version? When the new webkit patches are ready, I'll definitely pull in

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Bernhard Reutner-Fischer
On May 20, 2015 5:36:55 PM GMT+02:00, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 4:25 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 May 2015 at 17:20, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 4:17 PM, Bernhard Reutner-Fischer rep.dot@gmail.com

Re: [OE-core] [PATCH RFC] dosfstools: Bump to version 3.0.28

2015-05-20 Thread Burton, Ross
On 18 May 2015 at 06:48, Soren Brinkmann soren.brinkm...@xilinx.com wrote: I suspected the big version jump probably obsoleted the patches carried in OE. Hence, I just removed them. That's a very big assumption, you should verify that is the fact instead of hoping for the best. I'm not

Re: [OE-core] [PATCH][Resend] apt: upgrade to 1.0.9.9

2015-05-20 Thread Aníbal Limón
Hi Roy, When try to compile your upgrade using qemux86-64 fails with, WARNING: QA Issue: apt rdepends on liblzma, but it isn't a build dependency? [build-deps] WARNING: QA Issue: /usr/bin/apt-cdrom_apt contained in package apt requires libapt-private.so.0.0()(64bit), but no providers found in

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Bernhard Reutner-Fischer
On 20 May 2015 at 17:20, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 4:17 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 May 2015 at 17:09, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 4:07 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 May 2015

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Laszlo Papp
On Wed, May 20, 2015 at 4:48 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On May 20, 2015 5:36:55 PM GMT+02:00, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 4:25 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 May 2015 at 17:20, Laszlo Papp lp...@kde.org

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Bernhard Reutner-Fischer
On May 20, 2015 5:58:32 PM GMT+02:00, Laszlo Papp lp...@kde.org wrote: Well, I understand and appreciate that opinions vary, but if busybox had shipped 3 binaries at the end of the build processes, then their naming would be standard led by busybox upstream. Currently, there is no way to

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Laszlo Papp
On Wed, May 20, 2015 at 4:25 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 May 2015 at 17:20, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 4:17 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 May 2015 at 17:09, Laszlo Papp lp...@kde.org wrote: On

[OE-core] [PATCH 2/4] xdpyinfo: upgrade to 1.3.2

2015-05-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-app/{xdpyinfo_1.3.1.bb = xdpyinfo_1.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.3.1.bb = xdpyinfo_1.3.2.bb} (82%) diff --git

[OE-core] [PATCH 4/4] xvinfo: upgrade to 1.1.3

2015-05-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-app/{xvinfo_1.1.2.bb = xvinfo_1.1.3.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xvinfo_1.1.2.bb = xvinfo_1.1.3.bb} (68%) diff --git

[OE-core] [PATCH 3/4] xkeyboard-config: upgrade to 2.14

2015-05-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-lib/{xkeyboard-config_2.13.bb = xkeyboard-config_2.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.13.bb = xkeyboard-config_2.14.bb} (88%) diff --git

[OE-core] [PATCH 1/4] puzzles: upgrade to latest srcrev

2015-05-20 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-sato/puzzles/{puzzles_r10116.bb = puzzles_r10286.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-sato/puzzles/{puzzles_r10116.bb = puzzles_r10286.bb} (100%) diff --git

[OE-core] [PATCHv2] xserver-nodm: Support reboot from inside X

2015-05-20 Thread Aníbal Limón
From: Ricardo Ribalda Delgado ricardo.riba...@gmail.com If reboot was called from inside the Xserver there could happen a race condition where chvt would never end, and therefore the whole system was stalled. The user could not recover the system by ssh the machine or using the keyboard.

[OE-core] [PATCH 2/2] xserver-xorg: Upgrade 1.16.3 - 1.17.1 (OELAYOUT_ABI change)

2015-05-20 Thread Jussi Kukkonen
* Increase OELAYOUT_ABI: this is required because the xf86-video-modesetting package moves from its own recipe to xserver-xorg and sanity check cannot handle that currently. The upgrade will delete old xf86-video-modesetting files from sysroots. * Remove upstreamed xserver-xorg patches *

[OE-core] [PATCH 1/2] sanity.bbclass: import subprocess in correct function

2015-05-20 Thread Jussi Kukkonen
check_sanity() no longer needs the subprocess module but sanity_handle_abichanges() does use subprocess.call(). Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/classes/sanity.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 0/2] xserver-xorg upgrade

2015-05-20 Thread Jussi Kukkonen
The last commit does three things: * removes xf86-video-modesetting recipe * upgrades xserver-xorg (which now includes modesetting driver) * updates OELAYOUT_ABI (to avoid sanity check freaking out from the previous two) The combination seems logically atomic to me but let me know if I

Re: [OE-core] [PATCH 2/2] xserver-xorg: Upgrade 1.16.3 - 1.17.1 (OELAYOUT_ABI change)

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 20:11, Jussi Kukkonen jussi.kukko...@intel.com wrote: -LIC_FILES_CHKSUM = file://COPYING;md5=15b5bf9327341c81089137aec4830bfd +LIC_FILES_CHKSUM = file://COPYING;md5=5df87950af51ac2c5822094553ea1880 When this happens please explain what the change was, to demonstrate that

[OE-core] [PATCH] zlib: clean up base_libdir symlink

2015-05-20 Thread Ross Burton
libz.so symbolic link created in ${libdir} is ../../${base_libdir}/libz.so.1.2.8. This doesn't work if base_libdir or libdir is changed, so use oe.path.relative to construct the correct path at build time. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/zlib/zlib_1.2.8.bb

Re: [OE-core] [PATCH 0/6] Remove unsupported GStreamer 0.10

2015-05-20 Thread Burton, Ross
On 18 May 2015 at 14:58, Alexander Kanavin alexander.kana...@linux.intel.com wrote: These patches remove the unsupported GStreamer 0.10 framework from oe-core. GStreamer 0.10 will still be available from meta-oe, but is no longer recommended to use. Can you send a follow-up patch to poky@

Re: [OE-core] [PATCH][V3] mmc-utils: fix the building failure when DEBUG_BUILD is 1

2015-05-20 Thread Rongqing Li
ping -Roy On 2015年05月13日 08:14, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com AM_CFLAGS in Makefile includes -D_FORTIFY_SOURCE=2 which will lead to building failure when DEBUG_BUILD is 1. So Redefine AM_CFLAGS, input it from the environment to overrides variable in

Re: [OE-core] meta-gir issues and maintenance

2015-05-20 Thread Changhyeok Bae
I forked meta-gir to https://github.com/locust2001/meta-gir and start working from next week. -Original Message- From: Andreas Müller [mailto:schnitzelt...@googlemail.com] Sent: Monday, May 18, 2015 8:46 PM To: Burton, Ross Cc: Changhyeok Bae; OE-core Subject: Re: [OE-core] meta-gir

[OE-core] [PATCH] toolchain-scripts.bbclass: fix quoting for CCACHE_PATH

2015-05-20 Thread Andre McCurdy
Single quotes prevent expansion of $sdkpathnative$bindir. Signed-off-by: Andre McCurdy armccu...@gmail.com --- fido needs the fix too. meta/classes/toolchain-scripts.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/toolchain-scripts.bbclass

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 16:02, Laszlo Papp lp...@kde.org wrote: On a second thought: is even worse now than that, our code has to handle _three_ different scenarios: 1) Desktop. 2) Embedded without Yocto or embedded with old Yocto. 3) Embedded with new Yocto. I do not get excited about this.

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Laszlo Papp
On Wed, May 20, 2015 at 4:07 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 May 2015 at 16:02, Laszlo Papp lp...@kde.org wrote: On a second thought: is even worse now than that, our code has to handle _three_ different scenarios: 1) Desktop. 2) Embedded without Yocto or embedded with

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Bernhard Reutner-Fischer
[Cc'ing Chen who invented it for the most part] On 20 May 2015 at 17:02, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 3:58 PM, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 3:54 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 May 2015 at 15:50, Laszlo Papp

Re: [OE-core] [PATCH] e2fsprogs: add expansion of mkdir_p to configure.in

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 08:37, Chuang Dong chuang.d...@windriver.com wrote: ++AC_SUBST([mkdir_p], ['$(MKDIR_P)']) If the recipe is using mkdir_p then the configure.ac should be calling AM_PROG_MKDIR_P, surely. It's not, and I've verified that adding it causes the variables to be defined correctly.

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Bernhard Reutner-Fischer
On 20 May 2015 at 17:09, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 4:07 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 May 2015 at 16:02, Laszlo Papp lp...@kde.org wrote: On a second thought: is even worse now than that, our code has to handle _three_ different scenarios:

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Laszlo Papp
On Wed, May 20, 2015 at 4:17 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 May 2015 at 17:09, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 4:07 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 May 2015 at 16:02, Laszlo Papp lp...@kde.org wrote: On a second

Re: [OE-core] [PATCH] midori: fix build with GLib 2.44

2015-05-20 Thread Alexander Kanavin
On 05/19/2015 10:40 PM, Ross Burton wrote: GLib 2.44 introduced a GListStore type which is ambiguous with GtkListStore when using wildcard using statements. Use the full type name to fix builds. Midori is already at 0.5.10 upstream; if it's compatible with the webkit currently in oe-core,

Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 10:47, Matthieu CRAPET matthieu.cra...@ingenico.com wrote: Just tell me if something is wrong, I can provide a v2 patch. No, it just slipped through the cracks. That regex looked a bit obscure, and there's a Python function we provide that uses the Python standard library to

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 15:42, Laszlo Papp lp...@kde.org wrote: Now that just breaks all the code that our software is using. Why did this binary incompatible change sneak in, and especially: why without any note in the migration guide? Furthermore, is there a way to reverse this? I really would

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Laszlo Papp
On Wed, May 20, 2015 at 3:45 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 May 2015 at 15:42, Laszlo Papp lp...@kde.org wrote: Now that just breaks all the code that our software is using. Why did this binary incompatible change sneak in, and especially: why without any note in the

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Laszlo Papp
On Wed, May 20, 2015 at 3:58 PM, Laszlo Papp lp...@kde.org wrote: On Wed, May 20, 2015 at 3:54 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 May 2015 at 15:50, Laszlo Papp lp...@kde.org wrote: Currently, I do not see any simple way without #ifdef jungle in the code around to it. It is

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Laszlo Papp
On Wed, May 20, 2015 at 3:05 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 May 2015 at 15:48, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 May 2015 at 13:55, Laszlo Papp lp...@kde.org wrote: Hi, I am a bit confused why busybox passwd does not work with

[OE-core] [PATCH] package_rpm.bbclass : escape % in files and directories name

2015-05-20 Thread Michaël Burtin
From: Sébastien Mennetrier smennetr...@voxtok.com The rpm process replace all the %name in the spec file by the name of the package. So, if the package is composed of some files or directories named %name..., the rpm package process failed. Replace all % present in files or directories names by

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 15:50, Laszlo Papp lp...@kde.org wrote: Currently, I do not see any simple way without #ifdef jungle in the code around to it. It is not nice. Looking at the busybox recipe reveals this: # Whether to split the suid apps into a seperate binary BUSYBOX_SPLIT_SUID ?= 1 Just

Re: [OE-core] busybox: passwd: applet not found

2015-05-20 Thread Laszlo Papp
On Wed, May 20, 2015 at 3:54 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 May 2015 at 15:50, Laszlo Papp lp...@kde.org wrote: Currently, I do not see any simple way without #ifdef jungle in the code around to it. It is not nice. Looking at the busybox recipe reveals this: #