Re: [oe] [OE-core] [PATCH v2][meta-perl] libxml-sax-writer-perl: add recipe

2014-07-28 Thread Rongqing Li
On 07/25/2014 01:10 PM, Rongqing Li wrote: On 07/24/2014 07:14 PM, Martin Jansa wrote: On Tue, Jul 22, 2014 at 03:06:53PM +0800, rongqing...@windriver.com wrote: From: Roy Li Sorry, but it still isn't correct even with allarch, because there is dependency on TUNE_PKGARCH perl: ERROR: li

Re: [oe] [OE-core] libpcap-ng

2014-07-28 Thread Khem Raj
On Mon, Jul 28, 2014 at 5:28 PM, akuster wrote: >>> >>> I think at very least you can propose it for meta-oe if not or-core. > > > I think core libcap-ng recipe belongs in a common layer and not maintained > in two places. yes meta-oe is kind of extended common layer besides oe-core, if it can be

Re: [oe] [OE-core] libpcap-ng

2014-07-28 Thread akuster
On 07/28/2014 07:33 AM, Mark Hatle wrote: On 7/25/14, 10:02 PM, Khem Raj wrote: On Fri, Jul 25, 2014 at 3:45 PM, akuster wrote: Meta-security and Meta-selinux both have libcap-ng. Instead of maintaining the same package in both places, can we get it into OE where libcap resides? I think at

[oe] [meta-oe][PATCH v2 1/2] font-misc-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a recipe for the X.org misc-misc fonts. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb diff --git a/meta-oe/recip

[oe] [meta-oe][PATCH v2 2/2] font-cursor-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a recipe for the X.org cursor-misc fonts. Signed-off-by: Ben Shelton --- .../recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb| 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb diff --git a/meta-oe/

Re: [oe] [meta-oe][PATCH 3/3] xorg-fonts-misc: add recipe

2014-07-28 Thread Ben Shelton
On 07/28, Khem Raj wrote: > On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton wrote: > > Adding a packagegroup recipe to build both the misc-misc and cursor-misc > > X.org fonts. > > > > Signed-off-by: Ben Shelton > > --- > > meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb | 11 +++ > >

Re: [oe] [meta-oe][PATCH 1/3] font-misc-misc: add recipe

2014-07-28 Thread Ben Shelton
On 07/28, Khem Raj wrote: > On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton wrote: > > +RDEPENDS_${PN}_class-native = "font-util-native" > > there is no native bbclassextend here so why is this needed ? Good catch -- I'll remove it and resubmit. Thanks, Ben > -- > __

Re: [oe] [meta-oe][PATCH 3/3] xorg-fonts-misc: add recipe

2014-07-28 Thread Khem Raj
On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton wrote: > Adding a packagegroup recipe to build both the misc-misc and cursor-misc > X.org fonts. > > Signed-off-by: Ben Shelton > --- > meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb | 11 +++ > 1 file changed, 11 insertions(+) > crea

Re: [oe] [meta-oe][PATCH 1/3] font-misc-misc: add recipe

2014-07-28 Thread Khem Raj
On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton wrote: > +RDEPENDS_${PN}_class-native = "font-util-native" there is no native bbclassextend here so why is this needed ? -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

[oe] [meta-oe][PATCH 1/3] font-misc-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a recipe for the X.org misc-misc fonts. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb diff --git a/meta-oe/reci

[oe] [meta-oe][PATCH 3/3] xorg-fonts-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a packagegroup recipe to build both the misc-misc and cursor-misc X.org fonts. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb

[oe] [meta-oe][PATCH 2/3] font-cursor-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a recipe for the X.org cursor-misc fonts. Signed-off-by: Ben Shelton --- .../recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb diff --git a/meta-oe/

[oe] [meta-oe][PATCH 2/3] xlsfonts: add recipe

2014-07-28 Thread Ben Shelton
xlsfonts is a lightweight command-line utility that is useful for verifying which X.org fonts are installed and available on a system. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.4.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-oe/

[oe] [meta-oe][PATCH 3/3] xmag: add recipe

2014-07-28 Thread Ben Shelton
The xmag utility magnifies the pixels rendered on-screen and is useful for examining bitmaps and matching font metrics. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-graphics/x

