summaryrefslogtreecommitdiff
path: root/packages/apt/apt.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-06-25 15:26:54 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-10-23 20:08:25 +0200
commit26197042894917e6734c46c849781add23c1efe7 (patch)
tree8978720b4b089ef61b96f1ae9547121e823e62a7 /packages/apt/apt.inc
parent1796ef7699fda8f2650a657514c568103d35c6e3 (diff)
apt: unbreak host checking (from Poky)
git-svn-id: https://svn.o-hand.com/repos/poky@4729 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'packages/apt/apt.inc')
-rw-r--r--packages/apt/apt.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/apt/apt.inc b/packages/apt/apt.inc
index 85df5df42c..4bd4b70592 100644
--- a/packages/apt/apt.inc
+++ b/packages/apt/apt.inc
@@ -5,8 +5,9 @@ DEPENDS = "curl db"
RDEPENDS = "dpkg"
SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
- file://no-ko-translation.patch;patch=1 \
- "
+ file://no-ko-translation.patch;patch=1 \
+ file://use-host.patch;patch=1 \
+ "
S = "${WORKDIR}/apt-${PV}"