* [CONSOLIDATED REQUEST 00/15] Fixes for 1.3 RC2 (no cover letter)
@ 2012-09-20 14:29 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2012-09-20 14:29 UTC (permalink / raw)
To: openembedded-core
Richard,
This contains a set of fixes that have been tested against the
build.
I have included the GDB update, which I know is late in the game,
but I think it important tool to be updated.
I also included Wenzong's TMPDIR fix, if you read the chain of emails
this seems to be the only way to fix this give the number of m4 macro
files included and the fact that we really can't patch the host aclocal.
Sau!
The following changes since commit 9db6ea4981fe22dd430c13d9f5a838ad92d1afe6:
gtk+: enable gtk+-native (2012-09-20 13:21:59 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stage
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
Constantin Musca (1):
intltool: include intltool.m4 and add missing rdepends
Cristian Iorga (2):
qemux86: Support for KVM, paravirt and virtio added
qemux86-64: Support for KVM, paravirt and virtio added
Darren Hart (1):
mkefidisk.sh: Add script to do an EFI install on the host
Khem Raj (1):
gdb: Upgrade 7.4 -> 7.5
Martin Jansa (3):
opkg: replace local patches with git patches submitted upstream
opkg: add patch to fix SIGSEGV when printing status file
opkg-nogpg: drop SRCREV
Radu Moisan (1):
insane.bbclass: add library dir sanity check
Robert Yang (3):
rpm 5.4.9: DEPENDS on bison-native
opkg 0.1.8: remove it since it doesn't work
opkg svn: respect to the arch priority
Ross Burton (1):
librsvg: make the libcroco dependency a PACKAGECONFIG option
Scott Garman (1):
runqemu: show bitbake errors to user
Wenzong Fan (1):
coreutils: fix do_configure error with long TMPDIR
meta/classes/insane.bbclass | 39 ++-
meta/recipes-core/coreutils/coreutils_8.14.bb | 4 +-
intltool meta/recipes-devtools/gdb/gdb-common.inc | 11 +-
...canadian_7.4.1.bb => gdb-cross-canadian_7.5.bb} | 0
.../gdb/{gdb-cross_7.4.1.bb => gdb-cross_7.5.bb} | 0
meta/recipes-devtools/gdb/gdb.inc | 1 -
meta/recipes-devtools/gdb/gdb/no-werror.patch | 80 ----
.../gdb/gdb/renesas-sh-native-support.patch | 194 +++++-----
meta/recipes-devtools/gdb/gdb/siginfo_t.patch | 403 --------------------
.../gdb/{gdb_7.4.1.bb => gdb_7.5.bb} | 0
meta/recipes-devtools/intltool/intltool.inc | 9 +-
meta/recipes-devtools/intltool/intltool_0.50.0.bb | 2 +-
.../opkg/opkg-0.1.8/headerfix.patch | 19 -
meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb | 10 -
meta/recipes-devtools/opkg/opkg-nogpg_svn.bb | 2 -
.../0001-add-opkg_compare_versions-function.patch | 54 +++
...e-the-uname-gname-fields-when-extracting.patch} | 31 +-
...ix-dependency-issues-for-preinst-scripts.patch} | 66 ++--
...nst-script-is-not-fatal-with-conf-offlin.patch} | 76 +++--
...ot-read-etc-opkg-.conf-if-f-is-specified.patch} | 12 +-
...tch => 0006-detect-circular-dependencies.patch} | 82 +++--
...g-provides-even-when-oldpkg-provides-exis.patch | 49 +++
.../opkg/opkg/0008-select_higher_version.patch | 102 +++++
meta/recipes-devtools/opkg/opkg/add_vercmp.patch | 36 --
meta/recipes-devtools/opkg/opkg_0.1.8.bb | 11 -
meta/recipes-devtools/opkg/opkg_svn.bb | 16 +-
meta/recipes-devtools/rpm/rpm_5.4.9.bb | 4 +-
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 10 +-
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 4 +-
scripts/contrib/mkefidisk.sh | 255 +++++++++++++
scripts/runqemu | 28 ++-
scripts/runqemu-internal | 18 +-
32 files changed, 831 insertions(+), 797 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.4.1.bb => gdb-cross-canadian_7.5.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb-cross_7.4.1.bb => gdb-cross_7.5.bb} (100%)
delete mode 100644 meta/recipes-devtools/gdb/gdb/no-werror.patch
delete mode 100644 meta/recipes-devtools/gdb/gdb/siginfo_t.patch
rename meta/recipes-devtools/gdb/{gdb_7.4.1.bb => gdb_7.5.bb} (100%)
delete mode 100644 meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb
create mode 100644 meta/recipes-devtools/opkg/opkg/0001-add-opkg_compare_versions-function.patch
rename meta/recipes-devtools/opkg/opkg/{add_uname_support.patch => 0002-Ensure-we-use-the-uname-gname-fields-when-extracting.patch} (69%)
rename meta/recipes-devtools/opkg/opkg/{fix_installorder.patch => 0003-Fix-dependency-issues-for-preinst-scripts.patch} (81%)
rename meta/recipes-devtools/opkg/opkg/{offline_postinstall.patch => 0004-Failed-postinst-script-is-not-fatal-with-conf-offlin.patch} (50%)
rename meta/recipes-devtools/opkg/opkg/{conf_override.patch => 0005-Do-not-read-etc-opkg-.conf-if-f-is-specified.patch} (88%)
rename meta/recipes-devtools/opkg/opkg/{track_parents.patch => 0006-detect-circular-dependencies.patch} (58%)
create mode 100644 meta/recipes-devtools/opkg/opkg/0007-merge-newpkg-provides-even-when-oldpkg-provides-exis.patch
create mode 100644 meta/recipes-devtools/opkg/opkg/0008-select_higher_version.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg/add_vercmp.patch
delete mode 100644 meta/recipes-devtools/opkg/opkg_0.1.8.bb
create mode 100755 scripts/contrib/mkefidisk.sh
--
1.7.7.6
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-20 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 14:29 [CONSOLIDATED REQUEST 00/15] Fixes for 1.3 RC2 (no cover letter) Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox