diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-25 15:26:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-25 15:26:54 +0000 |
commit | bcfd6c036238b4e194460b6e48b9b4dc48de34ed (patch) | |
tree | cd9694a5ed9ab50a5ec423c19946af50dba8d62e /meta/packages/apt/apt.inc | |
parent | 1d73583a583288fb6c772b55320e304a893896bc (diff) | |
download | poky-bcfd6c036238b4e194460b6e48b9b4dc48de34ed.tar.gz |
apt: unbreak host checking
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4729 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt/apt.inc')
-rw-r--r-- | meta/packages/apt/apt.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc index e42b63d22b..af08aa5d11 100644 --- a/meta/packages/apt/apt.inc +++ b/meta/packages/apt/apt.inc | |||
@@ -5,8 +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://no-ko-translation.patch;patch=1 \ | 8 | file://no-ko-translation.patch;patch=1 \ |
9 | " | 9 | file://use-host.patch;patch=1 \ |
10 | " | ||
10 | 11 | ||
11 | S = "${WORKDIR}/apt-${PV}" | 12 | S = "${WORKDIR}/apt-${PV}" |
12 | 13 | ||