[OE-core] [PATCH 1/4] openssh: upgrade to v5.8p2

2011-06-05 Thread Scott Garman
LICENCE checksum updated due to a one-line change in the file (RedHat was added as a copyright holder). Signed-off-by: Scott Garman --- .../openssh/{openssh-5.6p1 => openssh-5.8p2}/init |0 .../{openssh-5.6p1 => openssh-5.8p2}/nostrip.patch |0 .../{openssh-5.6p1 => openssh-5.8p2}/ssh_c

[OE-core] [PATCH 4/4] distro-tracking: update openssh, tar, and grep

2011-06-05 Thread Scott Garman
Signed-off-by: Scott Garman --- .../conf/distro/include/distro_tracking_fields.inc | 26 ++-- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 73e6782

[OE-core] [PATCH 2/4] grep: upgrade to v2.8

2011-06-05 Thread Scott Garman
Signed-off-by: Scott Garman --- .../grep/{grep_2.7.bb => grep_2.8.bb} |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-extended/grep/{grep_2.7.bb => grep_2.8.bb} (84%) diff --git a/meta/recipes-extended/grep/grep_2.7.bb b/meta/recipes-extended/g

[OE-core] [PATCH 0/4] Recipe upgrades: openssh, grep, tar

2011-06-05 Thread Scott Garman
Good day, Here are some straightforward recipe upgrades for openssh, grep, and tar. Build tested on all five qemu MACHINEs we support. Runtime tested on qemuarm. The following changes since commit 6b5d323b6c8960a0999dbafa0422fe127fd0fa97: event: don't catch systemexit from handler execution (

[OE-core] [PATCH 3/4] tar: upgrade to v1.26

2011-06-05 Thread Scott Garman
Signed-off-by: Scott Garman --- ...tive_1.25.bb => tar-replacement-native_1.26.bb} |0 meta/recipes-extended/tar/tar.inc |1 + meta/recipes-extended/tar/tar_1.25.bb |9 - meta/recipes-extended/tar/tar_1.26.bb |9 + 4 files

[OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-05 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/conf/bitbake.conf | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index de94316..520b808 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -194,9 +194,13 @@ Thi

[OE-core] [CONSOLIDATED PULL 02/20] m4: upgrade from 1.4.15 to 1.4.16

2011-06-05 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../{m4-native_1.4.15.bb => m4-native_1.4.16.bb} |0 .../m4/{m4_1.4.15.bb => m4_1.4.16.bb} |6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/m4/{m4-native_1.4.15.bb => m4-native

[OE-core] [CONSOLIDATED PULL 06/20] util-linux_2.19.1.bb: Fix compliation on uclibc

2011-06-05 Thread Saul Wold
From: Khem Raj util-linux 2.19 needs this patch to successfully compile on uclibc systems. This is a bug in util-linux that goes unnoticed on eglibc builds. Signed-off-by: Khem Raj --- .../uclibc-__progname-conflict.patch | 31 meta/recipes-core/util-linux/

[OE-core] [CONSOLIDATED PULL 00/20] 05-June-2011

2011-06-05 Thread Saul Wold
Richard, This pulls together a set of changes from the later part of last week, these have been built. I have updated Nitin's comment about the License change (which was adding years). This also includes Scott's User Addition code. I did not pull Bruce's change due to a known build issue with x8

[OE-core] [CONSOLIDATED PULL 10/20] package.bbclass: add support to split Qt translation files

2011-06-05 Thread Saul Wold
From: Otavio Salvador There're many Qt applications that provide translation files in '.qm' format however those weren't being splitted as GetText based ones. Signed-off-by: Otavio Salvador --- meta/classes/package.bbclass | 41 + 1 files changed, 37 i

[OE-core] [CONSOLIDATED PULL 12/20] gcc-package-cross: also install the symlinks in libexec with target prefix

2011-06-05 Thread Saul Wold
From: Phil Blundell .. since this is where collect2 seems to look for them. This seems like it is really a bug in collect2, but installing the symlinks is an easy workaround. Without this you get "could not find ld" errors when using -flto. Signed-off-by: Phil Blundell --- meta/recipes-devto

[OE-core] [CONSOLIDATED PULL 05/20] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"

2011-06-05 Thread Saul Wold
From: Khem Raj If not overridden it gets the value which is for target recipes usually defined in machine tune files Signed-off-by: Khem Raj --- meta/classes/allarch.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/allarch.bbclass b/meta/classes/all

[OE-core] [CONSOLIDATED PULL 09/20] gnutls: add p11tool into gnutls-bin

2011-06-05 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/recipes-support/gnutls/gnutls.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 03aed6a..9257880 100644 --- a/meta/re

[OE-core] [CONSOLIDATED PULL 13/20] shadow: recipe and patch cleanup

2011-06-05 Thread Saul Wold
From: Scott Garman Taking over maintenance of the shadow recipe. Cleaning it up in preparation of adding a -native version that will be used to add users/groups during preinstall. Signed-off-by: Scott Garman --- .../files/shadow-4.1.3-dots-in-usernames.patch |4 + .../shadow-4.1.4.2-en

[OE-core] [CONSOLIDATED PULL 16/20] useradd.bbclass: new class for managing user/group permissions

2011-06-05 Thread Saul Wold
From: Scott Garman This class is to be used by recipes that need to set up specific user/group accounts and set custom file/directory permissions. Signed-off-by: Scott Garman --- meta/classes/useradd.bbclass | 163 ++ 1 files changed, 163 insertions(+),

[OE-core] [CONSOLIDATED PULL 11/20] xf86-driver-common.inc: remove .la files to avoid unpackaged warning

2011-06-05 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- .../xorg-driver/xf86-driver-common.inc |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc b/meta/recipes-graphics/xorg-driver/xf86-driver-com

[OE-core] [CONSOLIDATED PULL 08/20] gnutls: use INC_PR on 2.12.5 version recipe

2011-06-05 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/recipes-support/gnutls/gnutls_2.12.5.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls_2.12.5.bb b/meta/recipes-support/gnutls/gnutls_2.12.5.bb index b27a065..9d3f5ab 100

[OE-core] [CONSOLIDATED PULL 07/20] base.bbclass: add cleansstate task between clean and cleanall

2011-06-05 Thread Saul Wold
From: Martin Jansa * sometimes it's usefull to remove only sstate cache and keep downloaded sources for rebuild Signed-off-by: Martin Jansa --- meta/classes/base.bbclass |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/bas

[OE-core] [CONSOLIDATED PULL 15/20] base-passwd: populate the target sysroot with passwd/group/login.defs

2011-06-05 Thread Saul Wold
From: Scott Garman The passwd, group, and login.defs files in the target sysroot will be used when recipes create custom user and group permissions in their packages. Signed-off-by: Scott Garman --- .../base-passwd/base-passwd-3.5.22/login.defs | 386 .../recipes-cor

[OE-core] [CONSOLIDATED PULL 17/20] useradd-example: example recipe for using inherit useradd

2011-06-05 Thread Saul Wold
From: Scott Garman An example recipe for demonstrating/documenting how user and group manipulation is done with 'inherit useradd' Signed-off-by: Scott Garman --- .../recipes-skeleton/useradd/useradd-example.bb| 72 1 files changed, 72 insertions(+), 0 deletions(-) c

[OE-core] [CONSOLIDATED PULL 14/20] shadow: add a -native recipe with customized utilities

2011-06-05 Thread Saul Wold
From: Scott Garman This adds a -native recipe for the shadow utilities. The custom --root option allows the the following utilities to be run within a chroot when invoked under pseudo: * useradd * groupadd * usermod * groupmod * userdel * groupdel * passwd * gpasswd * pwconv * pwunconv * grpcon

[OE-core] [CONSOLIDATED PULL 04/20] bison: upgrade from 2.4.3 to 2.5

2011-06-05 Thread Saul Wold
From: Nitin A Kamble This version of bison needs m4 1.4.16 or newer Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/bison/bison/m4.patch | 131 .../bison/bison/uclibc-sched_param-def.patch | 21 --- .../bison/{bison_2.4.3.bb => bison_2.5.bb}

[OE-core] [CONSOLIDATED PULL 19/20] package_rpm.bbclass: make RPM use on-disk permissions

2011-06-05 Thread Saul Wold
From: Scott Garman Instruct RPM to use the on-disk permissions, owners, groups, and directory permissions, instead of defaulting to root:root Code changes suggested by Mark Hatle. Signed-off-by: Scott Garman --- meta/classes/package_rpm.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 d

[OE-core] [CONSOLIDATED PULL 03/20] autoconf: upgrade from 2.65 to 2.68

2011-06-05 Thread Saul Wold
From: Nitin A Kamble And rebase the patches to the newer code. Signed-off-by: Nitin A Kamble --- .../{autoconf-2.65 => autoconf}/autoconf-x.patch |0 .../autoheader-nonfatal-warnings.patch |0 .../autoreconf-exclude.patch |0 .../autoreconf-forei

[OE-core] [CONSOLIDATED PULL 18/20] bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV

2011-06-05 Thread Saul Wold
From: Scott Garman PSEUDO_PASSWD needs to point to the directory where passwd and group files are kept. This will allow pseudo to use those users and groups to change file ownership. Signed-off-by: Scott Garman --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions

[OE-core] [CONSOLIDATED PULL 20/20] tzcode: Update to 2011g

2011-06-05 Thread Saul Wold
[YOCTO #1080] Thanks to ilkka.tengv...@nsn.com Cc: ilkka.tengv...@nsn.com Signed-off-by: Saul Wold --- .../recipes-extended/tzcode/tzcode-native_2009r.bb | 19 --- .../recipes-extended/tzcode/tzcode-native_2011g.bb | 25 2 files changed, 25 insertions(+), 19

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-05 Thread Phil Blundell
On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: > SECTION_${PN}-dev = "devel" > ALLOW_EMPTY_${PN}-dev = "1" > RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPKGV})" > > +FILES_${PN}-staticlibs = "${libdir}/*.a ${base_libdir}/*.a" > +SECTION_${PN}-staticlibs = "devel" > +RDEPENDS_${PN}-staticlibs =