Re: [OE-core] [PATCH] update-rc.d.bbclass: Fix host/target test in postinst

2013-10-27 Thread Hans Beckerus
do so in the future. > Regards > Jacob > > > On Sun, Oct 27, 2013 at 8:18 AM, Hans Beckerus <mailto:hans.becke...@gmail.com>> wrote: > > On 2013-10-27 12:36, Jacob Kroon wrote: > > When running the postinst script I get a shell warning: > > &g

Re: [OE-core] [PATCH] update-rc.d.bbclass: Fix host/target test in postinst

2013-10-27 Thread Hans Beckerus
On 2013-10-27 12:36, Jacob Kroon wrote: > When running the postinst script I get a shell warning: > > sh: argument expected > > and the service is never stopped. This patch fixes the warning > message and stops the service. This patch does not look right to me? If length of $(D) is zero the conditi

Re: [OE-core] [PATCH v6] libtool: fix resolve of lt_sysroot

2013-09-15 Thread Hans Beckerus
, Hans Beckerus wrote: > This patch updates libtool.m4 (and its output) to resolve a problem > with variable 'lt_sysroot' not being properly updated if the option > '--with[-libtool]-sysroot' is not provided when running the 'configure' > script for a pac

[OE-core] [PATCH v6] libtool: fix resolve of lt_sysroot

2013-09-14 Thread Hans Beckerus
lting in an incorrect sysroot and failures to properly locate e.g. .la files when using the populated SDK toolchain. For current upstream status see: http://lists.gnu.org/archive/html/bug-libtool/2013-09/msg5.html Signed-off-by: Hans Beckerus --- Changes since v5: * Fixes a precedence issue

Re: [OE-core] [PATCH v5] libtool: fix resolve of lt_sysroot

2013-09-14 Thread Hans Beckerus
ce of someone actually hitting this problem is slim, it think should be corrected. Thanks. Hans On 2013-09-14 12:39, Hans Beckerus wrote: > This patch updates libtool.m4 (and its output) to resolve a problem > with variable 'lt_sysroot' not being properly updated if the option

[OE-core] [PATCH v5] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckerus
lting in an incorrect sysroot and failures to properly locate e.g. .la files when using the populated SDK toolchain. For current upstream status see: http://lists.gnu.org/archive/html/bug-libtool/2013-09/msg5.html Signed-off-by: Hans Beckerus --- meta/recipes-devtools/libtool/libtool-2.4.2.inc

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckerus
On 2013-09-13 8:03, Hans Beckerus wrote: On 2013-09-13 7:49, Saul Wold wrote: On 09/13/2013 06:29 AM, Hans Beckérus wrote: Hmm. Now suddenly I got an error on my current world build of util-linux-native package. Is this something that is a known issue? Provided that the sysroot is correct

Re: [OE-core] u-boot-fw-utils -> u-boot-fw-utils-cross

2013-09-13 Thread Hans Beckerus
On 2013-09-13 7:32, Otavio Salvador wrote: On Fri, Sep 13, 2013 at 4:56 AM, Anders Darander wrote: As I've started to bring our internal distro and machines up to the lates oe-core, I've got some issues with the u-boot-fw-utils to u-boot-fw-utils-cross transition. Right. In my old branch, I

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckerus
13, 2013 at 10:52 AM, Richard Purdie wrote: On Fri, 2013-09-13 at 10:06 +0200, Hans Beckérus wrote: On Fri, Sep 13, 2013 at 1:07 AM, Hans Beckerus wrote: On 2013-09-12 11:09, Hans Beckerus wrote: On 2013-09-12 8:02, Hans Beckérus wrote: I now got a somewhat better picture of what is going on.

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-12 Thread Hans Beckerus
On 2013-09-12 11:09, Hans Beckerus wrote: On 2013-09-12 8:02, Hans Beckérus wrote: On Thu, Sep 12, 2013 at 7:09 PM, Saul Wold wrote: On 09/11/2013 09:05 AM, Hans Beckérus wrote: On Wed, Sep 11, 2013 at 10:15 AM, Hans Beckérus wrote: On Tue, Sep 10, 2013 at 11:33 PM, Saul Wold wrote: On

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-12 Thread Hans Beckerus
wrote: From: Hans Beckerus This patch updates libtool.m4 (and its output) to resolve a problem with variable 'lt_sysroot' not being properly updated if the option '--with[-libtool]-sysroot' is not provided when running the 'configure' script for a package. Accordi

Re: [OE-core] [PATCH] libtool: fix resolve of variable lt_sysroot

2013-09-09 Thread Hans Beckerus
pecified). Due to mixed up cases in a switch statement, when checking if the option was specified or not, wrong actions were taken resulting in an incorrect sysroot and failures to properly locate e.g. .la files. For current upstream status see: http://lists.gnu.org/archive/html/bug-libtool/2013-0