Re: [OE-core] [RFC] Working toward a GNOME layer

2011-04-21 Thread Saul Wold
On 04/21/2011 10:29 AM, Koen Kooi wrote: Op 21 apr 2011, om 18:40 heeft Joshua Lock het volgende geschreven: On Thu, 2011-04-21 at 16:05 +0100, Paul Eggleton wrote: On Thursday 21 April 2011 15:02:49 Koen Kooi wrote: and possibly more. I would like to create a meta-gnome layer in the meta-op

Re: [OE-core] [PATCH 0/8] recipe upgrades & bugfixes

2011-04-21 Thread Saul Wold
On 04/21/2011 01:25 PM, Nitin A Kamble wrote: From: Nitin A Kamble These are some of the recipe upgrades and bug fixes I had worked on. Thanks, Nitin Nitin, could you please resubmit this with the Upstream-Status: instead of Upstream-Status=. Thanks Sau! Pull URL: git://git.pokyli

[OE-core] [PATCH 06/33] libgpg-error: Upgrade to 1.10 (from 1.9)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../pkgconfig.patch|2 ++ .../{libgpg-error_1.9.bb => libgpg-error_1.10.bb} |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error-1.9 => libgpg-

[OE-core] [PATCH 08/33] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-22 Thread Saul Wold
17/) Signed-off-by: Koen Kooi Signed-off-by: Saul Wold --- .../modutils/modutils-initscripts.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/modutils/modutils-initscripts.bb b/meta/recipes-kernel/modutils/modutils-initscripts.b

[OE-core] [PATCH 07/33] jpeg: Upgrade to 8c (from 8b)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{jpeg-8b => jpeg-8c}/debian-libjpeg7_7-1.diff |4 meta/recipes-core/jpeg/{jpeg_8b.bb => jpeg_8c.bb} |8 2 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-core/jpeg/{jpeg-8b => jpeg-8c}/debian-libjpeg7

[OE-core] [PATCH 01/33] slang: Fix host contamination issue

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-extended/slang/slang_2.2.4.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index 2b000a4..4257b05 100644 --- a/meta

