[OE-core] [PATCH 1/2] iptables: upgrade to version 1.4.12.1

2011-10-31 Thread Dongxiao Xu
Change do_configure_prepend() since some m4 file is needed when doing configuration. Define correct FILE for iptables and iptables-dbg packages. License checksum changed (not essential part), and the license is still GPLv2. Signed-off-by: Dongxiao Xu --- .../{iptables_1.4.9.bb => iptables_1.4.

[OE-core] [PATCH 2/2] connman: add xtables_version to fix xtables API change

2011-10-31 Thread Dongxiao Xu
After upgrade iptables to a newer version, some of its API are changed. Therefore we add related fixes to the current connman. Currently we don't upgrade connman since kernel.org still doesn't work and we could not fetch the newer sources. Signed-off-by: Dongxiao Xu --- .../connman/connman-0.75

[OE-core] [PATCH 0/2 v2][PULL] iptables: recipe upgrade

2011-10-31 Thread Dongxiao Xu
Hi Richard and Saul, This is the second pull request for iptables and connman, please help to review and pull. Thanks, Dongxiao The following changes since commit 4ce1f57e723cb6ccfd67ed1570228602547bd112: distro_tracking: polkit, libsndfile, etc (2011-10-31 23:03:11 +) are available in

Re: [OE-core] What is the strategy to update eglibc?

2011-10-31 Thread Kang Kai
On 2011年11月01日 00:43, Saul Wold wrote: On 10/30/2011 07:16 PM, Kang Kai wrote: On 2011年10月31日 10:12, Kang Kai wrote: Hi Saul, I just want to update eglibc but eglibc is using its 2.14 branch and use svn commit revision "15225" as current version. Of course it is behind the latest svn revision,

[OE-core] [PATCH] bitbake.conf: drop STAGING_PYDIR

2011-10-31 Thread Martin Jansa
* seems unused in oe-core Signed-off-by: Martin Jansa --- meta/conf/bitbake.conf |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e2c1b6f..d0235ba 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -34

Re: [OE-core] [PATCH 09/11] iptables: upgrade to version 1.4.12.1

2011-10-31 Thread Richard Purdie
On Fri, 2011-10-28 at 11:35 +0800, Dongxiao Xu wrote: > Remove the do_configure_prepend() since some m4 files are needed when > doing configuration. I think we're going to have to specifically delete the libtool m4 files here. I know we've had problems with them being present in the past. Also, t

Re: [OE-core] [CONSOLIDATED PULL 00/18] Patches, QA & Bug Fixes

2011-10-31 Thread Richard Purdie
On Fri, 2011-10-28 at 00:06 +0200, Saul Wold wrote: > Khem Raj (1): > libtool: Upgrade from 2.4 -> 2.4.2 This didn't go in since it doesn't have the whitespace and SUMMARY issues I previously mentioned fixed. > > Paul Eggleton (3): > dbus: remove unused initscript > util-linux: split out m

Re: [OE-core] [PATCHv2] dbus: fix for right owner in postinst

2011-10-31 Thread Richard Purdie
On Mon, 2011-10-31 at 18:43 +0100, Martin Jansa wrote: > * even when I see right chown/chmod in log.do_install, files are still > owned by bitbake:bitbake (user running bitbake) and we need to fix it on > target > $ tail -n 4 temp/log.do_install.27768 > + chown messagebus:messagebus > /OE/shr-c

Re: [OE-core] [PATCH] dtc: update to latest git version

2011-10-31 Thread McClintock Matthew-B29882
Ignore this for now, I'm going to send an update version that has proper dbg, dev, and staticdev packages! -M On Fri, Oct 28, 2011 at 2:26 AM, Matthew McClintock wrote: > Also remove patches that are no longer needed > > Signed-off-by: Matthew McClintock > --- >  meta/recipes-kernel/dtc/dtc.inc

Re: [OE-core] [oe-core 0/7] Python upgrade

2011-10-31 Thread Richard Purdie
On Mon, 2011-10-31 at 18:41 +0100, Martin Jansa wrote: > Based on Nitin's latest version in poky/contrib and with added > fixes to build extra modules and PR bumps to rebuild stuff which > is in /usr/lib/python2.6 > > It's good to check that sysroots like this are empty after build: > sysroots/

[OE-core] [PATCH 0/1] distro tracking date format fix

2011-10-31 Thread Scott Garman
Hi Saul, This converts all of the dates used in distro_tracking_fields.inc to use the format you've been requesting. Scott The following changes since commit ff13e06892f102d915855cde50896349b07b3717: clutter-gtk: add LIC_FILES_CHKSUM to include file (2011-10-31 10:46:59 +) are available

[OE-core] [PATCH 1/1] lib/oe/terminal: add support for XFCE's terminal emulator

2011-10-31 Thread Joshua Lock
That's Terminal on Fedora and xfce4-terminal on Ubuntu/Debian... This could get interesting! Signed-off-by: Joshua Lock --- meta/lib/oe/terminal.py | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py in

[OE-core] [PATCH 0/1] Xfce Terminal Support v2

2011-10-31 Thread Joshua Lock
Turns out v1 of this was pretty useless, thanks to Chris for reviewing and spotting most of my bloopers. I keep telling myself not to submit patches before the weekend, but never listen. I've not had chance to test this on Ubuntu/Debian but am reasonably confident it'll work there now. Thanks, Jo

Re: [OE-core] [oe-core 7/7] bitbake.conf: update STAGING_PYDIR to 2.7 version

2011-10-31 Thread Richard Purdie
On Mon, 2011-10-31 at 18:41 +0100, Martin Jansa wrote: > * is it still used somewhere? > seems unused in oe-core > > Signed-off-by: Martin Jansa > --- > meta/conf/bitbake.conf |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bit

[OE-core] [PATCHv2] dbus: fix for right owner in postinst

2011-10-31 Thread Martin Jansa
* even when I see right chown/chmod in log.do_install, files are still owned by bitbake:bitbake (user running bitbake) and we need to fix it on target $ tail -n 4 temp/log.do_install.27768 + chown messagebus:messagebus /OE/shr-core/tmp/work/armv7a-vfp-neon-oe-linux-gnueabi/dbus-1.4.12-r2/image/

[OE-core] [oe-core 3/7] update python 2.7 manifest

2011-10-31 Thread Martin Jansa
From: Nitin A Kamble script: add needed files into the python-core package regenerate python-2.7-manifest.inc file with newer script Signed-off-by: Nitin A Kamble Signed-off-by: Martin Jansa --- .../python/python-2.7-manifest.inc |2 +- scripts/contrib/python/generate-man

[OE-core] [oe-core 2/7] python: update generate-manifest for 2.7 version and regenerate it

2011-10-31 Thread Martin Jansa
From: Martin Jansa * it needs to be regenerated to actually package something Signed-off-by: Martin Jansa --- .../python/python-2.7-manifest.inc | 124 ++-- ...te-manifest-2.6.py => generate-manifest-2.7.py} |2 +- 2 files changed, 63 insertions(+), 63 dele

