[OE-core] [CONSOLIDATED PULL 00/30] Updates and Patches

2014-05-06 Thread Saul Wold
Richard, This is the set of patches that we have been testing for the last few days, it includes a kernel update, the GCC 4.9 update, but not the bump to to use it yet. There are a number of package updates and ptest enablements also. Beth hopes to run the update version for Master Week in the

[OE-core] [PATCH] ltp: enable PM and RT tests

2014-05-06 Thread Koen Kooi
Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-extended/ltp/ltp_20140422.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb index bad9e6f..995d617 100644 ---

[OE-core] [PATCH] tcmode-default.inc: Adjust for new toolchain component changes

2014-05-06 Thread Khem Raj
Recently we renames the cross compilers as well as spun out libgcc-initial from gcc-initial out. We need to also express it in default tcmode otherwise defining GCCVERSION and/or BINUVERSION outside OE-Core does not cover all cases Signed-off-by: Khem Raj raj.k...@gmail.com ---

[OE-core] [PATCH 1/1] mmc-utils: fix compilation failure for mips64 target.

2014-05-06 Thread Chen Qi
This patch fixes mmc-utils compilation failure for qemumips64. Remove the 'include asm-generic/int-ll64.h' line from mmc.h, because this file is automatically included if _MIPS_SZLONG is not 64, otherwise, asm-generic/int-l64.h is included. Expicitly including asm-generic/int-ll64.h will cause

[OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Björn Krombholz
Hi, I'm having trouble building a working toolchain (meta-toolchain) on yocto-1.4 release. Buildsystem is x86_64, on current Debian Sid. The problem seems to be with ld-linux[...].so, SDKMACHINE doesn't seem to matter (x86_64 and i686 produce broken binaries). The effect is, that (almost)

[OE-core] [PATCH 1/2] babeltrace: upgrade to 1.2.1

2014-05-06 Thread Cristiana Voicu
The release for 1.2.1 is on branch stable-1.2. Backported a patch to fix out of tree build. Signed-off-by: Cristiana Voicu cristiana.vo...@intel.com --- ...-Support-out-of-tree-builds-in-babeltrace.patch | 17 + .../{babeltrace_1.1.1.bb = babeltrace_1.2.1.bb} |7 ---

[OE-core] [PATCH 2/2] rxvt-unicode: upgrade to 9.20

2014-05-06 Thread Cristiana Voicu
Signed-off-by: Cristiana Voicu cristiana.vo...@intel.com --- .../rxvt.desktop |0 .../{rxvt-unicode-9.19 = rxvt-unicode}/rxvt.png | Bin 2847 - 2847 bytes .../{rxvt-unicode-9.19 = rxvt-unicode}/xwc.patch |0 .../{rxvt-unicode_9.19.bb =

Re: [OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-06 Thread Paul Eggleton
On Tuesday 06 May 2014 07:52:23 Koen Kooi wrote: Op 5 mei 2014, om 23:54 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/05/2014 04:26 AM, Koen Kooi wrote: This fixes the following build error: | libarchive/archive_entry.c:59:55: fatal error: ext2fs/ext2_fs.h: No

Re: [OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-06 Thread Paul Eggleton
On Tuesday 06 May 2014 10:17:03 Paul Eggleton wrote: On Tuesday 06 May 2014 07:52:23 Koen Kooi wrote: Op 5 mei 2014, om 23:54 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/05/2014 04:26 AM, Koen Kooi wrote: This fixes the following build error: |

Re: [OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-06 Thread Paul Barker
On Tue, May 06, 2014 at 10:18:41AM +0100, Paul Eggleton wrote: On Tuesday 06 May 2014 10:17:03 Paul Eggleton wrote: On Tuesday 06 May 2014 07:52:23 Koen Kooi wrote: Op 5 mei 2014, om 23:54 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/05/2014 04:26 AM, Koen

Re: [OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-06 Thread Paul Eggleton
On Tuesday 06 May 2014 10:33:29 Paul Barker wrote: On Tue, May 06, 2014 at 10:18:41AM +0100, Paul Eggleton wrote: On Tuesday 06 May 2014 10:17:03 Paul Eggleton wrote: On Tuesday 06 May 2014 07:52:23 Koen Kooi wrote: Op 5 mei 2014, om 23:54 heeft Saul Wold s...@linux.intel.com het

[OE-core] [PATCH] tcl: cleanup

2014-05-06 Thread Matthieu Crapet
Changes: - add missing licence file: tcl - use binconfig to patch tclConfig.sh paths - avoid subshell in do_configure() - use ${PV} Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/files/common-licenses/tcl | 40

[OE-core] [PATCH 2/7] acpid: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-bsp/acpid/acpid.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index

[OE-core] [PATCH 3/7] apmd: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb

[OE-core] [PATCH 1/7] *.bbclass (shell): avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/classes/binconfig.bbclass| 2 +- meta/classes/buildhistory.bbclass | 2 +- meta/classes/kernel-grub.bbclass | 2 +- meta/classes/sip.bbclass | 8 +++- 4 files

[OE-core] [PATCH 6/7] initscripts: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Small optimisation in /etc/init.d/populate-volatile.sh. Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 4/7] dropbear: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file + fix indentation Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-core/dropbear/dropbear.inc | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git

[OE-core] [PATCH 5/7] sysvinit-inittab: avoid pipe with grep

2014-05-06 Thread Matthieu Crapet
Replace: cat file | grep xxx By: grep xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb

[OE-core] [PATCH 7/7] scripts/runqemu: avoid pipe with sed

2014-05-06 Thread Matthieu Crapet
Replace: cat file | sed -e xxx By: sed -e xxx file Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- scripts/runqemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index e270274..ff64a1d 100755 --- a/scripts/runqemu +++

[OE-core] daisy: System crash running grub-efi on 64 bit machine

2014-05-06 Thread Ricardo Ribalda Delgado
Hello I have just ported my build system to daisy and I am unable to boot from grub-efi. As soon as the grub binary is loaded by uefi, the system freezes. The error can be reproduced on virtualbox. Since it is even before the kernel is loaded, and no error message is given I don't know which

[OE-core] [PATCH] ptest: Work from PTEST_ENABLED, not DISTRO_FEATURES

2014-05-06 Thread Richard Purdie
Some classes of recipe disable ptest even though its in DISTRO_FEATURES (e.g. nativesdk). We shouldn't attempt to build ptest packages when its disabled. This replaces some DISTRO_FEATURE checks with PTEST_ENABLED checks instead. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org

[OE-core] [PATCH] attr: Fix uclibc builds

2014-05-06 Thread Richard Purdie
attr needs libintl headers and libs. Add in the missing dependency and the missing linker flag. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index 873c1ff..63964e75 100644 ---

[OE-core] [PATCH] libiconv: Fix B != S with uclibc builds

2014-05-06 Thread Richard Purdie
Without this, uclibc builds fail with libtool version mismatches. The issue is that we need to remove the files in ${S}, not ${B} which is now the default after the B != S change. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

[OE-core] [PATCH] uclibc: Set MULTILIB_DIR based on baselib

2014-05-06 Thread Richard Purdie
baselib contains the current lib value so pass this into uclibc's configration to allow multilib builds to work correctly. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro

[OE-core] [PATCH] gcc: Handle uclibc linker relocation for multilib support

2014-05-06 Thread Richard Purdie
We need to handle the UCLIBC_* linker variables in the same way as we do the GLIBC_* ones to allow uclibc multilib to work properly. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

[OE-core] [PATCH 1/1] x-load: remove recipe

2014-05-06 Thread Petter Mabäcker
From: Petter Mabacker pet...@technux.se x-load has been superseded by u-boot SPL for all cortex based TI SoCs. For legacy boards meta-ti layer (that contains a maintained recipe) should be used instead. Signed-off-by: Petter Mabacker pet...@technux.se ---

[OE-core] [PATCH 0/1] x-load: remove recipe

2014-05-06 Thread Petter Mabäcker
From: Petter Mabacker pet...@technux.se Proposal to remove x-load recipe, after discussion on oe mailing list. The conclusion was that X-load shouldn't be used anymore, it has been superseded by u-boot SPL for all cortex based TI SoCs. For legacy boards meta-ti layer has a maintained recipe of

Re: [OE-core] [PATCH] tree: new recipe for version 1.6.0

2014-05-06 Thread Christian Charreyre
Hello Saul, Le 23/04/2014 20:00, Saul Wold a écrit : On 04/23/2014 01:41 AM, Christian Charreyre wrote: This patch creates the recipe for the command tree, which is a recursive directory listing command that produces a depth indented listing of files, which is colorized ala dircolors if the

[OE-core] Daisy Stable Branch - open for patch suggestions

2014-05-06 Thread Saul Wold
[Sorry for the overlap, want to make sure I hit a broad audience] Hi Everyone! I will be the stable maintainer for the Daisy branch, and it is now open for suggestions of backport patches. I am starting to generate a list of patches that are already in master. The following wiki page has

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Khem Raj
On Tue, May 6, 2014 at 1:14 AM, Björn Krombholz pir...@gmail.com wrote: Comparing the build with a toolchain created on Jul 30th 2013 (which works fine) I see one major difference: what is the delta between the working and non working OE-Core repo --

Re: [OE-core] daisy: System crash running grub-efi on 64 bit machine

2014-05-06 Thread Khem Raj
On Tue, May 6, 2014 at 6:20 AM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: I have just ported my build system to daisy and I am unable to boot from grub-efi. As soon as the grub binary is loaded by uefi, the system freezes. The error can be reproduced on virtualbox. Since it is

Re: [OE-core] [PATCH] attr: Fix uclibc builds

2014-05-06 Thread Khem Raj
Richard On Tue, May 6, 2014 at 6:49 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: attr needs libintl headers and libs. Add in the missing dependency and the missing linker flag. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

Re: [OE-core] Daisy Stable Branch - open for patch suggestions

2014-05-06 Thread Khem Raj
Saul On Tue, May 6, 2014 at 9:48 AM, Saul Wold saul.w...@intel.com wrote: [Sorry for the overlap, want to make sure I hit a broad audience] Hi Everyone! I will be the stable maintainer for the Daisy branch, and it is now open for suggestions of backport patches. I am starting to generate

Re: [OE-core] [bitbake-devel] Daisy Stable Branch - open for patch suggestions

2014-05-06 Thread Martin Jansa
On Tue, May 06, 2014 at 10:55:59AM -0700, Khem Raj wrote: Saul On Tue, May 6, 2014 at 9:48 AM, Saul Wold saul.w...@intel.com wrote: [Sorry for the overlap, want to make sure I hit a broad audience] Hi Everyone! I will be the stable maintainer for the Daisy branch, and it is now

Re: [OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-06 Thread Khem Raj
On Tue, May 6, 2014 at 3:33 AM, Paul Barker p...@paulbarker.me.uk wrote: On Tue, May 06, 2014 at 10:18:41AM +0100, Paul Eggleton wrote: On Tuesday 06 May 2014 10:17:03 Paul Eggleton wrote: On Tuesday 06 May 2014 07:52:23 Koen Kooi wrote: Op 5 mei 2014, om 23:54 heeft Saul Wold

[OE-core] State of bitbake world, test-dependencies 2014-05-06

2014-05-06 Thread Martin Jansa
On Fri, Apr 25, 2014 at 03:00:09AM +0200, Martin Jansa wrote: On Fri, Apr 18, 2014 at 08:36:32PM +0200, Martin Jansa wrote: On Thu, Apr 03, 2014 at 03:06:09PM +0200, Martin Jansa wrote: I've just started this long test-dependencies build so jenkins will be busy for next 14 days or so,

Re: [OE-core] Recipes erroneously marked as commercial?

2014-05-06 Thread Sean Hudson
On 05/06/2014 03:00 PM, Denys Dmytriyenko wrote: So, long time ago we had a short list of commercial packages in a global variable COMMERCIAL_LICENSE: COMMERCIAL_LICENSE ?= lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp Then, at some point, the packages that depend on commercial ones were

Re: [OE-core] [PATCH] attr: Fix uclibc builds

2014-05-06 Thread Richard Purdie
On Tue, 2014-05-06 at 10:43 -0700, Khem Raj wrote: Richard On Tue, May 6, 2014 at 6:49 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: attr needs libintl headers and libs. Add in the missing dependency and the missing linker flag. Signed-off-by: Richard Purdie

Re: [OE-core] State of bitbake world, test-dependencies 2014-05-06

2014-05-06 Thread Tim Orling
I will work on vlc/libvlc. --Tim On Tue, May 6, 2014 at 12:51 PM, Martin Jansa martin.ja...@gmail.comwrote: On Fri, Apr 25, 2014 at 03:00:09AM +0200, Martin Jansa wrote: On Fri, Apr 18, 2014 at 08:36:32PM +0200, Martin Jansa wrote: On Thu, Apr 03, 2014 at 03:06:09PM +0200, Martin Jansa

Re: [OE-core] [PATCH] attr: Fix uclibc builds

2014-05-06 Thread Khem Raj
On Tue, May 6, 2014 at 1:37 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: PN == BPN as it isn't in the multilib case. we may not need that any more since back than we did not differentiate between native and target recipes. -- ___

Re: [OE-core] Recipes erroneously marked as commercial?

2014-05-06 Thread Richard Purdie
On Tue, 2014-05-06 at 15:19 -0500, Sean Hudson wrote: On 05/06/2014 03:00 PM, Denys Dmytriyenko wrote: So, long time ago we had a short list of commercial packages in a global variable COMMERCIAL_LICENSE: COMMERCIAL_LICENSE ?= lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp Then, at

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Denys Dmytriyenko
On Tue, May 06, 2014 at 10:14:45AM +0200, Björn Krombholz wrote: Hi, I'm having trouble building a working toolchain (meta-toolchain) on yocto-1.4 release. Buildsystem is x86_64, on current Debian Sid. The problem seems to be with ld-linux[...].so, SDKMACHINE doesn't seem to matter

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Khem Raj
On Tue, May 6, 2014 at 1:55 PM, Denys Dmytriyenko de...@denix.org wrote: Do you know that OE toolchain is not relocatable? is that true ? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] Recipes erroneously marked as commercial?

2014-05-06 Thread Denys Dmytriyenko
So, long time ago we had a short list of commercial packages in a global variable COMMERCIAL_LICENSE: COMMERCIAL_LICENSE ?= lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp Then, at some point, the packages that depend on commercial ones were added to the list, to allow wold builds to be

[OE-core] [PATCH] openssh: add /var/log/lastlog to volatile list

2014-05-06 Thread Saul Wold
The /var/log/messages reports /var/log/lastlog as missing, since openssh needs this file, create it as a volatile. [YOCTO #6172] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Mark Hatle
On 5/6/14, 3:56 PM, Khem Raj wrote: On Tue, May 6, 2014 at 1:55 PM, Denys Dmytriyenko de...@denix.org wrote: Do you know that OE toolchain is not relocatable? is that true ? It's the load path of the executables, they use the libc-nativesdk, so they need a hard path to the correct ld.so

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Khem Raj
On May 6, 2014 2:25 PM, Mark Hatle mark.ha...@windriver.com wrote: On 5/6/14, 3:56 PM, Khem Raj wrote: On Tue, May 6, 2014 at 1:55 PM, Denys Dmytriyenko de...@denix.org wrote: Do you know that OE toolchain is not relocatable? is that true ? It's the load path of the executables, they

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Mark Hatle
On 5/6/14, 4:40 PM, Khem Raj wrote: On May 6, 2014 2:25 PM, Mark Hatle mark.ha...@windriver.com mailto:mark.ha...@windriver.com wrote: On 5/6/14, 3:56 PM, Khem Raj wrote: On Tue, May 6, 2014 at 1:55 PM, Denys Dmytriyenko de...@denix.org mailto:de...@denix.org wrote: Do you know that

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Denys Dmytriyenko
On Tue, May 06, 2014 at 04:25:15PM -0500, Mark Hatle wrote: On 5/6/14, 3:56 PM, Khem Raj wrote: On Tue, May 6, 2014 at 1:55 PM, Denys Dmytriyenko de...@denix.org wrote: Do you know that OE toolchain is not relocatable? is that true ? It's the load path of the executables, they use the

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Denys Dmytriyenko
On Tue, May 06, 2014 at 04:44:08PM -0500, Mark Hatle wrote: On 5/6/14, 4:40 PM, Khem Raj wrote: On May 6, 2014 2:25 PM, Mark Hatle mark.ha...@windriver.com mailto:mark.ha...@windriver.com wrote: On 5/6/14, 3:56 PM, Khem Raj wrote: On Tue, May 6, 2014 at 1:55 PM, Denys Dmytriyenko

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Denys Dmytriyenko
On Tue, May 06, 2014 at 01:56:57PM -0700, Khem Raj wrote: On Tue, May 6, 2014 at 1:55 PM, Denys Dmytriyenko de...@denix.org wrote: Do you know that OE toolchain is not relocatable? is that true ? Is not auto-relocatable - is it better? -- Denys --

Re: [OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-06 Thread Paul Barker
On Tue, May 06, 2014 at 11:25:31AM -0700, Khem Raj wrote: On Tue, May 6, 2014 at 3:33 AM, Paul Barker p...@paulbarker.me.uk wrote: On Tue, May 06, 2014 at 10:18:41AM +0100, Paul Eggleton wrote: Oops, sent too early - bug link: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6268

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Denys Dmytriyenko
On Tue, May 06, 2014 at 04:49:09PM -0500, Mark Hatle wrote: On 5/6/14, 4:44 PM, Denys Dmytriyenko wrote: On Tue, May 06, 2014 at 04:25:15PM -0500, Mark Hatle wrote: On 5/6/14, 3:56 PM, Khem Raj wrote: On Tue, May 6, 2014 at 1:55 PM, Denys Dmytriyenko de...@denix.org wrote: Do you know that OE

Re: [OE-core] meta-toolchain doesn't compile working binaries

2014-05-06 Thread Mark Hatle
On 5/6/14, 4:44 PM, Denys Dmytriyenko wrote: On Tue, May 06, 2014 at 04:25:15PM -0500, Mark Hatle wrote: On 5/6/14, 3:56 PM, Khem Raj wrote: On Tue, May 6, 2014 at 1:55 PM, Denys Dmytriyenko de...@denix.org wrote: Do you know that OE toolchain is not relocatable? is that true ? It's the

[OE-core] [PATCH 0/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
The following changes since commit 82813d27640549255dc81a15d7fb63688431f747: tcmode-default.inc: Adjust for new toolchain component changes (2014-05-06 21:31:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/sudo-1.8.10p2

Re: [OE-core] [PATCH 1/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Khem Raj
On May 6, 2014 7:12 PM, Chen Qi qi.c...@windriver.com wrote: Upgrade sudo from 1.8.9p5 to the newest stable release 1.8.10p2. The license information is modified as required. can you b more explicit here and provide information as to what changed exactly? As /var/run/sudo is the default

[OE-core] [PATCH V2 0/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
Changes since V1: 1. Modified the commit message to be more explicit on why the license checksums are changed. The following changes since commit 82813d27640549255dc81a15d7fb63688431f747: tcmode-default.inc: Adjust for new toolchain component changes (2014-05-06 21:31:57 +0100) are

[OE-core] [PATCH V2 1/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
Upgrade sudo from 1.8.9p5 to the newest stable release 1.8.10p2. The license checksums are modified as required, because the doc/LICENSE file now declares that compat/inet_pton.c bears a certain license. As /var/run/sudo is the default directory for sudo's time stamp files, this patch adds a

Re: [OE-core] [PATCH 1/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread ChenQi
On 05/07/2014 10:30 AM, Khem Raj wrote: On May 6, 2014 7:12 PM, Chen Qi qi.c...@windriver.com mailto:qi.c...@windriver.com wrote: Upgrade sudo from 1.8.9p5 to the newest stable release 1.8.10p2. The license information is modified as required. can you b more explicit here and provide

Re: [OE-core] [PATCH V2 1/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Khem Raj
On Tue, May 6, 2014 at 7:53 PM, Chen Qi qi.c...@windriver.com wrote: file now declares that compat/inet_pton.c bears a certain license. be specific, which license -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH V3 0/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
The following changes since commit 82813d27640549255dc81a15d7fb63688431f747: tcmode-default.inc: Adjust for new toolchain component changes (2014-05-06 21:31:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/sudo-1.8.10p2

[OE-core] [PATCH V3 1/1] sudo: upgrade from 1.8.9p5 to 1.8.10p2

2014-05-06 Thread Chen Qi
Upgrade sudo from 1.8.9p5 to the newest stable release 1.8.10p2. The license checksums are modified as required, because the doc/LICENSE file now declares that compat/inet_pton.c bears the ISC license. As /var/run/sudo is the default directory for sudo's time stamp files, this patch adds a

Re: [OE-core] [PATCH] setserial: package depends on groff-native to build

2014-05-06 Thread Huang, Jie (Jackie)
Ping, can someone merge this? Thanks, Jackie -Original Message- From: jackie.hu...@windriver.com [mailto:jackie.hu...@windriver.com] Sent: Wednesday, March 26, 2014 3:52 PM To: openembedded-core@lists.openembedded.org Cc: Huang, Jie (Jackie) Subject: [PATCH] setserial: package