[OE-core] [PATCH 0/4][PULL] multilib: change hard coded /usr/lib path.

2011-07-18 Thread Dongxiao Xu
Hi Richard, This pull request fixes some hard coded /usr/lib path in recipes within minimal image. Please help to review and pull. Thanks, Dongxiao The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70: bb-matrix: correct BB and PM number canonicalization (2011-07-14

[OE-core] [PATCH 1/4] xcb-proto: add multilib support.

2011-07-18 Thread Dongxiao Xu
There is hardcode of /usr/lib dir for some python files. Fix it to support multilib. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../xcb/xcb-proto-1.6/aclocal.patch| 20 meta/recipes-graphics/xcb/xcb-proto.inc|3 ++- 2 files

[OE-core] [PATCH 4/4] perl: revise the RRECOMMENDS_perl-modules for multilib case

2011-07-18 Thread Dongxiao Xu
From: Yu Ke ke...@intel.com current RRECOMMENDS_perl-modules replace the hardcode perl-dbg, perl-misc etc. which does not work in multilib case. Instead, it should replace the lib64-perl-dbg, lib-64-perl-misc. without doing this, current code will produce RRECOMMENDS=lib64-lib64-xxx etc This

[OE-core] [PATCH 4/4] perl: revise the RRECOMMENDS_perl-modules for multilib case

2011-07-18 Thread Dongxiao Xu
From: Yu Ke ke...@intel.com current RRECOMMENDS_perl-modules replace the hardcode perl-dbg, perl-misc etc. which does not work in multilib case. Instead, it should replace the lib64-perl-dbg, lib-64-perl-misc. without doing this, current code will produce RRECOMMENDS=lib64-lib64-xxx etc This

[OE-core] [PATCH 2/4] pciutils: Change the hardcoded /usr/lib to support multilib.

2011-07-18 Thread Dongxiao Xu
Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../pciutils/pciutils-3.1.7/makefile.patch | 14 ++ meta/recipes-bsp/pciutils/pciutils_3.1.7.bb|5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 0/4][PULL] Resend: multilib: change hard coded /usr/lib path.

