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

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

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

2015-01-25 Thread Max Krummenacher
From: Max Krummenacher max.oss...@gmail.com 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

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

2015-01-25 Thread Max Krummenacher
From: Max Krummenacher max.oss...@gmail.com 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

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 e...@eukrea.com wrote: Le Fri, 23 Jan 2015 10:12:16 +0800, Robert Yang liezhi.y...@windriver.com 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

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

2015-01-25 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 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 rongqing...@windriver.com --- meta/classes/systemd.bbclass | 2 ++

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 rongqing...@windriver.com 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

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 liezhi.y...@windriver.com 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

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 e...@eukrea.com mailto:e...@eukrea.com wrote: Le Fri, 23 Jan 2015 10:12:16 +0800, Robert Yang liezhi.y...@windriver.com mailto:liezhi.y...@windriver.com a écrit : We have several

[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

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 max.oss...@gmail.com 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