[oe] [meta-oe][PATCH] rsyslog: fix dependency name (json-c = libjson)

2013-10-18 Thread Olof Johansson
Signed-off-by: Olof Johansson olof.johans...@axis.com --- meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb index

Re: [oe] [meta-webserver][PATCH] nginx: new recipe

2013-10-18 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 stephen.arnold42 schreef op 18-10-13 04:13: From: stephen.arnold42 stephen.arnol...@gmail.com Initial recipe created by Steve Arnold. Original build patch and 1.0.10 recipe graciously contributed by bencoh (in #oe on irc.freenode.net). New

[oe] [meta-virtualization] [PATCH 1/2] conf/layer.conf: fix No newline at end of file

2013-10-18 Thread Robert Yang
The last line lacked a newline (usually '\n', aka CR or CRLF) in the end, so there was a warning from git diff: \ No newline at end of file The last byte of the file should be a newline. Note: It seems that nothing is changed in this commit, but it does change the end of the last line.

[oe] [meta-virtualization] [PATCH 2/2] conf/layer.conf: add LAYERVERSION and LAYERDEPENDS

2013-10-18 Thread Robert Yang
Add LAYERVERSION and LAYERDEPENDS, it needs depend on oe-core and meta-networking layer. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 15ed1df..3d21667 100644 ---

[oe] [meta-networking][PATCH v2 1/3] snort : add recipe

2013-10-18 Thread b40290
From: Chunrong Guo b40...@freescale.com *snort - a free lightweight network intrusion detection system for UNIX and Windows Signed-off-by: Chunrong Guo b40...@freescale.com --- .../snort/files/disable-dap-address-space-id.patch | 52 ++

[oe] [meta-networking][PATCH v2 2/3] libdnet: add recipe

2013-10-18 Thread b40290
From: Chunrong Guo b40...@freescale.com *dumb networking library *snort depends libdnet Signed-off-by: Chunrong Guo b40...@freescale.com --- .../recipes-connectivity/libdnet/libdnet_1.12.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644

[oe] [meta-networking][PATCH v2 3/3] barnyard: add recipe

2013-10-18 Thread b40290
From: Chunrong Guo b40...@freescale.com *Barnyard is a output system for Snort Signed-off-by: Chunrong Guo b40...@freescale.com --- .../barnyard/barnyard_0.2.0.bb | 20 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644

Re: [oe] [meta-oe][PATCHv3 1/3] json-c: add 0.11

2013-10-18 Thread Jack Mitchell
On 17/10/13 16:34, Martin Jansa wrote: On Mon, Oct 14, 2013 at 03:20:11PM +0100, Jack Mitchell wrote: From: Jack Mitchell jmitch...@cbnl.com Signed-off-by: Jack Mitchell jmitch...@cbnl.com --- meta-oe/recipes-support/json-c/json-c_0.11.bb | 13 + 1 file changed, 13

[oe] [meta-oe][PATCH] libhugetlbfs: kill /opt usage

2013-10-18 Thread koen
From: Koen Kooi koen.k...@linaro.org /opt should never be used for packages built by OE, so install the tests in a more standard location. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb |6 +++--- 1 file changed, 3

Re: [oe] [meta-oe][PATCH] rsyslog: fix dependency name (json-c = libjson)

2013-10-18 Thread Jack Mitchell
On 18/10/13 08:27, Olof Johansson wrote: Signed-off-by: Olof Johansson olof.johans...@axis.com --- meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb

Re: [oe] [PATCH 0/2] Breakpad and ktap recipes

2013-10-18 Thread Martin Jansa
On Fri, Oct 18, 2013 at 07:14:09AM +0200, Anders Darander wrote: I'm going to resend this series with the correct prefix added. Are they the same, just with prefix added? I've already included them in last jenkins builds, so to know if I should fetch new version from patchwork or not. Anders

Re: [oe] [meta-oe][PATCH] rsyslog: fix dependency name (json-c = libjson)

2013-10-18 Thread Martin Jansa
On Fri, Oct 18, 2013 at 09:51:23AM +0100, Jack Mitchell wrote: On 18/10/13 08:27, Olof Johansson wrote: Signed-off-by: Olof Johansson olof.johans...@axis.com --- meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH] rsyslog: fix dependency name (json-c = libjson)

