[OE-core] [PATCH] distrodata: replace Tab with Space

2012-09-09 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/distrodata.bbclass | 1090 +++--- 1 files changed, 545 insertions(+), 545 deletions(-) diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index 0da10a1..945ff53 100644 --- a/meta/classes/distrod

Re: [OE-core] [PATCH] perl: Remove the changes of bin, lib etc. as the defaults will give sane values.

2012-09-09 Thread Martin Ertsås
On 09/06/12 21:43, Mark Hatle wrote: > On 9/6/12 2:11 PM, Saul Wold wrote: >> On 09/06/2012 01:29 AM, Martin Ertsaas wrote: >>> The old config put stuff in >>> ${perldir}/image/usr/local/oecore-x86_64/sysroot/x86_64-unknownsdk-linux/usr/local/oecore-x86_64/sysroots/x86_64-unknownsdk-linux/usr >>> i

Re: [OE-core] [PATCH 1/1] package_rpm.bbclass: fix the arch (replace "-" with "_")

2012-09-09 Thread Robert Yang
Hi Mark, Thanks, The libzypp_git.bb had already changed the "-" to "_", I will update sat-solver_git.bb and send a V2. // Robert On 09/07/2012 01:38 AM, Mark Hatle wrote: On 9/6/12 11:52 AM, Mark Hatle wrote: I've looked at the patch and it looks find to me. Acked-by: Mark Hatle One note

Re: [OE-core] [PATCH] shadow-native: Ensure that ${sbindir} and ${base_sbindir} are respected

2012-09-09 Thread Khem Raj
On (09/09/12 18:58), Phil Blundell wrote: > On Sun, 2012-09-09 at 08:35 -0700, Khem Raj wrote: > > On Sun, Sep 9, 2012 at 3:48 AM, Phil Blundell wrote: > > > These values need to be passed on the command line to "make install" > > > otherwise > > > shadow will use its own built-in idea of where t

Re: [OE-core] [PATCH] shadow-native: Ensure that ${sbindir} and ${base_sbindir} are respected

2012-09-09 Thread Phil Blundell
On Sun, 2012-09-09 at 08:35 -0700, Khem Raj wrote: > On Sun, Sep 9, 2012 at 3:48 AM, Phil Blundell wrote: > > These values need to be passed on the command line to "make install" > > otherwise > > shadow will use its own built-in idea of where those directories are > > located. > > > > why woul

Re: [OE-core] [PATCH] shadow-native: Ensure that ${sbindir} and ${base_sbindir} are respected

2012-09-09 Thread Khem Raj
On Sun, Sep 9, 2012 at 3:48 AM, Phil Blundell wrote: > These values need to be passed on the command line to "make install" otherwise > shadow will use its own built-in idea of where those directories are located. > why would we care for it in a native recipe. > Signed-off-by: Phil Blundell > -

[OE-core] libcap: respect ${base_sbindir}

2012-09-09 Thread Phil Blundell
Need to pass the path explicitly to "make install" to ensure that the binaries end up in the right locations. Signed-off-by: Phil Blundell --- meta/recipes-support/libcap/libcap.inc |2 +- meta/recipes-support/libcap/libcap_2.22.bb |2 +- 2 files changed, 2 insertions(+), 2 deletion

[OE-core] [PATCH] shadow-native: Ensure that ${sbindir} and ${base_sbindir} are respected

2012-09-09 Thread Phil Blundell
These values need to be passed on the command line to "make install" otherwise shadow will use its own built-in idea of where those directories are located. Signed-off-by: Phil Blundell --- .../shadow/shadow-native_4.1.4.3.bb| 11 +-- 1 files changed, 9 insertions(+), 2

Re: [OE-core] [PATCH] rootfs_ipk: Avoid leaving run-postinsts around for non-O_P_M images

2012-09-09 Thread Paul Eggleton
On Sunday 09 September 2012 10:38:04 Phil Blundell wrote: > If all postinsts have already been run during rootfs construction then > there's no point in having run-postinsts in the installed system. > Clean it up at the same time that update-rc.d and suchlike are being > removed. Good patch, but o

[OE-core] [PATCH] shadow: Fix various invalid assumptions about directory layout

2012-09-09 Thread Phil Blundell
The makefiles in the shadow package have their own hard-coded paths for ${base_bindir} and ${base_sbindir} (known as "bindir" and "sbindir" in shadow-speak). Ensure that they install into our paths rather than their own. Also check that ${base_bindir} and ${bindir} are different before trying to

[OE-core] [PATCH] rootfs_ipk: Avoid leaving run-postinsts around for non-O_P_M images

2012-09-09 Thread Phil Blundell
If all postinsts have already been run during rootfs construction then there's no point in having run-postinsts in the installed system. Clean it up at the same time that update-rc.d and suchlike are being removed. Signed-off-by: Phil Blundell --- meta/classes/rootfs_ipk.bbclass | 14 +

[OE-core] [PATCH] perl-native: PROVIDE libmodule-build-perl-native for consistency with non-native perl

2012-09-09 Thread Phil Blundell
This module is, apparently, included in the standard perl distribution since 5.10.1 or so. The regular perl recipe has had this PROVIDES for a while but it seems to have been overlooked in the native version. Signed-off-by: Phil Blundell --- meta/recipes-devtools/perl/perl-native_5.14.2.bb |