[oe-commits] Marcin Juszkiewicz : apt: unbreak 0.7.2/3 versions

GIT User account git at amethyst.openembedded.net
Thu Oct 23 18:39:00 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 18f4145d5c17484db16172a399646544237ae767
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=18f4145d5c17484db16172a399646544237ae767

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Thu Oct 23 20:35:56 2008 +0200

apt: unbreak 0.7.2/3 versions

---

 packages/apt/apt.inc       |    4 +---
 packages/apt/apt_0.7.14.bb |    3 +++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/packages/apt/apt.inc b/packages/apt/apt.inc
index cfa3b71..5c49887 100644
--- a/packages/apt/apt.inc
+++ b/packages/apt/apt.inc
@@ -3,9 +3,7 @@ LICENSE = "GPL"
 SECTION = "base"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
-           file://no-ko-translation.patch;patch=1 \
-           file://use-host.patch;patch=1 \
-           "
+           file://environment.patch;patch=1"
 
 S = "${WORKDIR}/apt-${PV}"
 
diff --git a/packages/apt/apt_0.7.14.bb b/packages/apt/apt_0.7.14.bb
index efd7ab3..251ed64 100644
--- a/packages/apt/apt_0.7.14.bb
+++ b/packages/apt/apt_0.7.14.bb
@@ -3,6 +3,9 @@ RDEPENDS = "dpkg"
 
 require apt.inc
 
+SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
+           file://no-ko-translation.patch;patch=1 \
+           file://use-host.patch;patch=1 "
 PR = "r2"
 
 SRC_URI += "file://nodoc.patch;patch=1"





More information about the Openembedded-commits mailing list