2011-07-18 Thread Dongxiao Xu
Hi Richard, (Please ignore the previous pull request which doesn't contain the latest code.) This pull request fixes some hard coded /usr/lib path in recipes within minimal image. Please help to review and pull. Thanks, Dongxiao The following changes since commit

[OE-core] [PATCH 1/4] xcb-proto: add multilib support.

2011-07-18 Thread Dongxiao Xu
There is hardcode of /usr/lib dir for some python files. Fix it to support multilib. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../xcb/xcb-proto-1.6/aclocal.patch| 22 meta/recipes-graphics/xcb/xcb-proto.inc|3 +-

[OE-core] [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib

2011-07-18 Thread Dongxiao Xu
Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/recipes-core/udev/udev-164/makefile.patch | 16 meta/recipes-core/udev/udev-new.inc|1 + meta/recipes-core/udev/udev_164.bb |2 +- 3 files changed, 18 insertions(+), 1 deletions(-) create

Re: [OE-core] [PATCH] device_table-minimal: add more devices, sync with org.openembedded.dev

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 01:20 heeft Andrea Adami het volgende geschreven: * add a layered structure (IMAGE_DEVICE_TABLES foresees that) * * In some cases static devices can be of use (e.g. initramfs) but * unfortunately the file in oe-core lacks input events and more. * People do not notice the

Re: [OE-core] [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 08:13 heeft Dongxiao Xu het volgende geschreven: Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/recipes-core/udev/udev-164/makefile.patch | 16 meta/recipes-core/udev/udev-new.inc|1 + meta/recipes-core/udev/udev_164.bb

[OE-core] [PATCH] gcc-package-target: don't fail if the .la files we try to delete are not there to start with

2011-07-18 Thread Koen Kooi
This fixes: | rm: cannot remove `/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/gcc-4.5-r39.1+svnr175127/image/usr/libexec/gcc/arm-angstrom-linux-gnueabi/4.5.4/*.la': No such file or directory | ERROR: Function 'do_install' failed (see

Re: [OE-core] [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 09:08 heeft Koen Kooi het volgende geschreven: Op 18 jul 2011, om 08:13 heeft Dongxiao Xu het volgende geschreven: Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/recipes-core/udev/udev-164/makefile.patch | 16

Re: [OE-core] [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 14:32 heeft Koen Kooi het volgende geschreven: Op 18 jul 2011, om 09:08 heeft Koen Kooi het volgende geschreven: Op 18 jul 2011, om 08:13 heeft Dongxiao Xu het volgende geschreven: Signed-off-by: Dongxiao Xu dongxiao...@intel.com ---

Re: [OE-core] [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib

2011-07-18 Thread Mark Hatle
On 7/18/11 7:32 AM, Koen Kooi wrote: Op 18 jul 2011, om 09:08 heeft Koen Kooi het volgende geschreven: Op 18 jul 2011, om 08:13 heeft Dongxiao Xu het volgende geschreven: Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/recipes-core/udev/udev-164/makefile.patch | 16

Re: [OE-core] [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib

2011-07-18 Thread Mark Hatle
Replying to myself.. sorry, I misunderstood the concern.. see below for a new explanation.. On 7/18/11 10:25 AM, Mark Hatle wrote: On 7/18/11 7:32 AM, Koen Kooi wrote: Op 18 jul 2011, om 09:08 heeft Koen Kooi het volgende geschreven: Op 18 jul 2011, om 08:13 heeft Dongxiao Xu het volgende

Re: [OE-core] [PATCH] Add support for remote layering.

2011-07-18 Thread Paul Eggleton
On Monday 11 July 2011 18:46:26 Paul Eggleton wrote: I've thrown together a proof-of-concept bitbake-fetchlayers in the paule/remotelayers contrib branch: http://git.yoctoproject.org/cgit/cgit.cgi/poky- contrib/log/?h=paule/remotelayers I spent some time looking at this again today, and

[OE-core] [PATCH v3 0/1] Add unzip DEPENDS for .zip SRC_URI files

2011-07-18 Thread Tom Rini
Hey all, In doing some world builds I ran into oops, we don't make .zip files depend on unzip-native. So this is a port of the commit from oe.dev that does this. v2: Don brown paper bag, s/do_populate_staging/do_populate_sysroot, test v3: Drop NEED_UNZIP_FOR_UNPACK at Richard's request (on IRC)

[OE-core] [PATCH v3 1/1] Fixed concurrency problem for ZIP packed recipes.

2011-07-18 Thread Tom Rini
From: Ihar Hrachyshka ihar.hrachys...@gmail.com The problem occured when unzip-native is not yet staged, and ZIP archive unpacking already started resulting in failed do_unpack task. (oe.dev has a NEED_UNZIP_FOR_UNPACK variable we did not bring over) Signed-off-by: Ihar Hrachyshka

Re: [OE-core] Incomplete licensing in recipes

2011-07-18 Thread Koen Kooi
Op 17 jul 2011, om 11:40 heeft Koen Kooi het volgende geschreven: Hi, I was looking at the testlab output for licensing [1] and noticed that eglibc(-locale) and libcap2 just say (L)GPL and don't specify the version, was that intended? Same for linux-yocto: +

Re: [OE-core] Incomplete licensing in recipes

2011-07-18 Thread Bruce Ashfield
On Mon, Jul 18, 2011 at 1:15 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 17 jul 2011, om 11:40 heeft Koen Kooi het volgende geschreven: Hi, I was looking at the testlab output for licensing [1] and noticed that eglibc(-locale) and libcap2 just say (L)GPL and don't specify the

Re: [OE-core] Incomplete licensing in recipes

2011-07-18 Thread Saul Wold
On 07/17/2011 02:40 AM, Koen Kooi wrote: Hi, I was looking at the testlab output for licensing [1] and noticed that eglibc(-locale) and libcap2 just say (L)GPL and don't specify the version, was that intended? eglibc is easily fixed. libcap2 is pretty vague, the License file just mentions

[OE-core] Problems downloading xfwm4 4.8.1

2011-07-18 Thread Andreas Mueller
Ciao currently I am porting my local oe recipes for xfce-4.8 to oe-core. Everything seems fine so far - except xfwm4. This one drives me totally insane: If you check the fetch log attched and copy the first url into a browser it starts downloading without problems but oe complains. Could

Re: [OE-core] Problems downloading xfwm4 4.8.1

2011-07-18 Thread Andreas Mueller
On Monday, July 18, 2011 11:10:55 PM you wrote: Ciao currently I am porting my local oe recipes for xfce-4.8 to oe-core. Everything seems fine so far - except xfwm4. This one drives me totally insane: If you check the fetch log attched and copy the first url into a browser it starts

Re: [OE-core] [PROPOSAL] Package feature switches, redux.

2011-07-18 Thread Martin Jansa
On Mon, Jul 04, 2011 at 05:49:37PM +0100, Chris Elston wrote: On Mon, 2011-07-04 at 17:44 +0100, Graeme Gregory wrote: On 07/04/2011 05:12 PM, Chris Elston wrote: Hi, with my Angstrom cap on I like this syntax and I think it will be really useful. A second level concern I have is

[OE-core] OE Changelog for 2011-07-11 to 2011-07-18

2011-07-18 Thread cliff . brake
Changelog for 2011-07-11 to 2011-07-18. 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-core] OE Changelog for 2011-07-11 to 2011-07-18

2011-07-18 Thread Tom Rini
Changelog for meta-openembedded: Khem Raj (2): icon-naming-utils: inherit allarch icon-naming-utils: Inherit perlnative [snip] Tom Rini (1): icon-naming-utils-native: Fix long path to perl in icon-name-mapping Having just

Re: [OE-core] [PATCH 3/5] help2man-native: Add 1.36.4 (GPLv2) and 1.38.2 (GPLv3)

2011-07-18 Thread Tom Rini
On 07/15/2011 03:53 PM, Tom Rini wrote: On 07/15/2011 03:48 PM, Richard Purdie wrote: On Fri, 2011-07-15 at 15:03 -0700, Tom Rini wrote: These are 'side ports' of current oe.dev versions. PR is kept in sync but we drop out the target recipes in order to punt on potential perl problems.

Re: [OE-core] [PATCH 8/8] libx11: enable xcb support

2011-07-18 Thread Martin Jansa
On Thu, Jul 07, 2011 at 04:31:40PM -0700, Saul Wold wrote: [YOCTO #1196] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 00/16] Make core-image-minimal core-image-sato buildable with uclibc

2011-07-18 Thread Khem Raj
This patch is V3 of the recents posts I have been doing from kraj/uclibc-oecore branch. With this patchset now core-image-minimal is buildable and bootable for all arches in oe-core. Core-image-sato is buildable but I have not tried to boot it first attemp hung but then I have been trying to build

[OE-core] [PATCH 02/16] oe-buildenv-internal: Replace POKYMODE POKYLIBC with TCMODE and TCLIBC

2011-07-18 Thread Khem Raj
These are new variable names in oe-core Signed-off-by: Khem Raj raj.k...@gmail.com --- scripts/oe-buildenv-internal |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal index 09dbf02..c13fc40 100755 ---

[OE-core] [PATCH 04/16] acl, attr: Fix build failures when NLS is disabled on uclibc

2011-07-18 Thread Khem Raj
Disable gettext support when NLS is not enabled Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-support/attr/acl_2.2.51.bb |2 +- meta/recipes-support/attr/attr.inc |4 meta/recipes-support/attr/attr_2.4.46.bb |2 +- meta/recipes-support/attr/ea-acl.inc |

[OE-core] [PATCH 01/16] bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM

2011-07-18 Thread Khem Raj
Its better to use xterm since some folks may not be using gnome or KDE. Chances of having xterm on build machines are lot more than having gnome-terminal. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/bitbake.conf |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 03/16] default-distrovars: Add largefile and argp to DISTRO_FEATURES

2011-07-18 Thread Khem Raj
This is needed for packages that go into core-image-minimal and core-image-sato highlighted by uclibc Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/distro/include/default-distrovars.inc |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 06/16] libxdamage, libxft, libxrandr: Add missing dependency on virtual/libx11

2011-07-18 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb |4 ++-- meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb |4 ++-- meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb |4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff

[OE-core] [PATCH 05/16] classes/gettext: Do not disable nls for non target recipes

2011-07-18 Thread Khem Raj
nls disabling is target specific but USE_NLS=no will disable nls even for other kind of recipes. We should let them build with nls Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/gettext.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 07/16] tzcode,tzdata: Update tzdata to 2011h

2011-07-18 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../recipes-extended/tzcode/tzcode-native_2011g.bb |7 +++ .../tzdata/{tzdata_2011g.bb = tzdata_2011h.bb}|8 2 files changed, 7 insertions(+), 8 deletions(-) rename meta/recipes-extended/tzdata/{tzdata_2011g.bb =

[OE-core] [PATCH 08/16] task-core-x11-sato: Add empty NETWORK_MANAGER for uclibc

2011-07-18 Thread Khem Raj
conman needs some features from libresolv e.g. ns_initparse which are missing in uclibc. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-sato/tasks/task-core-x11-sato.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 11/16] powertop: Add lintl to linker commandline on uclibc

2011-07-18 Thread Khem Raj
intl support is not inbuilt into libc like glibc so we have to link it explicitly Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-kernel/powertop/powertop_1.13.bb | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 10/16] oprofile: Fix build when query_module is not there

2011-07-18 Thread Khem Raj
on 2.6 kernels we do not have query_module so warn about it Signed-off-by: Khem Raj raj.k...@gmail.com --- .../oprofile/oprofile-no-query-modules.patch | 29 meta/recipes-kernel/oprofile/oprofile_0.9.6.bb |3 +- 2 files changed, 31 insertions(+), 1

[OE-core] [PATCH 13/16] binutils: Fix build when compiling target binutils recipe with gcc 4.6

2011-07-18 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../binutils/binutils/clone-shadow.patch | 79 meta/recipes-devtools/binutils/binutils_2.21.1.bb |3 +- 2 files changed, 81 insertions(+), 1 deletions(-) create mode 100644

[OE-core] [PATCH 12/16] pimlico/dates: Fix build on uclibc

2011-07-18 Thread Khem Raj
uclibc does not have NL_TIME_FIRST_WEEKDAY Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-sato/pimlico/dates.inc|2 +- .../uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch | 37 meta/recipes-sato/pimlico/dates_git.bb |6 ++- 3

[OE-core] [PATCH 14/16] clutter-box2d: Replace use of finite macro with C99 compliant isfinite()

2011-07-18 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../clutter/clutter-box2d/isfinite.patch | 19 +++ meta/recipes-graphics/clutter/clutter-box2d_git.bb |6 -- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 15/16] sysprof: Define NT_GNU_BUILD_ID if undefined

2011-07-18 Thread Khem Raj
This is needed on uclibc which does not have all GNU extentions Signed-off-by: Khem Raj raj.k...@gmail.com --- .../sysprof/files/define-NT_GNU_BUILD_ID.patch | 22 meta/recipes-kernel/sysprof/sysprof_git.bb |5 ++- 2 files changed, 25 insertions(+), 2

[OE-core] [PATCH 16/16] mesa-xlib: Dont use locales with uclibc

2011-07-18 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../mesa/mesa-xlib/uclibc_locale.patch | 18 ++ meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb |3 ++- 2 files changed, 20 insertions(+), 1 deletions(-) create mode 100644

[OE-core] [PATCH 09/16] uclibc_0.9.32: Implement sync_file_range2.

2011-07-18 Thread Khem Raj
On some arches e.g. arm, ppc sync_file_range2 is used instead of sync_file_range so we should consider that Signed-off-by: Khem Raj raj.k...@gmail.com --- .../uclibc/uclibc-0.9.32/sync_file_range2.patch| 15 +++ meta/recipes-core/uclibc/uclibc_0.9.32.bb |3 ++- 2

Re: [OE-core] [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib

2011-07-18 Thread Xu, Dongxiao
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Mark Hatle Sent: Monday, July 18, 2011 11:30 PM To: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 3/4] udev:

[OE-core] [PATCH 1/1] alsa-tools: Fix recipe build error.

2011-07-18 Thread Dongxiao Xu
Remove some elements in alsa-tools to avoid build error and further dependency on new recipes. [YOCTO #1038] Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../alsa/alsa-tools-1.0.24.1/autotools.patch | 34 .../recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb |

[OE-core] [PATCH 0/1 v2][PULL] alsa-tools: fix recipe build error.

2011-07-18 Thread Dongxiao Xu
Hi Richard and Saul, This is the second version of alsa-tools build fix, please help to review and pull. Changes from v1: Remove some sub-components to avoid further dependency on gtk+ and fltk. Thanks, Dongxiao The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70:

Re: [OE-core] [PATCH 1/1] alsa-tools: Fix recipe build error.

2011-07-18 Thread Khem Raj
On Mon, Jul 18, 2011 at 5:37 PM, Dongxiao Xu dongxiao...@intel.com wrote: Remove some elements in alsa-tools to avoid build error and further dependency on new recipes. [YOCTO #1038] Signed-off-by: Dongxiao Xu dongxiao...@intel.com ---  .../alsa/alsa-tools-1.0.24.1/autotools.patch       |  

[OE-core] [PATCH 2/7] gcc_4.5.1: add pr43810.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR43810 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43810 Building on powerpc-eabi* with --enable-target-optspace still fails for me though. Signed-off-by: Ilya Yanok ya...@emcraft.com --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 +

[OE-core] [PATCH 7/7] gcc_4.5.1: add pr45886.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR45886 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45886 Signed-off-by: Ilya Yanok ya...@emcraft.com --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr45886.patch | 55 + 2 files changed, 56

[OE-core] [PATCH 1/7] gcc_4.5.1: fix arm_bswapsi2.patch

2011-07-18 Thread Ilya Yanok
Acoording to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392 correct fix should be TARGET_EITHER (arm_arch6 || !optimize_size) not TARGET_EITHER (arm_arch6 !optimize_size) Signed-off-by: Ilya Yanok ya...@emcraft.com --- .../gcc/gcc-4.5.1/arm-bswapsi2.patch |2 +- 1 files

[OE-core] [PATCH 5/7] gcc_4.5.1: add pr45094.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR45094 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45094 Signed-off-by: Ilya Yanok ya...@emcraft.com --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr45094.patch | 75 + 2 files changed, 76

[OE-core] [PATCH 3/7] gcc_4.5.1: add pr44290.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR44290 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44290 Signed-off-by: Ilya Yanok ya...@emcraft.com --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr44290.patch | 119 + 2 files changed, 120

[OE-core] [PATCH 6/7] gcc_4.5.1: add pr45052.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR45052 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45052 Signed-off-by: Ilya Yanok ya...@emcraft.com --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr45052.patch | 30 + 2 files changed, 31

[OE-core] [PATCH 4/7] gcc_4.5.1: add pr44606.patch

2011-07-18 Thread Ilya Yanok
Add fix for PR44606 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44606 Signed-off-by: Ilya Yanok ya...@emcraft.com --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 + meta/recipes-devtools/gcc/gcc-4.5.1/pr44606.patch | 106 + 2 files changed, 107

[OE-core] [PATCH 0/7] Fixes to some gcc 4.5.1 bugs

2011-07-18 Thread Ilya Yanok
Hi everybody, It seems like everybody are using GCC 4.6 already but as support for GCC 4.5.1 is still here I'd like to publish the changes we've done to GCC 4.5.1 recipe some time ago. We've incorporated the patches for some know GCC 4.5.1 problems: PR44392: Already fixed by arm_bswapsi2 patch

[OE-core] [PATCH v2 4/4] autotools.bbclass: Add help2man-native to the main DEPENDS tree

2011-07-18 Thread Tom Rini
With help2man no longer being required by sanity.bbclass we need to make sure that if we are going to build autotools stuff that help2man will be there as it's a frequent implicit dependency. Signed-off-by: Tom Rini tom_r...@mentor.com --- meta/classes/autotools.bbclass |4 ++-- 1 files

[OE-core] [PATCH v2 2/4] help2man-native: Add 1.38.2

2011-07-18 Thread Tom Rini
This is a 'side port' of current oe.dev versions. PR is kept in sync but we drop out the target recipes in order to punt on potential perl problems. Here we do re-configure as we don't have a dance with perl-native to deal with. Signed-off-by: Tom Rini tom_r...@mentor.com ---

[OE-core] [PATCH v2 0/4] Optionally trade required_utils for -nativebuilds

2011-07-18 Thread Tom Rini
Hey all, As I said in another thread, today we depend on a few more host utilities being installed on the host than oe.dev does. This is an attempt to fix that a bit and improve on the situation at the same time. First up is adding a test for mercurial-native to sanity.bbclass since we don't