apt: unbreak host checking

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4729 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-06-25 15:26:54 +00:00
parent 1d73583a58
commit bcfd6c0362
3 changed files with 54 additions and 5 deletions

View File

@@ -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}"