summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-16 17:04:54 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-16 17:04:54 +0000
commita4da778e7f6287cde9e49f08a929ce44280cfd4f (patch)
tree01eb3a1df72c4b01b51191f0730b8b7e99d82e00 /meta
parent2a13c25cddf704a0484ecde02374fcc4d4ff5816 (diff)
downloadopenembedded-core-contrib-a4da778e7f6287cde9e49f08a929ce44280cfd4f.tar.gz
apt: Fix STAGING_BINDIR reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1149 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/apt/apt.inc1
-rw-r--r--meta/packages/apt/files/apt.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc
index b18ed93782..0cd23c029d 100644
--- a/meta/packages/apt/apt.inc
+++ b/meta/packages/apt/apt.inc
@@ -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}"
diff --git a/meta/packages/apt/files/apt.conf b/meta/packages/apt/files/apt.conf
index 5d2225f050..6fd653dfcd 100644
--- a/meta/packages/apt/files/apt.conf
+++ b/meta/packages/apt/files/apt.conf
@@ -11,7 +11,7 @@ Dir "${STAGING_DIR}/"
pkgcache "";
srcpkgcache "";
};
- Bin "${STAGING_BINDIR}/"
+ Bin "${STAGING_BINDIR_NATIVE}/"
{
methods "${STAGING_LIBDIR}/apt/methods/";
gzip "/bin/gzip";