[OE-core] [oe][Patch 0/2] udev: fix ptest to not influence qemu

2015-01-25 Thread Max Krummenacher
From: Max Krummenacher Hi On a OE setup configured to build ptest packages udev's ptest test files are staged to the sysroot. A run of qemu chockes on this test files and never returns. A ptest run on the target before any changes failed. Patch 1/2 first fixes ptest. Patch 2/2 keeps the test fi

[OE-core] [oe][Patch 1/2] udev: fix ptest rule syntax check

2015-01-25 Thread Max Krummenacher
From: Max Krummenacher The ptest which checks for correct udev rules fails. Missing files and paths for the build host caused this. Signed-off-by: Max Krummenacher --- meta/recipes-core/udev/udev.inc| 3 +- .../recipes-core/udev/udev/add-install-ptest.patch | 17 ++- .

[OE-core] [oe][Patch 2/2] udev: don't keep ptest testdata laying around

2015-01-25 Thread Max Krummenacher
From: Max Krummenacher Only unpack udev's testdata right before executing the tests and cleanup afterwards. udev's testsuite can be used by ptest. However currently the testdata against which its functionality is tested is installed in the sysroot at udev install time. If the sysroot is used wit

Re: [OE-core] [oe][Patch 0/2] udev: fix ptest to not influence qemu

2015-01-25 Thread Otavio Salvador
Hello Max, On Sun, Jan 25, 2015 at 1:33 PM, Max Krummenacher wrote: ... > On a OE setup configured to build ptest packages udev's ptest test files are > staged to the sysroot. > A run of qemu chockes on this test files and never returns. ... This fixes a hard to debug issue in meta-java as it en

Re: [OE-core] [RFC] About GPLv2's native recipe

2015-01-25 Thread Eric Bénard
Hi Robert, Le Fri, 23 Jan 2015 10:12:16 +0800, Robert Yang a écrit : > We have several GPLv2 recipes such as m4-native_1.4.9.bb, while we also > have GPLv3's m4-native_1.4.17.bb, I think that we can remove > m4-native_1.4.9.bb if the target m4_1.4.9.bb builds well ? > > I'd like to remove it bec

Re: [OE-core] [RFC] About GPLv2's native recipe

2015-01-25 Thread Christopher Larson
On Sun, Jan 25, 2015 at 2:18 PM, Eric Bénard wrote: > Le Fri, 23 Jan 2015 10:12:16 +0800, > Robert Yang a écrit : > > We have several GPLv2 recipes such as m4-native_1.4.9.bb, while we also > > have GPLv3's m4-native_1.4.17.bb, I think that we can remove > > m4-native_1.4.9.bb if the target m4_1

Re: [OE-core] [RFC] About GPLv2's native recipe

2015-01-25 Thread Robert Yang
On 01/26/2015 06:39 AM, Christopher Larson wrote: On Sun, Jan 25, 2015 at 2:18 PM, Eric Bénard mailto:e...@eukrea.com>> wrote: Le Fri, 23 Jan 2015 10:12:16 +0800, Robert Yang mailto:liezhi.y...@windriver.com>> a écrit : > We have several GPLv2 recipes such asm4-native_1.4.9.bb

[OE-core] [dizzy][PATCH] file: CVE-2014-9620 and CVE-2014-9621

2015-01-25 Thread Chong Lu
CVE-2014-9620: Limit the number of ELF notes processed - DoS CVE-2014-9621: Limit string printing to 100 chars - DoS The patch comes from: https://github.com/file/file/commit/6ce24f35cd4a43c4bdd249e8e0c4952c1f8eac67 https://github.com/file/file/commit/0056ec32255de1de973574b0300161a1568767d6 https

[OE-core] [PATCH] systemd/update-rc.d: set UPDATERCD to empty if systemd is used

2015-01-25 Thread rongqing.li
From: Roy Li if a package is using systemd to manager its start/stop, it does not need UPDATERCD, so not need to add update-rc.d into its RRECOMMENDS Signed-off-by: Roy Li --- meta/classes/systemd.bbclass | 2 ++ meta/classes/update-rc.d.bbclass | 2 +- 2 files changed, 3 insertions(+), 1

Re: [OE-core] [PATCH] systemd/update-rc.d: set UPDATERCD to empty if systemd is used

2015-01-25 Thread Rongqing Li
Please ignore it. Thanks -Roy On 2015年01月26日 11:06, rongqing...@windriver.com wrote: From: Roy Li if a package is using systemd to manager its start/stop, it does not need UPDATERCD, so not need to add update-rc.d into its RRECOMMENDS Signed-off-by: Roy Li --- meta/classes/systemd.bbclass