Re: [oe] [PATCH 1/2] freetype: include perl-native dependancy

2010-08-12 Thread Alex Bennee
On 12 August 2010 18:04, Tom Rini wrote: > kernel-hac...@bennee.com wrote: >> >> From: Alex Bennee >> >> Freetype requires a native perl to build during it's configure step. >> I'm unsure how it built before unless other uses had brought in >>

Re: [oe] [PATCH] Fix the compile failure of recode

2010-07-30 Thread Alex Bennee
Will do. Sorry for the line noise. On 29 Jul 2010 08:25, "Paul Menzel" wrote: Am Mittwoch, den 28.07.2010, 17:40 +0100 schrieb Alex Bennee: > The recode build fails because of CC/CXX environment variables being banged by: > > TARGET_CC_ARC... It looks like your MUA mangled t

Re: [oe] [PATCH] Version bump tzcode/data to 2010k

2010-07-30 Thread Alex Bennee
Will do. I was having trouble getting git email set up so I used the web UI (falsely) assuming it wouldn't munge it up. On 29 Jul 2010 20:51, "Roman I Khimov" wrote: В сообщении от Вторник 27 июля 2010 13:58:21 автор Alex Bennee написал: > -SRC_URI[t

[oe] [PATCH] Fix the compile failure of recode

2010-07-28 Thread Alex Bennee
The recode build fails because of CC/CXX environment variables being banged by: TARGET_CC_ARCH_append = "${LDFLAGS}" Adding a space fixes it: >From d792e217288ac56b1cc1f798c0ea67f749037f2a Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Wed, 28 Jul 2010 17:38:39 +0100 Subject

[oe] [PATCH] Version bump tzcode/data to 2010k

2010-07-27 Thread Alex Bennee
>From 73f2553c2549f9c7aea1eeb5e4505e734cb78771 Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Tue, 27 Jul 2010 10:57:35 +0100 Subject: [PATCH] Version bump tzcode/data to 2010k --- recipes/tzcode/tzcode-native_2010j.bb | 16 recipes/tzcode/tzcode-native_2010k.bb |

[oe] Programtically setting TMPDIR in bitbake.conf

2010-06-03 Thread Alex Bennee
Hi, I'd like tweak the OpenEmbedded TMPDIR variable so it can optionally build into a sub-directory of ${TOPDIR} based on the current git status of the OE tree. The usage I envisage would be something like: bitbake my-image => builds to /path/to/build/current/[deploy/staging/etc...] RELEASE=1 bi