apt: unbreak 0.7.2/3 versions
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 18:35:56 +0000 (20:35 +0200)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 18:35:56 +0000 (20:35 +0200)
packages/apt/apt.inc
packages/apt/apt_0.7.14.bb

index cfa3b71..5c49887 100644 (file)
@@ -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}"
 
index efd7ab3..251ed64 100644 (file)
@@ -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"