2013-10-18 Thread Olof Johansson
On Fri, Oct 18, 2013 at 09:51:23AM +0100, Jack Mitchell wrote: The rsyslogd patches shouldn't really have gone in yet... I've fired off a patch to oe-core to update libjson to the now named json-c, so if we could hold off for a few days that would be great. Otherwise, maybe temporarily revert

Re: [oe] [meta-oe][PATCH] rsyslog: fix dependency name (json-c = libjson)

2013-10-18 Thread Jack Mitchell
On 18/10/13 11:04, Olof Johansson wrote: On Fri, Oct 18, 2013 at 09:51:23AM +0100, Jack Mitchell wrote: The rsyslogd patches shouldn't really have gone in yet... I've fired off a patch to oe-core to update libjson to the now named json-c, so if we could hold off for a few days that would be

Re: [oe] [meta-virtualization] [PATCH 1/2] conf/layer.conf: fix No newline at end of file

2013-10-18 Thread Bruce Ashfield
FYI: this should go to meta-virtualizat...@yoctoproject.org, but I can pick up the patch from here. Cheers, Bruce On Fri, Oct 18, 2013 at 4:22 AM, Robert Yang liezhi.y...@windriver.com wrote: The last line lacked a newline (usually '\n', aka CR or CRLF) in the end, so there was a warning from

[oe] [PATCH] libhugetlbfs: add support for armv7a

2013-10-18 Thread Anders Roxell
Signed-off-by: Anders Roxell anders.rox...@linaro.org --- meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb

Re: [oe] [PATCH 1/2 meta-networking] vsftpd: use quotes to wrap variable

2013-10-18 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [PATCH 1/2 meta-networking] vsftpd: use quotes to wrap variable] On 13.10.10 (Thu 16:34) rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com test -z ${PAMLIB} in do_install() may report error if ${PAMLIB} has space chars. This commit added

Re: [oe] [PATCH 2/2 meta-networking] vsftpd: change default secure_chroot_dir

2013-10-18 Thread Joe MacDonald
Hi Roy, Is this different from the patch I received from Ming Liu about a month ago? It doesn't look it at first glance, but I didn't diff the two. -J. [[oe] [PATCH 2/2 meta-networking] vsftpd: change default secure_chroot_dir] On 13.10.10 (Thu 16:34) rongqing...@windriver.com wrote: From:

Re: [oe] [meta-networking][PATCH v2 1/2] autofs: pass systemd directory to configure

2013-10-18 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking][PATCH v2 1/2] autofs: pass systemd directory to configure] On 13.10.17 (Thu 13:45) Andreas Oberritter wrote: Otherwise, configure will try to auto-detect using host paths. Signed-off-by: Andreas Oberritter o...@opendreambox.org ---

Re: [oe] [meta-networking][PATCH v2 2/2] autofs: change DESCRIPTION to SUMMARY

2013-10-18 Thread Joe MacDonald
Merged this too. Thanks. -J. [[oe] [meta-networking][PATCH v2 2/2] autofs: change DESCRIPTION to SUMMARY] On 13.10.17 (Thu 13:45) Andreas Oberritter wrote: Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 2 +- 1 file

Re: [oe] [meta-oe][PATCH] tftpd-hpa: fix premature exit

2013-10-18 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-oe][PATCH] tftpd-hpa: fix premature exit] On 13.10.12 (Sat 10:04) David Turgeon wrote: standalone daemon exits as recipe installs file as tftpd-hpa * Changed script so it can consult /etc/default, as daemon name may be subject to change. * Changed the