[OE-core] [oe-core 7/7] bitbake.conf: update STAGING_PYDIR to 2.7 version

2011-10-31 Thread Martin Jansa
* is it still used somewhere? seems unused in oe-core Signed-off-by: Martin Jansa --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e2c1b6f..e9dec10 100644 --- a/meta/conf/bitbake.conf +++

[OE-core] [oe-core 5/7] recipes: bump PR after python upgrade

2011-10-31 Thread Martin Jansa
* PR bumps to rebuild stuff which is in /usr/lib/python2.6 * It's good to check that sysroots like this are empty after build: sysroots/om-gta02/usr/lib/python2.6/ -type f | grep -v \.pyo | grep -v \.pyc | grep -v \.la sysroots/x86_64-linux/usr/lib/python2.6/ -type f | grep -v \.pyo | grep -v

[OE-core] [oe-core 4/7] python-2.7.2: fix build issues when additional modules are linked against host or native libpython instead of target

2011-10-31 Thread Martin Jansa
* -L. is needed to find right libpython * -L${STAGING_LIBDIR} is needed ie for python-zlib to find right zlib Signed-off-by: Martin Jansa --- meta/recipes-devtools/python/python_2.7.2.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/python/python_

[OE-core] [oe-core 1/7] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-31 Thread Martin Jansa
From: Nitin A Kamble Rebased these patches to the newer code modified: python-native/nohostlibs.patch modified: python/01-use-proper-tools-for-cross-build.patch modified: python/06-avoid_usr_lib_termcap_path_in_linking.patch modified: python/06-ctypes-libff

