Signed-off-by: Saul Wold
---
meta/classes/base.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 4ca04e2..918d859 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -385,7 +385,7 @@
From: Paul Eggleton
If the user has specified konsole in TERMCMD and it is version 2.x from
KDE 4.x, raise an error as this version will not work for patch
resolution purposes (it forks into the background and returns
immediately).
Addresses [YOCTO #1294]
Signed-off-by: Paul Eggleton
---
meta
From: Paul Eggleton
Konsole 2.x (from KDE 4.x) does not work as devshell - it does not pass
the environment or current working directory through among other issues,
so do a version check and disable it if it is found (skipping to the
next available terminal application.)
Signed-off-by: Paul Eggl
This has a host contamination fix for texinfo and a non-gplv3 build
fix, some konsole fixes from Paul.
These should go in before RC3.
Thanks
Sau!
The following changes since commit 31cb3974eeaf2a808e8da3864e70986578c58cb9:
sanity: disable mirrors for connectivity check (2011-09-16 18
From: Joshua Lock
Texinfo very cleverly detects cross-compilation and builds host versions
of the texinfo binaries it requires to bootstrap the build, however this
was causing the host to require ncurses and zlib libraries and headers.
Instead, since we require texinfo to be installed on the hos
This also removes dso_linking_change_build_fix.patch since the same
change has been made upstream.
Also removes unused SRC_URI checksums.
Signed-off-by: Tom Zanussi
---
.../blktrace/dso_linking_change_build_fix.patch| 26
meta/recipes-kernel/blktrace/blktrace_git.bb
This patchset updates the blktrace and sysprof recipes.
Tom Zanussi (2):
blktrace: update to version 1.0.3
sysprof: update to version 1.1.8
.../blktrace/dso_linking_change_build_fix.patch| 26
meta/recipes-kernel/blktrace/blktrace_git.bb | 12 +++--
met
Also removes unused SCR_URI checksums.
Signed-off-by: Tom Zanussi
---
meta/recipes-kernel/sysprof/sysprof_git.bb |9 +++--
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb
b/meta/recipes-kernel/sysprof/sysprof_git.bb
index 1af5822
On Sun, 2011-09-18 at 16:03 -0700, Saul Wold wrote:
> This has a host contamination fix for texinfo and a non-gplv3 build
> fix, some konsole fixes from Paul.
>
> These should go in before RC3.
>
> Thanks
> Sau!
>
>
> The following changes since commit 31cb3974eeaf2a808e8da3864e70986578c5