All of lore.kernel.org
 help / color / mirror / Atom feed
* [2011-1 PATCH 0/3] apt-native fixes
@ 2012-06-19 19:35 Joshua Lock
  2012-06-19 19:35 ` [2011-1 PATCH 1/3] apt: Fix locale header and hardcoded libname issues Joshua Lock
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joshua Lock @ 2012-06-19 19:35 UTC (permalink / raw)
  To: openembedded-core

With the toolchain provided on modern distros apt-native fails to compile, this
series cherry-picks several patches from master which ensure that apt and 
apt-native can be built reliably.

Cheers,
Joshua

The following changes since commit 30c6ec403e1696b5fd94b92328ef9edec535a57a:

  scripts/qemuimage-testlib: fix typos (2012-06-14 11:17:35 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib josh/edison
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/edison

Richard Purdie (2):
  apt: Fix locale header and hardcoded libname issues
  apt: Fix parallel make race

Robert Yang (1):
  apt 0.7.14: do_compile failed with gcc 4.7

 .../apt/apt-0.7.14/localefixes.patch               |   91 ++++++++++++++++++++
 .../recipes-devtools/apt/apt-0.7.14/makerace.patch |   23 +++++
 .../apt/apt-0.7.14/remove-redeclaration.patch      |   63 ++++++++++++++
 meta/recipes-devtools/apt/apt-native.inc           |    9 +-
 meta/recipes-devtools/apt/apt-native_0.7.14.bb     |    2 +-
 meta/recipes-devtools/apt/apt-package.inc          |    9 +-
 meta/recipes-devtools/apt/apt.inc                  |    3 +
 meta/recipes-devtools/apt/apt_0.7.14.bb            |    2 +-
 8 files changed, 192 insertions(+), 10 deletions(-)
 create mode 100644 meta/recipes-devtools/apt/apt-0.7.14/localefixes.patch
 create mode 100644 meta/recipes-devtools/apt/apt-0.7.14/makerace.patch
 create mode 100644 meta/recipes-devtools/apt/apt-0.7.14/remove-redeclaration.patch

-- 
1.7.10.2




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-21 11:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 19:35 [2011-1 PATCH 0/3] apt-native fixes Joshua Lock
2012-06-19 19:35 ` [2011-1 PATCH 1/3] apt: Fix locale header and hardcoded libname issues Joshua Lock
2012-06-19 19:35 ` [2011-1 PATCH 2/3] apt: Fix parallel make race Joshua Lock
2012-06-19 19:35 ` [2011-1 PATCH 3/3] apt 0.7.14: do_compile failed with gcc 4.7 Joshua Lock
2012-06-21 11:05 ` [2011-1 PATCH 0/3] apt-native fixes Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.