[OE-core] [oe-core 6/7] python-dir: change PYTHON_BASEVERSION to 2.7

2011-10-31 Thread Martin Jansa
* it's also defined here conf/distro/include/default-versions.inc, so maybe it could be dropped * and similar variable is recipes-devtools/python/python.inc:PYTHON_MAJMIN = "2.7" Signed-off-by: Martin Jansa --- meta/classes/python-dir.bbclass |2 +- 1 files changed, 1 insertions(+), 1 del

[OE-core] [oe-core 0/7] Python upgrade

2011-10-31 Thread Martin Jansa
Based on Nitin's latest version in poky/contrib and with added fixes to build extra modules and PR bumps to rebuild stuff which is in /usr/lib/python2.6 It's good to check that sysroots like this are empty after build: sysroots/om-gta02/usr/lib/python2.6/ -type f | grep -v \.pyo | grep -v \.pyc

Re: [OE-core] [PATCH 1/1] distro_tracking_fields: update packages tracking fields

2011-10-31 Thread Saul Wold
On 10/31/2011 10:06 AM, Koen Kooi wrote: Op 31 okt. 2011, om 18:04 heeft Saul Wold het volgende geschreven: On 10/24/2011 07:49 PM, wenzong@windriver.com wrote: From: Wenzong Fan Update packages tracking fields including ccache, chkconfig. Signed-off-by: Wenzong Fan --- .../conf/distr

Re: [OE-core] [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator

2011-10-31 Thread Joshua Lock
On 28/10/11 17:56, Chris Larson wrote: > On Fri, Oct 28, 2011 at 4:42 PM, Joshua Lock wrote: >> That's Terminal on Fedora and xfce4-terminal on Ubuntu/Debian... This >> could get interesting! >> >> Signed-off-by: Joshua Lock >> --- >> meta/lib/oe/terminal.py | 21 + >> 1

Re: [OE-core] [PATCH 1/1] distro_tracking_fields: update packages tracking fields

2011-10-31 Thread Koen Kooi
Op 31 okt. 2011, om 18:04 heeft Saul Wold het volgende geschreven: > On 10/24/2011 07:49 PM, wenzong@windriver.com wrote: >> From: Wenzong Fan >> >> Update packages tracking fields including ccache, chkconfig. >> >> Signed-off-by: Wenzong Fan >> --- >> .../conf/distro/include/distro_tracki

Re: [OE-core] [PATCH 1/1] distro_tracking_fields: update packages tracking fields

2011-10-31 Thread Saul Wold
On 10/24/2011 07:49 PM, wenzong@windriver.com wrote: From: Wenzong Fan Update packages tracking fields including ccache, chkconfig. Signed-off-by: Wenzong Fan --- .../conf/distro/include/distro_tracking_fields.inc | 12 1 files changed, 12 insertions(+), 0 deletions(-) di

Re: [OE-core] [PATCH] dbus: add work around to set right owner in postinst

2011-10-31 Thread Saul Wold
On 10/31/2011 01:54 AM, Koen Kooi wrote: Op 29 okt. 2011, om 12:53 heeft Martin Jansa het volgende geschreven: * even when I see right chown/chmod in log.do_install, files are still owned by bitbake:bitbake (user running bitbake) and we need to fix it on target I suspect fsperms.txt is br

Re: [OE-core] What is the strategy to update eglibc?

2011-10-31 Thread Saul Wold
On 10/30/2011 07:16 PM, Kang Kai wrote: On 2011年10月31日 10:12, Kang Kai wrote: Hi Saul, I just want to update eglibc but eglibc is using its 2.14 branch and use svn commit revision "15225" as current version. Of course it is behind the latest svn revision, but I don't quit sure about which is th

[OE-core] [PATCH v3 1/2] Add new strace-graph package to avoid making perl a dependecy for all of strace

2011-10-31 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- v2: Change to use PACKAGES_prepend instead of explictly listing all packages and also fixing the fact we missed the -dev and -dbg packages before v3: Use += instead of _prepend to add strace-graph packages meta/recipes-devtools/strace/strace_4.5.20.bb |

Re: [OE-core] [PATCH 5/5] distro_tracking_fields: updates for sudo, mtools, grep, and openssh

2011-10-31 Thread Koen Kooi
Op 31 okt. 2011, om 16:46 heeft Saul Wold het volgende geschreven: > On 10/31/2011 02:08 AM, Paul Eggleton wrote: >> On Wednesday 26 October 2011 21:37:39 Saul Wold wrote: -RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sudo = "1 month" -RECIPE_LATEST_RELEASE_DATE_pn-sudo = "2011/05/16"

Re: [OE-core] [PATCH 5/5] distro_tracking_fields: updates for sudo, mtools, grep, and openssh

2011-10-31 Thread Saul Wold
On 10/31/2011 02:08 AM, Paul Eggleton wrote: On Wednesday 26 October 2011 21:37:39 Saul Wold wrote: -RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sudo = "1 month" -RECIPE_LATEST_RELEASE_DATE_pn-sudo = "2011/05/16" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sudo = "2 months" +RECIPE_LATEST_RELEASE_DAT

Re: [OE-core] [PATCH 0/4] Misc patches

2011-10-31 Thread Richard Purdie
On Fri, 2011-10-28 at 16:41 -0700, Joshua Lock wrote: > A series of minor tweaks from my disk. The XFCE support in oe.terminal has > only been tested on a Fedora machine so I would appreciate testing from XFCE > users on other distros. > > Regards, > > Joshua > > The following changes since comm

Re: [OE-core] [PATCH 5/5] distro_tracking_fields: updates for sudo, mtools, grep, and openssh

2011-10-31 Thread Paul Eggleton
On Wednesday 26 October 2011 21:37:39 Saul Wold wrote: > > -RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sudo = "1 month" > > -RECIPE_LATEST_RELEASE_DATE_pn-sudo = "2011/05/16" > > +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sudo = "2 months" > > +RECIPE_LATEST_RELEASE_DATE_pn-sudo = "2011/10/21" > > Th

Re: [OE-core] [PATCH v2 1/2] Add new strace-graph package to avoid making perl a dependecy for all of strace

2011-10-31 Thread Paul Eggleton
On Friday 28 October 2011 21:07:44 McClintock Matthew-B29882 wrote: > On Fri, Oct 28, 2011 at 10:54 AM, Phil Blundell wrote: > > That logic sounds reasonable, but I think Richard's point was that it's > > more conventional to use "=+" rather than an override for prepending. > > I sort of forgot t

Re: [OE-core] [PATCH] dbus: add work around to set right owner in postinst

2011-10-31 Thread Koen Kooi
Op 29 okt. 2011, om 12:53 heeft Martin Jansa het volgende geschreven: > * even when I see right chown/chmod in log.do_install, files are still > owned by bitbake:bitbake (user running bitbake) and we need to fix it on > target I suspect fsperms.txt is breaking things, but I haven't tested it y