[oe] [meta-oe][PATCH v2 1/2] rrdtool: inherit cpan-base to help build perl modules

2014-11-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com It's incorrect to use -I for nativeperl to specify @INC/#include directory to target build perl, which cause error like: | temp/do_configure/run.do_configure.20749: line 112: 20256 Illegal instruction (core dumped) | perl

[oe] [meta-oe][PATCH v2 2/2] rrdtool: add missing dependency on groff-native

2014-11-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com rrdtool needs groff-native to format the documentation. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH] setxkbmap: upgrade to 1.3.0

2014-11-11 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb | 8 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.0.bb | 19 +++ 2 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644

[oe] [PATCH] iceauth:upgrade to 1.0.6

2014-11-11 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb | 8 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb | 17 + 2 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644

[oe] [PATCH 0/1] libbonobo.inc: add libbonobo-bin package

2014-11-11 Thread Hongxu Jia
The following changes since commit c78eca1ea7452a62f86b740ec59f1cd39e399d73: postfix: create or update aliases.db when using systemd (2014-11-10 15:18:55 -0500) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-meta-oe

[oe] [PATCH 1/1] libbonobo.inc: add libbonobo-bin package

2014-11-11 Thread Hongxu Jia
The previous libbonobo package contains perl scripts, while installing libbonobo, package management detected perl required, but it actually not needed as lib. So add libbonobo-bin package to contain these scripts. It refers debian: https://packages.debian.org/sid/libbonobo2-bin Signed-off-by:

[oe] [meta-oe][PATCH] fwts: update to 14.09.00 release

2014-11-11 Thread Fathi Boudra
* bump PV and matching SRCREV * add glib-2.0 to DEPENDS, introduced in 14.09.00 with logind support Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-extended/fwts/fwts_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[oe] OE Changelog since 2014-11-02 until 2014-11-09

2014-11-11 Thread cliff . brake
Changelog since 2014-11-02 until 2014-11-09. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [oe] [PATCH 1/1] libbonobo.inc: add libbonobo-bin package

2014-11-11 Thread Paul Eggleton
Hi Hongxu, On Tuesday 11 November 2014 20:16:10 Hongxu Jia wrote: The previous libbonobo package contains perl scripts, while installing libbonobo, package management detected perl required, but it actually not needed as lib. So add libbonobo-bin package to contain these scripts. It refers

Re: [oe] [meta-python][PATCH] python-flufl-enum: add recipe for 4.0.1

2014-11-11 Thread Tim Orling
Acked-by: Tim Orling ticot...@gmail.com On Mon, Nov 10, 2014 at 3:19 PM, Derek Straka de...@minotaurinc.com wrote: Signed-off-by: Derek Straka de...@minotaurinc.com --- .../python/python-flufl-enum_4.0.1.bb | 33 1 file changed, 33 insertions(+) create

[oe] Fwd: Public OE TSC meeting

2014-11-11 Thread Philip Balister
://www.timeanddate.com/worldclock/meetingdetails.html?is o=2014T1700p1=136p2=64p3=137p4=195p5=179 UID:http://www.timeanddate.com/worldclock/meetingdetails.html?iso=2014 T1700p1=136p2=64p3=137p4=195p5=179 DTSTAMP:2014T17Z END:VEVENT END:VCALENDAR

[oe] [PATCH 1/5] gssdp: use GNOME_MIRROR in SRC_URI

2014-11-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb

[oe] [PATCH 3/5] gupnp-av: use GNOME_MIRROR in SRC_URI

2014-11-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.6.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.6.bb

[oe] [PATCH 5/5] libmediaart: add new recipe

2014-11-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-support/libmediaart/libmediaart_0.7.0.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-multimedia/recipes-support/libmediaart/libmediaart_0.7.0.bb diff --git

[oe] [PATCH 4/5] gupnp-dlna: upgrade to 0.9.5

2014-11-11 Thread Ross Burton
Also use GNOME_MIRROR in SRC_URI. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../gupnp/{gupnp-dlna_0.9.2.bb = gupnp-dlna_0.9.5.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-multimedia/recipes-connectivity/gupnp/{gupnp-dlna_0.9.2.bb =

[oe] [PATCH] mpd: upgrade to 0.19.3

2014-11-11 Thread Cristian Iorga
Bug fixes. Signed-off-by: Cristian Iorga ubik3...@gmail.com --- .../recipes-multimedia/musicpd/{mpd_0.19.1.bb = mpd_0.19.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-multimedia/musicpd/{mpd_0.19.1.bb = mpd_0.19.3.bb} (94%) diff --git

Re: [oe] [PATCH] ebtables: make it be able to work on 64bit kernel with 32 bit userspace

2014-11-11 Thread Rongqing Li
Please drop this, I have a refine patch for this issue. -Roy On 2014年11月07日 17:14, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com KERNEL_64_USERSPACE_32 should be enabled for 64bit kernel with 32 bit userspace, otherwise, the date struct(struct ebt_replace, struct

[oe] [PATCH][meta-networking][V2] ebtables: make it be able to work on 64bit kernel with 32 bit userspace

2014-11-11 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Some structs, which is used to communicate between user space and kernel, have the alignment issue on 64bit kernel with 32 bit userspace. To fix this issue, ebtables redefines these struct, not use the kernel(sysroot)

[oe] [PATCH 1/1] libbonobo.inc: add libbonobo-bin package

2014-11-11 Thread Hongxu Jia
The previous libbonobo package contains perl scripts, while installing libbonobo, package management detected perl required, but it actually not needed as lib. So add libbonobo-bin package to contain these scripts. It refers debian: https://packages.debian.org/sid/libbonobo2-bin Signed-off-by:

[oe] [PATCH V2 0/1] libbonobo.inc: add libbonobo-bin package

2014-11-11 Thread Hongxu Jia
Changed in V2: As Paul suggested, we should use lib_package class to handle this //Hongxu The following changes since commit c78eca1ea7452a62f86b740ec59f1cd39e399d73: postfix: create or update aliases.db when using systemd (2014-11-10 15:18:55 -0500) are available in the git repository at:

Re: [oe] [PATCH] tomoyo-tools: Add new recipes

2014-11-11 Thread akuster808
Do we need two TOMOYO solutions? Meta-security has ccs-tools 1.8.3. - Armin On 11/7/14, 1:51 AM, Qian Lei wrote: TOMOYO Linux is a Mandatory Access Control (MAC) implementation for Linux that can be used to increase the security of a system, while also being useful purely as a system analysis