[OE-core] [PATCH 1/2] gobject-introspection: update frome meta-oe

2011-11-13 Thread Dmitry Eremin-Solenikov
OE-Core uses very old version of gobject-introspection. The recipe says 0.10.8, but in reality it's GOBJECT_INTROSPECTION_0_6_3-41-gefa7266. That version e.g. doesn't compile with python 2.7 (default in some versions), etc. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com ---

[OE-core] [PATCH 2/2] screenshot: rename to sato-screenshot

2011-11-13 Thread Dmitry Eremin-Solenikov
To remove a name conflict with e17's screenshot tool (and possibly other screenshot tools, as screenshot is a generic term), rename screenshot to sato-screenshot. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../sato-screenshot/files/fix_ldadd_order.patch| 15

Re: [OE-core] [RFC PATCH 1/1] busybox: update to 1.19.3

2011-11-13 Thread Anders Darander
On 11 nov 2011, at 18:36, Saul Wold s...@linux.intel.com wrote: On 11/11/2011 12:17 AM, Anders Darander wrote: The updates to patch busybox-udhcpc-no_deconfig.patch is not fully verified. Signed-off-by: Anders Daranderand...@chargestorm.se --- .../B921600.patch

Re: [OE-core] [PATCH 1/1] libx11-diet: update to 1.4.4

2011-11-13 Thread Saul Wold
On 11/11/2011 03:09 AM, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com I remove patch nodolt.patch because it is no use in the new version \ and change patch include_fix.patch to keysymdef_include.patch from libx11-1.4.4. Signed-off-by: Xiaofeng Yanxiaofeng@windriver.com

[OE-core] [CONSOLIDATED PULL 00/21] Updates and Fixes

2011-11-13 Thread Saul Wold
Richard, This set has been build tested and reviewed. I did have to update bitbake.conf for both then gnu-config and base.bblcass changes to modify ASSUME_PROVIDED, please review this. Thanks Sau! The following changes since commit a8ed4fcd79f6283c1d45f347dce894d784183900: xinit:

[OE-core] [CONSOLIDATED PULL 01/21] dhcp: generate initial leases files for server

2011-11-13 Thread Saul Wold
From: Otavio Salvador ota...@ossystems.com.br If not using the init script it fails as the leases are created by it. When used with systemd, this fails without the leases thus this allows it to work out of box. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Added commit meesage from

[OE-core] [CONSOLIDATED PULL 02/21] qt4-x11-free: bring back pkg-config fixups

2011-11-13 Thread Saul Wold
From: Simon Busch morp...@gravedo.de * With b40b9c024be5e1ec81a31961158b3e6b529acfe0 some pkg-config fixups where removed from qt4.inc which breaks the pkg-config files for qt4-embedded. Without that the pkg-config files for qt4-x11-free are broken. So this patch puts the fixes into the

[OE-core] [CONSOLIDATED PULL 04/21] pulseaudio-0.9.23: force ARM mode

2011-11-13 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * this is just work around, should be tested again after upgrade to pulseaudio-1.1 * otherwise build for armv4t (om-gta02) fails with this: | /bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv4t

[OE-core] [CONSOLIDATED PULL 03/21] libatomics-ops: force ARM mode

2011-11-13 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * otherwise ie spitz (armv5te) build fails with: | make[3]: Entering directory `/OE/shr-core/tmp/work/armv5te-oe-linux-gnueabi/libatomics-ops-1.2-r5/libatomic_ops-1.2/src' | arm-oe-linux-gnueabi-gcc -march=armv5te -mthumb -mthumb-interwork

[OE-core] [CONSOLIDATED PULL 05/21] aspell: force ARM mode

2011-11-13 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * this is just work around for ICE, better fix would be to fix gcc | ./common/fstream.hpp:23:9: note: the mangling of 'va_list' has changed in GCC 4.4 | modules/speller/default/typo_editdist.cpp: In function 'short int

[OE-core] [CONSOLIDATED PULL 07/21] subversion: add 1.7.0 with native support and negative D_P for now

2011-11-13 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * intentionaly with negative D_P, bitbake fetcher should be improved to detect old checkout with newer subversion available or vice versa and do svn upgrade automaticaly or show better error, but subversion as client for target or -native for

[OE-core] [CONSOLIDATED PULL 08/21] base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URI

2011-11-13 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * in some cases this could cause circual dependency (ie if we decide to apr_svn.bb or something like that before subversion-native in dependency tree), Saul said he had such case, but I wasn't able to reproduce it here (here it builds

[OE-core] [CONSOLIDATED PULL 13/21] util-linux: add missing u-a calls for setsid chrt

2011-11-13 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * someone added them to usrbinprogs_a, but without u-a calls added * similar problem is with chfn chsh newgrp, but those are not built in current version Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [CONSOLIDATED PULL 20/21] bitbake.conf: Update ASSUME_PROVIDED

2011-11-13 Thread Saul Wold
* Remove an obsolete comment about mercurial * Remove cvs-native since we have removed cvs SRC_URIs * Fix svn-native - subversion since that's the correct dependency name * Add git-native since it's a core functionality and gnu-config requires it and can cause a circular dependency.

[OE-core] [CONSOLIDATED PULL 19/21] boost: Update to 1.47.0 Cleanup

2011-11-13 Thread Saul Wold
Removed boost-jam-native since it was an older version no incompatible with boost 1.47. Modified boost to use BBCLASSEXTEND native for the bjam native binary. Removed older unused patches. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/boost/boost-jam-native.inc| 32

[OE-core] [CONSOLIDATED PULL 17/21] file: update to 5.09

2011-11-13 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../file/file/fix_version_check.patch | 21 .../file/{file_5.04.bb = file_5.09.bb}|9 +++ 2 files changed, 25 insertions(+), 5 deletions(-) create mode 100644

[OE-core] [CONSOLIDATED PULL 18/21] gnu-config: update to git HEAD

2011-11-13 Thread Saul Wold
Licence has update timestamp and Copyright year. This change needs a coresponding change to ASSUME_PROVIDED to add git-native Signed-off-by: Saul Wold s...@linux.intel.com --- .../gnu-config/config-guess-uclibc.patch | 145 +--- .../{gnu-config_20080123.bb =