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 /packages/apt/apt.inc | |
parent | 7d37484df7c7d16d49334cd9f5b4b0bed4fcf78c (diff) |
apt: unbreak 0.7.2/3 versions
Diffstat (limited to 'packages/apt/apt.inc')
-rw-r--r-- | packages/apt/apt.inc | 4 |
1 files changed, 1 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}" |