From: Marcin Juszkiewicz Date: Thu, 23 Oct 2008 18:35:56 +0000 (+0200) Subject: apt: unbreak 0.7.2/3 versions X-Git-Tag: Release-2010-05/1~5696^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f4145d5c17484db16172a399646544237ae767;p=openembedded.git apt: unbreak 0.7.2/3 versions --- diff --git a/packages/apt/apt.inc b/packages/apt/apt.inc index cfa3b7123c..5c49887be8 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 efd7ab3bc5..251ed6416d 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"