[OE-core] [PATCH 03/33] tasks: Upgrade to 0.19 (from 0.18)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-sato/pimlico/tasks/tasks-owl.diff |5 + .../pimlico/{tasks_0.18.bb => tasks_0.19.bb} |4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) rename meta/recipes-sato/pimlico/{tasks_0.18.bb => tasks_0.19.bb} (78

[OE-core] [PATCH 02/33] cdrtools: upgrade to v3.00

2011-04-22 Thread Saul Wold
From: Scott Garman * Addresses CVE-2003-0655 * Fixes [YOCTO #976] Note that the license has changed to the CDDL for most utilities. Note the following discussion of distribution issues with mixing GPL and CDDL licenses: http://lwn.net/Articles/195167/ This should not impact us at this is a -n

[OE-core] [PATCH 12/33] util-macros: upgrade from 1.11.0 to 1.13.0

2011-04-22 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- ...util-macros_1.11.0.bb => util-macros_1.13.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.11.0.bb => util-macros_1.13.0.bb} (79%) diff --git a/meta/recipes-graphics/xor

[OE-core] [PATCH 18/33] lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38

2011-04-22 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- ...g-viewer_0.12.36.bb => lttng-viewer_0.12.38.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/lttng/{lttng-viewer_0.12.36.bb => lttng-viewer_0.12.38.bb} (85%) diff --git a/meta/recipes-kernel/lttng

[OE-core] [PATCH 13/33] preferred-xorg-versions.inc: update libxfixes, util-macros, xorg-cf-files

2011-04-22 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../distro/include/preferred-xorg-versions.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 23

[OE-core] [PATCH 28/33] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Saul Wold
From: Nitin A Kamble This fixes Bug [YOCTO #477] Signed-off-by: Nitin A Kamble --- .../python/python-pycairo_1.8.10.bb|8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python-pycairo_1.8.10.bb b/meta/recipes-devtools/p

[OE-core] [PATCH 24/33] pcmciautils: Upgrade 017 -> 018

2011-04-22 Thread Saul Wold
From: Khem Raj version workaround is done in recipe itself by adding PV to CFLAGS Since we define LIBC and pcmciutils use it too which hinders build when we define LIBC in environment. Its not used in the builds anyway so we get rid of depending on it Signed-off-by: Khem Raj --- .../pcmciauti

[OE-core] [PATCH 33/33] qemu-helper-nativesdk: Update LIC_FILE_CHKSUM for renamed helper

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../qemu/qemu-helper-nativesdk_1.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index

[OE-core] [PATCH 22/33] linux-tools.inc: turn off newt and dwarf for perf

2011-04-22 Thread Saul Wold
From: Tom Zanussi Turn these off for now to avoid the host infection issues for perf. Fixes yocto [BUGID #994]. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/linux/linux-tools.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-

[OE-core] [PATCH 16/33] lttng-ust: upgrade from 0.11 to the latest version 0.12

2011-04-22 Thread Saul Wold
From: Dexuan Cui Updated LIC_FILES_CHKSUM as a new Copyright holder was added. Removed the patch since 0.12 has integrated that. Added arm into COMPATIBLE_HOST as 0.12 can build on arm now. Signed-off-by: Dexuan Cui --- ...remove_ppc_specific_time_reading_function.patch | 85

[OE-core] [PATCH 10/33] qemu: disable sdl for target build

2011-04-22 Thread Saul Wold
From: Saul Wold This allows qemu to build for the target in the world build. Not sure this would make sense to run on the target. Signed-off-by: Saul Wold --- meta/recipes-devtools/qemu/qemu.inc |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 23/33] ofono: add bluze to DEPENDS list

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-connectivity/ofono/ofono.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 9089670..ee3bc3e 100644 --- a/meta

[OE-core] [PATCH 30/33] cpan.bbclass: export PERLHOSTLIB for perl modules

2011-04-22 Thread Saul Wold
From: Nitin A Kamble This makes sure that native perl .so can get loaded at the buildtime, and avoids following kind of errors while building perl modules: Nitin A Kamble 2011/04/20 + perl Makefile.PL EXPATLIBPATH=/disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib EXPATINCPATH=/disk0/pokybui

[OE-core] [PATCH 25/33] mpfr: upgrade from 3.0.0 to 3.0.1

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} (70%) diff --git a/meta/recipes-support/mpfr/mpfr_3.0.0.bb

[OE-core] [PATCH 15/33] liburcu: upgrade from 0.5.2 to 0.5.4

2011-04-22 Thread Saul Wold
From: Dexuan Cui Add arm into COMPATIBLE_HOST since liburcu started to support pre-ARMv7 from 0.5.3 on. Signed-off-by: Dexuan Cui --- .../liburcu/{liburcu_0.5.2.bb => liburcu_0.5.4.bb} | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-support/liburcu/{li

[OE-core] [PATCH 19/33] distro_tracking_fields.inc: update the info for the following recipes

2011-04-22 Thread Saul Wold
From: Dexuan Cui powertop latencytop libxfixes util-macros mdadm lttng-control liburcu lttng-ust lttng-viewer Signed-off-by: Dexuan Cui --- .../conf/distro/include/distro_tracking_fields.inc | 65 ++-- 1 files changed, 33 insertions(+), 32 deletions(-) diff --git a/meta/conf

[OE-core] [PATCH 29/33] perl-5.12.2: use of PERLHOSTLIB var fix

2011-04-22 Thread Saul Wold
From: Nitin A Kamble PERLHOSTLIB var is used to build target perl. It let perl use the native perl .so module files at the time of compilation of target perl. These changes to perl make the PERLHOSTLIB variable also useful for building perl modules to use native .so perl module. Signed-off-by:

[OE-core] [PATCH 05/33] consolekit: Upgrade to 0.4.4 (from 0.4.3)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{consolekit_0.4.3.bb => consolekit_0.4.4.bb} | 10 ++ .../consolekit/files/nopolkit.patch|2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-support/consolekit/{consolekit_0.4.3.bb => co

[OE-core] [PATCH 00/33] Consolidated Pull request for OE-Core & Poky/master

2011-04-22 Thread Saul Wold
From: Saul Wold Richard Here is a batch of Update from the Community and the Yotco Metadata team, I have tested these on x86 and ARM full and incremental builds. These patches address both Updates, CVEs and build related issues. Pull URL: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 14/33] mdadm: upgrade from 3.1.4 to the latest version 3.2.1

2011-04-22 Thread Saul Wold
index 3cd606b..000 --- a/meta/recipes-extended/mdadm/files/fix-z-now.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix -z now is really a LD option, not a gcc option so use -Wl to pass it to LD - -Created-by: Saul Wold - Makefile.orig 2010-08-31 13:52:46.277764099 -0700 -+++ Makefile 2010-08

[OE-core] [PATCH 04/33] avahi: Upgrade to 0.6.30 (from 0.6.28)

2011-04-22 Thread Saul Wold
From: Zhai Edwin This upgrade fix the one security issue: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1002 [YOCTO #975] fixed. This should be included in the Bernard point-release. Signed-off-by: Zhai Edwin --- meta/recipes-connectivity/avahi/avahi.inc |2 +- .../ava

[OE-core] [PATCH 32/33] distro_tracking: recipe information update

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc ind

[OE-core] [PATCH 27/33] git: upgrade from 1.7.3.4 to 1.7.4.3

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/git/files/autotools.patch|2 ++ .../git/{git_1.7.3.4.bb => git_1.7.4.3.bb} |4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.7.3.4.bb => git_1.7.4.3.

[OE-core] [PATCH 26/33] python-gst: upgrade from 0.10.19 to 0.10.21

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../python/python-gst/python-path.patch|2 ++ ...python-gst_0.10.19.bb => python-gst_0.10.21.bb} |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python-gst_0.10.19.bb =>

[OE-core] [PATCH 21/33] puzzles: Upgrade to svn r9151 (from r9084)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../puzzles/files/oh-puzzles-owl-menu.patch|5 + .../puzzles/{puzzles_r9084.bb => puzzles_r9151.bb} |2 +- 2 files changed, 6 insertions(+), 1 deletions(-) rename meta/recipes-sato/puzzles/{puzzles_r9084.bb => puzzles_r9151.bb}

[OE-core] [PATCH 17/33] task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARM

2011-04-22 Thread Saul Wold
From: Dexuan Cui lttng-ust can build on ARM from 0.12 on. Merged with rebranding Fixes [YOCTO #856] Signed-off-by: Dexuan Cui Signed-off-by: Saul Wold --- meta/recipes-core/tasks/task-core-tools.bb |8 meta/recipes-gnome/tasks/task-core-sdk-gmae.bb |4

[OE-core] [PATCH 31/33] libxml-parser-perl: upgrade from 2.36 to 2.40

2011-04-22 Thread Saul Wold
From: Nitin A Kamble --- ...e_2.36.bb => libxml-parser-perl-native_2.40.bb} |0 ...ser-perl_2.36.bb => libxml-parser-perl_2.40.bb} |8 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/perl/{libxml-parser-perl-native_2.36.bb => libxml-parser-perl-na

[OE-core] [PATCH 09/33] Control over when package init scripts are run

2011-04-22 Thread Saul Wold
Thomas Signed-off-by: Saul Wold --- meta/classes/rootfs_rpm.bbclass | 11 --- meta/recipes-devtools/opkg/opkg.inc |4 meta/recipes-devtools/opkg/opkg_0.1.8.bb | 13 - meta/recipes-devtools/opkg/opkg_svn.bb | 13 - 4 files changed

[OE-core] [PATCH 11/33] libxfixes: upgrade from 4.0.5 to the latest version 5.0

2011-04-22 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../{libxfixes_4.0.5.bb => libxfixes_5.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfixes_4.0.5.bb => libxfixes_5.0.bb} (79%) diff --git a/meta/recipes-graphics/xorg-lib/lib

[OE-core] [PATCH 01/37] slang: Fix host contamination issue

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-extended/slang/slang_2.2.4.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index 2b000a4..4257b05 100644 --- a/meta

[OE-core] [PATCH 05/37] libgpg-error: Upgrade to 1.10 (from 1.9)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../pkgconfig.patch|2 ++ .../{libgpg-error_1.9.bb => libgpg-error_1.10.bb} |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error-1.9 => libgpg-

[OE-core] [PATCH 15/37] lttng-ust: upgrade from 0.11 to the latest version 0.12

2011-04-22 Thread Saul Wold
From: Dexuan Cui Updated LIC_FILES_CHKSUM as a new Copyright holder was added. Removed the patch since 0.12 has integrated that. Added arm into COMPATIBLE_HOST as 0.12 can build on arm now. Signed-off-by: Dexuan Cui --- ...remove_ppc_specific_time_reading_function.patch | 85

[OE-core] [PATCH 16/37] task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARM

2011-04-22 Thread Saul Wold
From: Dexuan Cui lttng-ust can build on ARM from 0.12 on. Merged with rebranding Fixes [YOCTO #856] Signed-off-by: Dexuan Cui Signed-off-by: Saul Wold --- meta/recipes-core/tasks/task-core-tools.bb |8 meta/recipes-gnome/tasks/task-core-sdk-gmae.bb |4

[OE-core] [PATCH 20/37] linux-tools.inc: turn off newt and dwarf for perf

2011-04-22 Thread Saul Wold
From: Tom Zanussi Turn these off for now to avoid the host infection issues for perf. Fixes yocto [BUGID #994]. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/linux/linux-tools.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-

[OE-core] [PATCH 21/37] ofono: add bluez4 to DEPENDS list

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-connectivity/ofono/ofono.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 9089670..ee3bc3e 100644 --- a/meta

[OE-core] [PATCH 08/37] Control over when package init scripts are run

2011-04-22 Thread Saul Wold
Thomas Signed-off-by: Saul Wold --- meta/classes/rootfs_rpm.bbclass | 11 --- meta/recipes-devtools/opkg/opkg.inc |4 meta/recipes-devtools/opkg/opkg_0.1.8.bb | 13 - meta/recipes-devtools/opkg/opkg_svn.bb | 13 - 4 files changed

[OE-core] [PATCH 23/37] python-gst: upgrade from 0.10.19 to 0.10.21

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../python/python-gst/python-path.patch|2 ++ ...python-gst_0.10.19.bb => python-gst_0.10.21.bb} |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python-gst_0.10.19.bb =>

[OE-core] [PATCH 30/37] qemu-helper-nativesdk: Update LIC_FILE_CHKSUM for renamed helper

2011-04-22 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../qemu/qemu-helper-nativesdk_1.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index

[OE-core] [PATCH 35/37] task-base: allow distribution to define apm provider

2011-04-22 Thread Saul Wold
From: Martin Jansa Signed-off-by: Martin Jansa --- meta/recipes-core/tasks/task-base.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index 599fa4b..af49153 100644 --- a/meta/recipes-core

[OE-core] [PATCH 28/37] libxml-parser-perl: upgrade from 2.36 to 2.40

2011-04-22 Thread Saul Wold
From: Nitin A Kamble --- ...e_2.36.bb => libxml-parser-perl-native_2.40.bb} |0 ...ser-perl_2.36.bb => libxml-parser-perl_2.40.bb} |8 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/perl/{libxml-parser-perl-native_2.36.bb => libxml-parser-perl-na

[OE-core] [PATCH 22/37] mpfr: upgrade from 3.0.0 to 3.0.1

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} (70%) diff --git a/meta/recipes-support/mpfr/mpfr_3.0.0.bb

[OE-core] [PATCH 14/37] liburcu: upgrade from 0.5.2 to 0.5.4

2011-04-22 Thread Saul Wold
From: Dexuan Cui Add arm into COMPATIBLE_HOST since liburcu started to support pre-ARMv7 from 0.5.3 on. Signed-off-by: Dexuan Cui --- .../liburcu/{liburcu_0.5.2.bb => liburcu_0.5.4.bb} | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-support/liburcu/{li

[OE-core] [PATCH 24/37] git: upgrade from 1.7.3.4 to 1.7.4.3

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/git/files/autotools.patch|2 ++ .../git/{git_1.7.3.4.bb => git_1.7.4.3.bb} |4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.7.3.4.bb => git_1.7.4.3.

[OE-core] [PATCH 26/37] perl-5.12.2: use of PERLHOSTLIB var fix

2011-04-22 Thread Saul Wold
From: Nitin A Kamble PERLHOSTLIB var is used to build target perl. It let perl use the native perl .so module files at the time of compilation of target perl. These changes to perl make the PERLHOSTLIB variable also useful for building perl modules to use native .so perl module. Signed-off-by:

[OE-core] [PATCH 31/37] lsbsetup: add some workaround for LSB tests

2011-04-22 Thread Saul Wold
From: Kang Kai Add some workaround for LSB libstdcpp and tcl tests. Recreate locales for libstdcpp test, and resolve localhost is for tcl test [Yocto 898] Bump PR, update LICENSE information and installed file mode Signed-off-by: Kang Kai --- meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh |

[OE-core] [PATCH 18/37] distro_tracking_fields.inc: update the info for the following recipes

2011-04-22 Thread Saul Wold
From: Dexuan Cui powertop latencytop libxfixes util-macros mdadm lttng-control liburcu lttng-ust lttng-viewer Signed-off-by: Dexuan Cui --- .../conf/distro/include/distro_tracking_fields.inc | 65 ++-- 1 files changed, 33 insertions(+), 32 deletions(-) diff --git a/meta/conf

[OE-core] [PATCH 34/37] xf86-video-omapfb: add SRCREV to recipe

2011-04-22 Thread Saul Wold
From: Martin Jansa * taken from meta/conf/distro/include/poky-default-revisions.inc for those who want xf86-video-omapfb and are not using poky Signed-off-by: Martin Jansa --- .../xorg-driver/xf86-video-omapfb_git.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[OE-core] [PATCH 19/37] puzzles: Upgrade to svn r9151 (from r9084)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../puzzles/files/oh-puzzles-owl-menu.patch|5 + .../puzzles/{puzzles_r9084.bb => puzzles_r9151.bb} |2 +- 2 files changed, 6 insertions(+), 1 deletions(-) rename meta/recipes-sato/puzzles/{puzzles_r9084.bb => puzzles_r9151.bb}

[OE-core] [PATCH 27/37] cpan.bbclass: export PERLHOSTLIB for perl modules

2011-04-22 Thread Saul Wold
From: Nitin A Kamble This makes sure that native perl .so can get loaded at the buildtime, and avoids following kind of errors while building perl modules: Nitin A Kamble 2011/04/20 + perl Makefile.PL EXPATLIBPATH=/disk0/pokybuild/build0/tmp/sysroots/qemux86/usr/lib EXPATINCPATH=/disk0/pokybui

[OE-core] [PATCH 37/37] create-lsb-image:Rename creat-lsb-image and fix some bugs

2011-04-22 Thread Saul Wold
From: Xiaofeng Yan Rename creat-lsb-image to create-lsb-image Fix some fuctions for more practical --- scripts/creat-lsb-image | 198 scripts/create-lsb-image | 228 ++ 2 files changed, 228 insertions(+), 198

[OE-core] [PATCH 33/37] gconf-dbus: add SRCREV to recipe

2011-04-22 Thread Saul Wold
From: Martin Jansa * taken from meta/conf/distro/include/poky-default-revisions.inc for those who want gconf-dbus and are not using poky Signed-off-by: Martin Jansa --- meta/recipes-gnome/gnome/gconf-dbus_svn.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/re

[OE-core] [PATCH 25/37] python-pycairo: fix installation path of __init__.py

2011-04-22 Thread Saul Wold
From: Nitin A Kamble This fixes Bug [YOCTO #477] Signed-off-by: Nitin A Kamble --- .../python/python-pycairo_1.8.10.bb|8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python-pycairo_1.8.10.bb b/meta/recipes-devtools/p

[OE-core] [PATCH 03/37] avahi: Upgrade to 0.6.30 (from 0.6.28)

2011-04-22 Thread Saul Wold
From: Zhai Edwin This upgrade fix the one security issue: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1002 [YOCTO #975] fixed. This should be included in the Bernard point-release. Signed-off-by: Zhai Edwin --- meta/recipes-connectivity/avahi/avahi.inc |2 +- .../ava

[OE-core] [PATCH 10/37] libxfixes: upgrade from 4.0.5 to the latest version 5.0

2011-04-22 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../{libxfixes_4.0.5.bb => libxfixes_5.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfixes_4.0.5.bb => libxfixes_5.0.bb} (79%) diff --git a/meta/recipes-graphics/xorg-lib/lib

[OE-core] [PATCH 13/37] mdadm: upgrade from 3.1.4 to the latest version 3.2.1

2011-04-22 Thread Saul Wold
index 3cd606b..000 --- a/meta/recipes-extended/mdadm/files/fix-z-now.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix -z now is really a LD option, not a gcc option so use -Wl to pass it to LD - -Created-by: Saul Wold - Makefile.orig 2010-08-31 13:52:46.277764099 -0700 -+++ Makefile 2010-08

[OE-core] [PATCH 09/37] qemu: disable sdl for target build

2011-04-22 Thread Saul Wold
From: Saul Wold This allows qemu to build for the target in the world build. Not sure this would make sense to run on the target. Signed-off-by: Saul Wold --- meta/recipes-devtools/qemu/qemu.inc |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 11/37] util-macros: upgrade from 1.11.0 to 1.13.0

2011-04-22 Thread Saul Wold
From: Dexuan Cui removed xaw.patch since it's not used by any recipe now. Signed-off-by: Dexuan Cui --- .../xorg-util/util-macros/xaw.patch| 14 -- ...util-macros_1.11.0.bb => util-macros_1.13.0.bb} |4 ++-- 2 files changed, 2 insertions(+), 16 deletions(-) d

[OE-core] [PATCH 04/37] consolekit: Upgrade to 0.4.4 (from 0.4.3)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{consolekit_0.4.3.bb => consolekit_0.4.4.bb} | 10 ++ .../consolekit/files/nopolkit.patch|2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-support/consolekit/{consolekit_0.4.3.bb => co

[OE-core] [PATCH 36/37] librsvg 2.32.1: fix postinst script

2011-04-22 Thread Saul Wold
app doesn't support arguments, only .so names, so remove --update-cache Also being fixed: * loader libdir * redirect output to /etc/gtk-2.0/gdk-pixbuf.loaders Signed-off-by: Koen Kooi Signed-off-by: Saul Wold --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 10 -- 1 files ch

[OE-core] [PATCH 29/37] distro_tracking: recipe information update

2011-04-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc ind

[OE-core] [PATCH 06/37] jpeg: Upgrade to 8c (from 8b)

2011-04-22 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{jpeg-8b => jpeg-8c}/debian-libjpeg7_7-1.diff |4 meta/recipes-core/jpeg/{jpeg_8b.bb => jpeg_8c.bb} |8 2 files changed, 8 insertions(+), 4 deletions(-) rename meta/recipes-core/jpeg/{jpeg-8b => jpeg-8c}/debian-libjpeg7

[OE-core] [PATCH 00/37] V2 - Consolidated Pull Request

2011-04-23 Thread Saul Wold
From: Saul Wold Richard, Please pull this request, based on some cleanups and additional changes. This has been built on multiple machines. Sau! Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: sgw/stage Browse: http://git.openembedded.org/cgit.cgi/openembedded

[OE-core] [PATCH 02/37] tasks: Upgrade to 0.19 (from 0.18)

2011-04-23 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-sato/pimlico/tasks/tasks-owl.diff |5 + .../pimlico/{tasks_0.18.bb => tasks_0.19.bb} |4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) rename meta/recipes-sato/pimlico/{tasks_0.18.bb => tasks_0.19.bb} (78

[OE-core] [PATCH 32/37] pcmciautils: Upgrade 017 -> 018

2011-04-23 Thread Saul Wold
From: Khem Raj version workaround is done in recipe itself by adding PV to CFLAGS Signed-off-by: Khem Raj --- .../pcmciautils-017/version_workaround.patch | 16 - .../makefile_fix.patch | 24 ++-- meta/recipes-bsp/pcmciautils/pc

[OE-core] [PATCH 17/37] lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38

2011-04-23 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- ...g-viewer_0.12.36.bb => lttng-viewer_0.12.38.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/lttng/{lttng-viewer_0.12.36.bb => lttng-viewer_0.12.38.bb} (85%) diff --git a/meta/recipes-kernel/lttng

[OE-core] [PATCH 12/37] preferred-xorg-versions.inc: update libxfixes, util-macros, xorg-cf-files

2011-04-23 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../distro/include/preferred-xorg-versions.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 23

[OE-core] [PATCH 07/37] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-23 Thread Saul Wold
17/) Signed-off-by: Koen Kooi Signed-off-by: Saul Wold --- .../modutils/modutils-initscripts.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/modutils/modutils-initscripts.bb b/meta/recipes-kernel/modutils/modutils-initscripts.b

[OE-core] gdb and lttng-ust 0.12

2011-04-24 Thread Saul Wold
enabled on the remote, I know this feature is something we want, and should probably report to the GDB upstream. The fix seems to be as simple as adding "--without-ust" to the gdb EXTRA_OECONF line. Comments? -- Sau! Saul Wold Yocto Component Wrangler @ Intel Yocto Project /

Re: [OE-core] [PATCH] librsvg 2.32.1: fix postinst script

2011-04-24 Thread Saul Wold
On 04/21/2011 05:21 AM, Koen Kooi wrote: The symptom: root@pandaboard-core:~# sh /var/lib/opkg/info/librsvg-2-gtk.postinst g_module_open() failed for /home/root/--update-cache: /home/root/--update-cache.so: cannot open shared object file: No such file or directory root@pandaboard-core:~# the

Re: [OE-core] [PATCH 0/8] recipe upgrades & bugfixes

2011-04-24 Thread Saul Wold
On 04/21/2011 01:25 PM, Nitin A Kamble wrote: From: Nitin A Kamble These are some of the recipe upgrades and bug fixes I had worked on. Thanks, Nitin Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/m

Re: [OE-core] [PATCH V2 0/1] Upgrade pcmciautils 017 -> 018

2011-04-24 Thread Saul Wold
On 04/21/2011 02:35 PM, Khem Raj wrote: Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/pcmciautils Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/pcmciautils Thanks, Khem Raj --- Khem Raj (1): pcmciautils: Upgrade

Re: [OE-core] [Patch v2] librsvg 2.32.1: fix postinst script

2011-04-24 Thread Saul Wold
On 04/21/2011 11:18 AM, Koen Kooi wrote: The symptom: root@pandaboard-core:~# sh /var/lib/opkg/info/librsvg-2-gtk.postinst g_module_open() failed for /home/root/--update-cache: /home/root/--update-cache.so: cannot open shared object file: No such file or directory root@pandaboard-core:~# the

Re: [OE-core] gdb and lttng-ust 0.12

2011-04-24 Thread Saul Wold
directory, maybe I did not force or something. Maybe diff the marker.h files and see if there are differences? Sau! > Thanks, > -- Dexuan > > -Original Message----- > From: Cui, Dexuan > Sent: 2011年4月25日 9:57 > To: 'Saul Wold'; 'Patches and discussions abo

[OE-core] [PATCH 0/3] Consolidated Pull (Fixes Build Issues)

2011-04-24 Thread Saul Wold
From: Saul Wold Richard, We have a GCC 4.6.0 pull here for people to start testing with, but we also have a couple of fixes to the get the Autobuilder working again. This includes changes to gdb and perl. GDB failed due to ust and a later ordering issue, while it seems perl removed an older

[OE-core] [PATCH 3/3] gdb: set --without-ust for EXTRA_OEFLAGS

2011-04-25 Thread Saul Wold
From: Saul Wold Disable using UST since there are some compiler errors with the newer version of lttng-ust 0.12, there may be other unknow problems, so wait for upstream fixes. Signed-off-by: Saul Wold --- meta/recipes-devtools/gdb/gdb-common.inc |4 +++- 1 files changed, 3 insertions

Re: [OE-core] [PATCH 07/37] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-25 Thread Saul Wold
On 04/25/2011 05:02 AM, Gary Thomas wrote: On 04/23/2011 12:28 AM, Saul Wold wrote: From: =?UTF-8?q?Petr=20=C5=A0tetiar?= In the current state, udev init script is loaded as 3rd and modutils.sh as 20th, so udevadm called in udev init script loads all kernel modules in some unpredictable order

Re: [OE-core] [PATCH 13/17] perl_5.12.2.bb: Undefine features not found in uclibc

2011-04-26 Thread Saul Wold
On 04/25/2011 11:55 AM, Khem Raj wrote: Signed-off-by: Khem Raj --- .../perl/perl-5.12.2/native-ssp.patch | 16 meta/recipes-devtools/perl/perl_5.12.2.bb | 16 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 m

Re: [OE-core] [PATCH 13/17] perl_5.12.2.bb: Undefine features not found in uclibc

2011-04-26 Thread Saul Wold
On 04/25/2011 11:55 AM, Khem Raj wrote: Signed-off-by: Khem Raj --- .../perl/perl-5.12.2/native-ssp.patch | 16 meta/recipes-devtools/perl/perl_5.12.2.bb | 16 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 m

Re: [OE-core] [PATCH 01/17] gettext.bbclass: Use _append instead of =+

2011-04-26 Thread Saul Wold
On 04/25/2011 11:54 AM, Khem Raj wrote: Ensure gettext and gettext-native are removed from DEPENDS when not using NLS Use append instead of += to get gettext dependecies processed correctly in all cases Dont remove gettext-native for native recipes as ENABLE_NLS is only for target and not for n

[OE-core] [PATCH 01/52] sat-solver: fix arch=all packages

2011-04-27 Thread Saul Wold
From: Qing He add a new options to set noarch archs as all so platform independent packages can be recognized and installed. fixes [YOCTO #993] Signed-off-by: Qing He --- ...sat-solver_poky.patch => sat-solver_core.patch} | 27 +-- meta/recipes-extended/sat-solver/sat-solver

[OE-core] [PATCH 05/52] gdb: set --without-ust for EXTRA_OEFLAGS

2011-04-27 Thread Saul Wold
From: Saul Wold Disable using UST since there are some compiler errors with the newer version of lttng-ust 0.12, there may be other unknow problems, so wait for upstream fixes. Signed-off-by: Saul Wold --- meta/recipes-devtools/gdb/gdb-common.inc |5 - 1 files changed, 4 insertions

[OE-core] [PATCH 02/52] quilt: fix test for target build

2011-04-27 Thread Saul Wold
From: Qing He fixes [YOCTO #969] Signed-off-by: Qing He --- .../quilt/quilt/gnu_patch_test_fix_target.patch| 26 meta/recipes-devtools/quilt/quilt_0.48.bb |6 +++- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtoo

[OE-core] [PATCH 08/52] cpio-2.8 (GPLv2) bug fix

2011-04-27 Thread Saul Wold
From: Nitin A Kamble This fixes bug [YOCTO #982] Signed-off-by: Nitin A Kamble --- .../cpio/cpio-2.8/avoid_heap_overflow.patch| 25 meta/recipes-extended/cpio/cpio_2.8.bb |6 +++- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 1006

[OE-core] [PATCH 10/52] valgrind: upgrade to version 3.6.1

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../fix_issue_caused_by_ccache.patch |2 ++ .../fixed-perl-path.patch |2 ++ .../{valgrind_3.6.0.bb => valgrind_3.6.1.bb} |4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) rename m

[OE-core] [PATCH 11/52] bluez-hcidump: upgrade to version 2.0

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- ...{bluez-hcidump_1.42.bb => bluez-hcidump_2.0.bb} |8 1 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/bluez/{bluez-hcidump_1.42.bb => bluez-hcidump_2.0.bb} (69%) diff --git a/meta/recipes-connect

[OE-core] [PATCH 13/52] libsndfile1: upgrade to version 1.0.24

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../libsndfile/libsndfile1/acincludefix.patch | 26 .../libsndfile/libsndfile1/add-cxx.patch | 18 - ...libsndfile1_1.0.23.bb => libsndfile1_1.0.24.bb} |4 +- 3 files changed, 2 insertions(+

[OE-core] [PATCH 09/52] rxvt-unicode: upgrade to version 9.10

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Remove some patches since some logic doesn't exist in upstream. This upgrades fixes CVE: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-0126 Also it fixes [Yocto #980] Signed-off-by: Dongxiao Xu --- .../recipes-sato/rxvt-unicode/files/makefile.patch | 20

[OE-core] [PATCH 12/52] gupnp-av: upgrade to version 0.8.0

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- .../gupnp/{gupnp-av_0.7.0.bb => gupnp-av_0.8.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/gupnp/{gupnp-av_0.7.0.bb => gupnp-av_0.8.0.bb} (77%) diff --git a/meta/recipes-connectivity/gupnp

[OE-core] [PATCH 07/52] tar-1.17 (GPLv2) bugfix

2011-04-27 Thread Saul Wold
From: Nitin A Kamble This fixes bug [YOCTO #982] Signed-off-by: Nitin A Kamble --- .../tar/tar-1.17/avoid_heap_overflow.patch | 22 meta/recipes-extended/tar/tar_1.17.bb |3 +- 2 files changed, 24 insertions(+), 1 deletions(-) create mode 100644

[OE-core] [PATCH 15/52] libfm: Remove the flag of G_DISABLE_DEPRECATED

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Latest glib-2.0 changes some macros and function definitions to be deprecated. However libfm still uses them. Therefore the flag G_DISABLE_DEPRECATED should be removed in libfm's Makefile. Signed-off-by: Dongxiao Xu --- .../libfm/libfm-0.1.14/use_deprecate_func.patch| 1

[OE-core] [PATCH 06/52] web: update svn to 131 to fix build issue

2011-04-27 Thread Saul Wold
From: Saul Wold Fixes [YOCTO #974] Signed-off-by: Saul Wold --- .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default

[OE-core] [PATCH 00/52] Updated Consolidated pull

2011-04-27 Thread Saul Wold
From: Saul Wold Richard, This has been reviewed and build on x86 and ARM, I have worked also to build full world, it's almost there, qemu on the target needs a few more tweaks, it's closer! Please consider these changes. Thanks Sau! Pull URL: git://git.openembedded.org/openemb

[OE-core] [PATCH 17/52] gst-fluendo-mpegdemux: upgrade to version 0.10.67

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- ...0.10.62.bb => gst-fluendo-mpegdemux_0.10.67.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.62.bb => gst-fluendo-mpegdemux_0.10.67.bb} (71%) diff --git a

[OE-core] [PATCH 18/52] libsamplerate0: upgrade to version 0.1.7

2011-04-27 Thread Saul Wold
From: Dongxiao Xu Add libsamplerate-0.1.7-macro-quoting.patch to fix autoreconf issue Signed-off-by: Dongxiao Xu --- .../libsamplerate-0.1.7-macro-quoting.patch| 22 ...amplerate0_0.1.2.bb => libsamplerate0_0.1.7.bb} | 11 + 2 files changed, 28 insertio

  1   2   3   4   5   6   7   8   9   10   >