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
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
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
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 (
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
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
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
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/
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
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
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
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
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
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
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(+),
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
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
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
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
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
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
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}
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
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
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
[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
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 =
27 matches
Mail list logo