[oe-commits] Constantin Musca : apt: upgrade to 0.9.7.7

git at git.openembedded.org git at git.openembedded.org
Tue Mar 5 13:14:19 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 97403b14765331c8c48bb570c6b98f2809214a9a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=97403b14765331c8c48bb570c6b98f2809214a9a

Author: Constantin Musca <constantinx.musca at intel.com>
Date:   Fri Mar  1 17:06:41 2013 +0200

apt: upgrade to 0.9.7.7

bb files: remove invalid config.sub/config.guess files (autotools will
generate the correct files)
allocate-larger-memory.patch: not needed anymore
fix-gcc-4.6-null-not-defined.patch: added
	- include header that defines NULL
includes-fix.patch: not needed anymore
localefixes.patch: removed
	- not necessary anymore (no compiling errors)
makerace.patch: adapted to the new version
no-ko-translation.patch: adapted to the new version
no-nls-dpkg.patch: added
	- fix build without nls
noconfigure.patch: adapted to the new version
nodoc.patch: adapted to the new version (apply patch on all cases
because the doc generation needs docbook-xsl)
remove-redeclaration.patch: not needed anymore
truncate-filename.patch: moved
use-host.patch: adapted to the new version
no-curl.patch: adapted to the new version
disable-configure-in-makefile.patch: added
    - do not run configure at do_compile

Signed-off-by: Constantin Musca <constantinx.musca at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../apt/apt-0.7.14/allocate-larger-memory.patch    |   75 ----------------
 .../apt/apt-0.7.14/includes-fix.patch              |   44 ----------
 .../apt/apt-0.7.14/localefixes.patch               |   91 --------------------
 .../apt/apt-0.7.14/no-ko-translation.patch         |   11 ---
 .../apt/apt-0.7.14/noconfigure.patch               |   37 --------
 meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch   |   21 -----
 .../apt/apt-0.7.14/remove-redeclaration.patch      |   63 --------------
 .../recipes-devtools/apt/apt-0.7.14/use-host.patch |   42 ---------
 .../disable-configure-in-makefile.patch            |   18 ++++
 .../apt-0.9.7.7/fix-gcc-4.6-null-not-defined.patch |   10 ++
 .../apt/{apt-0.7.14 => apt-0.9.7.7}/makerace.patch |    0
 .../apt/apt-0.9.7.7/no-ko-translation.patch        |   11 +++
 .../apt/apt-0.9.7.7/no-nls-dpkg.patch              |   24 +++++
 .../apt/apt-0.9.7.7/noconfigure.patch              |   36 ++++++++
 meta/recipes-devtools/apt/apt-0.9.7.7/nodoc.patch  |   18 ++++
 .../truncate-filename.patch                        |    0
 .../apt/apt-0.9.7.7/use-host.patch                 |   13 +++
 meta/recipes-devtools/apt/apt-native.inc           |    2 +
 meta/recipes-devtools/apt/apt-native_0.7.14.bb     |   13 ---
 meta/recipes-devtools/apt/apt-native_0.9.7.7.bb    |   11 +++
 meta/recipes-devtools/apt/apt-package.inc          |   39 ++-------
 meta/recipes-devtools/apt/apt.inc                  |   12 ++-
 .../apt/{apt_0.7.14.bb => apt_0.9.7.7.bb}          |    8 +-
 meta/recipes-devtools/apt/files/no-curl.patch      |   26 ++----
 24 files changed, 170 insertions(+), 455 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=97403b14765331c8c48bb570c6b98f2809214a9a




More information about the Openembedded-commits mailing list