diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-19 15:16:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-19 15:16:30 +0000 |
commit | 91d7c5b3cfe48bd107ae77c70935cb6a3833bdf9 (patch) | |
tree | 9c018fab70e227ef6b56c72a63e286a0da0b96c7 /meta/packages/apt/apt.inc | |
parent | 7e8cf4d8d6e6f923e4b6dacd9b4df6f03d8649ad (diff) | |
download | poky-91d7c5b3cfe48bd107ae77c70935cb6a3833bdf9.tar.gz |
apt: update to 0.7.14
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4710 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt/apt.inc')
-rw-r--r-- | meta/packages/apt/apt.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc index 9f51f2111a..e42b63d22b 100644 --- a/meta/packages/apt/apt.inc +++ b/meta/packages/apt/apt.inc | |||
@@ -5,7 +5,9 @@ DEPENDS = "curl db" | |||
5 | RDEPENDS = "dpkg" | 5 | RDEPENDS = "dpkg" |
6 | 6 | ||
7 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ | 7 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ |
8 | file://environment.patch;patch=1" | 8 | file://no-ko-translation.patch;patch=1 \ |
9 | " | ||
10 | |||
9 | S = "${WORKDIR}/apt-${PV}" | 11 | S = "${WORKDIR}/apt-${PV}" |
10 | 12 | ||
11 | inherit autotools gettext | 13 | inherit autotools gettext |