[oe] [meta-oe][PATCH 1/3] xfontsel: add recipe

2014-07-28 Thread Ben Shelton
The xfontsel utility is useful for verifying and viewing the various X.org fonts that are available on a system. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-app/xfontsel_1.0.5.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-graphics/xo

[oe] [meta-oe][PATCH] uprev openldap 2.4.39

2014-07-28 Thread Amy Fong
>From 10be38b1a220079953f1aab0d1d79eee10a9855e Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 15 Jul 2014 17:48:54 -0400 Subject: [PATCH] keystone: package openLDAP 2.4.39 The patches are taken from Debian. Signed-off-by: Amy Fong --- .../add-tlscacert-option-to-ldap-conf.patch| 1

[oe] [meta-oe][PATCH] xf86-video-geode: Update to 2.11.16

2014-07-28 Thread Otavio Salvador
This release includes the patch needed for Xorg 1.15 support. Signed-off-by: Otavio Salvador --- .../xf86-video-geode/xf86SetModeDefaultName.patch | 18 -- ...eo-geode_2.11.15.bb => xf86-video-geode_2.11.16.bb} | 6 ++ 2 files changed, 2 insertions(+), 22 deletions(-)

[oe] OE Changelog since 2014-07-20 until 2014-07-27

2014-07-28 Thread cliff . brake
Changelog since 2014-07-20 until 2014-07-27. 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: git://github.com/Angstrom-distr

Re: [oe] [meta-handheld][PATCH] linux-gcw0_3.12: update defconfig

2014-07-28 Thread Paul Eggleton
On Saturday 26 July 2014 16:58:46 Andrea Adami wrote: > Follow upstream changes. > Add CONFIG_KEXEC=y > > Signed-off-by: Andrea Adami Merged these two, thanks. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- ___ Openembedded-d

Re: [oe] [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: do not exec do_package_qa task

2014-07-28 Thread Paul Eggleton
On Thursday 24 July 2014 23:27:36 Andrea Adami wrote: > The task was added with commit d31f75a72cb2322f753d945da86d5f3287eef06b > "insane: Split do_package_qa into a separate task (from do_package)" > and we avoid it because the recipe does not create packages. > > Signed-off-by: Andrea Adami Me

[oe] State of bitbake world, Failed tasks 2014-07-28

2014-07-28 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status This time it was building without any sstate-cache, so we have complete qa.log files (they are included in log dir) Here are some stats: $ cat log.world.2014072*/qa.log | sort -u | grep -c 'build-deps' 166 $ cat log.world.2014072*/qa.log | so

[oe] [meta-networking][PATCH] strongswan: Security Advisory - strongswan - CVE-2014-2891

2014-07-28 Thread jackie.huang
From: Yue Tao strongSwan before 5.1.2 allows remote attackers to cause a denial of service (NULL pointer dereference and IKE daemon crash) via a crafted ID_DER_ASN1_DN ID payload. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-2891 Signed-off-by: Yue Tao Signed-off-by: Jackie Huang

[oe] [meta-networking][PATCH] quagga: Security Advisory - quagga - CVE-2013-2236

2014-07-28 Thread jackie.huang
From: Yue Tao Stack-based buffer overflow in the new_msg_lsa_change_notify function in the OSPFD API (ospf_api.c) in Quagga before 0.99.22.2, when --enable-opaque-lsa and the -a command line option are used, allows remote attackers to cause a denial of service (crash) via a large LSA. http://web

[oe] [meta-networking][PATCH] znc: Fix for CVE-2013-2130

2014-07-28 Thread jackie.huang
From: Xufeng Zhang ZNC 1.0 allows remote authenticated users to cause a denial of service (NULL pointer reference and crash) via a crafted request to the (1) editnetwork, (2) editchan, (3) addchan, or (4) delchan page in modules/webadmin.cpp. Per: http://cwe.mitre.org/data/definitions/476.html CW

[oe] [meta-networking][PATCH] ipsec-tools: Fix pfkey UPDATE failure caused by EINTR

2014-07-28 Thread jackie.huang
From: Xufeng Zhang While kernel is processing the UPDATE message which is sent from racoon, it maybe interrupted by certain system signal and if this case happens, kernel responds with an EINTR message to racoon and kernel fails to establish the corresponding SA. Fix this problem by resend the UP