apt: Fix STAGING_BINDIR reference

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1149 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-01-16 17:04:54 +00:00
parent 2a13c25cdd
commit a4da778e7f
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
DESCRIPTION = "Advanced front-end for dpkg."
LICENSE = "GPL"
SECTION = "base"
PR = "r1"
SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz"
S = "${WORKDIR}/apt-${PV}"

View File

@ -11,7 +11,7 @@ Dir "${STAGING_DIR}/"
pkgcache "";
srcpkgcache "";
};
Bin "${STAGING_BINDIR}/"
Bin "${STAGING_BINDIR_NATIVE}/"
{
methods "${STAGING_LIBDIR}/apt/methods/";
gzip "/bin/gzip";