diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-23 20:35:56 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-23 20:35:56 +0200 |
commit | 18f4145d5c17484db16172a399646544237ae767 (patch) | |
tree | 70618691c624e7f17ef9170bc0905af243424b49 | |
parent | 7d37484df7c7d16d49334cd9f5b4b0bed4fcf78c (diff) |
apt: unbreak 0.7.2/3 versions
-rw-r--r-- | packages/apt/apt.inc | 4 | ||||
-rw-r--r-- | 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 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" |