Re: [OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-03-17 Thread Nobuhiro Iwamatsu
Hi, On Sun, Mar 17, 2013 at 8:04 AM, Saul Wold wrote: > On 03/13/2013 06:43 PM, Nobuhiro Iwamatsu wrote: >> >> Hi, >> >> When I build alsa-tools, I could not build this with following error: >> >> checking for i586-oe-linux-pkg-config... no >> checking for pkg-config... >> >> /home/iwamatsu/

Re: [OE-core] [PATCH v2 0/1] Rename mesa-dri recipe to mesa

2013-03-17 Thread Laurentiu Palcu
Ping! On 03/06/2013 10:35 AM, Laurentiu Palcu wrote: > Changes in v2: > * squashed the commits into a single one to be easily bisectable; > * removed FILESEXTRAPATHS references; > * removed a file that had to go to poky ML; > > Thanks, > Laurentiu > > Hi all, > > This patchset will rename th

[OE-core] [CONSOLIDATED PULL 00/31] Final Updates and Patches for 1.4

2013-03-17 Thread Saul Wold
Richard, Here is a set of tested patches for 1.4, I have reviewed then and done some basic testing on some of them. Nothing in this group really raises any flags for me. Please take a look and let me know if you have any issues. Thanks Sau! The following changes since commit 6093fe26

Re: [OE-core] [PATCH 04/13] distcc: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
On Mon, 2013-03-18 at 02:05 +, Richard Purdie wrote: > Add patch to fix out of tree build failures. > > Signed-off-by: Richard Purdie > --- > meta/recipes-devtools/distcc/distcc_3.1.bb |1 + > .../distcc/files/separatebuilddir.patch | 19 > +++ > 2

[OE-core] [PATCH] sysfsutils: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Patch the makefiles to allow out of tree builds to work. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/separatebuild.patch b/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/separatebuild.patch new file mode 100644 index 000..82e725e --- /dev/null

[OE-core] [PATCH 11/13] libsdl: Fix ${B} != ${S} issues

2013-03-17 Thread Richard Purdie
Fix out of tree builds by remvoing cwd assumption. Signed-off-by: Richard Purdie --- meta/recipes-graphics/libsdl/libsdl_1.2.15.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb

[OE-core] [PATCH 03/13] e2fsprogs: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Fix out of tree builds by placing built objects in the correct location. Signed-off-by: Richard Purdie --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb b/meta/recipe

[OE-core] [PATCH 08/13] nasm: Fix case where ${B} != ${S} (partial)

2013-03-17 Thread Richard Purdie
Fix out of tree build by fixing cwd assumptions. Signed-off-by: Richard Purdie --- meta/recipes-devtools/nasm/nasm_2.10.07.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/nasm/nasm_2.10.07.bb b/meta/recipes-devtools/nasm/nasm_2.10.07.bb index

[OE-core] [PATCH 07/13] icu: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Fix out of tree builds by fixing cwd assumptions and using correct full paths where needed, or just simply the correct paths. Signed-off-by: Richard Purdie --- meta/recipes-support/icu/icu.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-support/i

[OE-core] [PATCH 09/13] diffstat: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Fix out of tree builds by fixing cwd assumptions. Signed-off-by: Richard Purdie --- meta/recipes-devtools/diffstat/diffstat_1.55.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/diffstat/diffstat_1.55.bb b/meta/recipes-devtools/diffstat/diffsta

[OE-core] [PATCH 01/13] chrpath: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Fix out of tree builds for the native case by using the correct path to the built object. Signed-off-by: Richard Purdie --- meta/recipes-devtools/chrpath/chrpath_0.14.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb b/meta/r

[OE-core] [PATCH 13/13] libnewt: Fix ${B} != ${S} (partial)

2013-03-17 Thread Richard Purdie
Fix low hanging out of tree build issue but others remain. Signed-off-by: Richard Purdie --- meta/recipes-extended/newt/libnewt_0.52.14.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/newt/libnewt_0.52.14.bb b/meta/recipes-extended/newt/libnewt_0.

[OE-core] [PATCH 12/13] xcursor-transparent-theme: Refresh patches and ${B} != ${S} fixes

2013-03-17 Thread Richard Purdie
Refresh the patches and fix out of tree build issue. Signed-off-by: Richard Purdie --- .../fix_watch_cursor.patch | 23 ++- .../use-relative-symlinks.patch| 24 +++- 2 files changed, 25 insertions(+), 22 deletions(-)

[OE-core] [PATCH 06/13] lttng-ust: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Fix out of tree builds by ensuring bootstrap is executed in ${S}. Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb b/meta/recipes-kernel/lttng/lttng-

[OE-core] [PATCH 10/13] libfakekey: Update to new revision to fix ${B} != ${S} issues

2013-03-17 Thread Richard Purdie
Upgrade to new upstream revision which includes out of tree build fixes. Signed-off-by: Richard Purdie --- meta/recipes-graphics/libfakekey/libfakekey_git.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipe

[OE-core] [PATCH 04/13] distcc: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Add patch to fix out of tree build failures. Signed-off-by: Richard Purdie --- meta/recipes-devtools/distcc/distcc_3.1.bb |1 + .../distcc/files/separatebuilddir.patch | 19 +++ 2 files changed, 20 insertions(+) create mode 100644 meta/recipes-devtools

[OE-core] [PATCH 02/13] docbook-utils-native: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Fix out of tree builds by using full paths to source and built objects as appropriate. Signed-off-by: Richard Purdie --- .../docbook-utils/docbook-utils-native_0.6.14.bb | 23 ++-- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/meta/recipes-devtools/docbook-u

[OE-core] [PATCH 05/13] sudo: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Fix out of tree builds by using full path to files in ${S} and remove cwd assumptions. Signed-off-by: Richard Purdie --- meta/recipes-extended/sudo/sudo.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sud

[OE-core] [PATCH] rpm: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Fix out of tree builds by removing assumptions about cwd and using full paths to files in ${S}. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index cdfb5ff..6286771 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.b

[OE-core] [PATCH] rsync: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Allow out of tree builds to work by removing assumptions about cwd. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rsync/rsync_3.0.9.bb b/meta/recipes-devtools/rsync/rsync_3.0.9.bb index 74eacc9..e296555 100644 --- a/meta/recipes-devtools/rsync/rsync_3.0.9.bb +++ b/meta/rec

[OE-core] [PATCH] valgrind: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Fix out of tree builds by referring to the build object in ${B}. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb index 75c3e73..ba42001 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb

[OE-core] [PATCH] psplash: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
Allow out of tree builds to work by using the full path to the source file. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 482670d..5413b24 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/r

[OE-core] [PATCH] binconfig: Handle the case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
This change allows ${B} != ${S} builds to work which use binconfig. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass index 7b683a8..4c42602 100644 --- a/meta/classes/binconfig.bbclass +++ b/meta/classes/binconfig.bbclass @@ -50,7 +50,7

[OE-core] ncurses: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
This change allows ${B} != ${S} builds to work as otherwise gnu-configize is executed in the incorrect directory. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 040495c..bcb9c94 100644 --- a/meta/recipes-core/ncur

[OE-core] cross-localedef-native: Fix case where ${B} != ${S}

2013-03-17 Thread Richard Purdie
This change allows ${B} != ${S} builds to work since otherwise configure isn't found. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.17.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.17.bb index 0fedfad..1d3c22b 100644 --- a/meta/recipes-

[OE-core] [PATCH] image.bbclass: Drop legacy export of IMAGE_BASENAME

2013-03-17 Thread Richard Purdie
We used to export this in the days an external script handled the image generation. This is no longer the case and hence we no longer need this export. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 9345bf8..b718805 100644 --- a/meta/c

[OE-core] [PATCH] bison: Use PATH to locate m4

2013-03-17 Thread Richard Purdie
We can specify no path to m4 at configure time and thus avoiding having a wrapper for that particular problem. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/bison/bison_2.7.bb b/meta/recipes-devtools/bison/bison_2.7.bb index ee2effb..373651e 100644 --- a/meta/recipes-devto

[OE-core] [PATCH] mesa-common: Fix confused variable assignment/comment

2013-03-17 Thread Richard Purdie
Its clear this was meant to be a prepend. Also fix an out of date comment. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 1ff08fb..aa26aee 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/m

[OE-core] gcc-common: Exclude AVAILTUNES from sstate checksums

2013-03-17 Thread Richard Purdie
AVAILTUNES is only used as a sanity check, we don't need to include it in the sstate checksum in this case. If included it can cause problems when switching machines with a common package architecture. [YOCTO #3667] Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-com

[OE-core] [PATCH] tune-xscale: Drop unneeded optimisation overrides

2013-03-17 Thread Richard Purdie
These hacks have been around for years and deal with old gcc issues. They've been removed from the other use sites, we should clean up the core tune file too. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc inde

Re: [OE-core] [PATCH 1/1] [v2]tzcode-native & tzdata: update to 2013b versions

2013-03-17 Thread Otavio Salvador
On Sat, Mar 16, 2013 at 9:12 PM, Burton, Ross wrote: > On 16 March 2013 17:08, Saul Wold wrote: >> Please add a Signed-off-by: line, also please explain why the changes to >> do_install and do_postinst, what issue are you trying to address? > > Those changes are bringing back code that were remov

[OE-core] [OE-Core][PATCH] iptables: Turn ipv6 and libnfnetlink support into PACKAGECONFIG

2013-03-17 Thread Khem Raj
Detection of libnfnetlink is automatic in configure which means that when you have meta-networking in your cosmos, it would create a race condition where if libnfnetlink is already staged then it will be enabled otherwise disabled. The issue happens quite often with sstate and high parallelism. Sin

[OE-core] keymaps: Fix kernel version issue

2013-03-17 Thread Richard Purdie
The conditional code here was to switch between 2.4 and 2.6 kernels. Since we no longer support 2.4, we can hardcode 2.6 which ensures the correct keymap will be found. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/keymaps/files/keymap.sh b/meta/recipes-bsp/keymaps/files/keymap

Re: [OE-core] [PATCH] util-linux: Update License Information (remove GPLv3 Licnese)

2013-03-17 Thread Khem Raj
On Mar 17, 2013, at 2:16 AM, Richard Purdie wrote: > On Sat, 2013-03-16 at 22:03 -0700, Khem Raj wrote: >> On Mar 15, 2013, at 12:54 PM, Saul Wold wrote: >> >>> The upstream authors have updated the licenses of a couple subcomponents, >>> these were GPLv3, but updated to be either GPLv2 or LG

Re: [OE-core] [PATCH] util-linux: Update License Information (remove GPLv3 Licnese)

2013-03-17 Thread Richard Purdie
On Sat, 2013-03-16 at 22:03 -0700, Khem Raj wrote: > On Mar 15, 2013, at 12:54 PM, Saul Wold wrote: > > > The upstream authors have updated the licenses of a couple subcomponents, > > these were GPLv3, but updated to be either GPLv2 or LGPLv2.1 accordingly. > > These changes make the util-linux p

[OE-core] [OE-Core][PATCH] bitbake.conf: Add LICENSE_PATH to sstate whitelist

2013-03-17 Thread Khem Raj
some layers e.g. meta-intel are defining LICENSE_PATH in layer.conf like LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" This causes the target packages to invalidate the siginfo and casues rebuild for all packages. Thanks bitbake-diffsigs, it shows basehash changed from c27b55ea6980262fab37