]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt: Fix STAGING_BINDIR reference
authorRichard Purdie <richard@openedhand.com>
Tue, 16 Jan 2007 17:04:54 +0000 (17:04 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 16 Jan 2007 17:04:54 +0000 (17:04 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1149 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/apt/apt.inc
meta/packages/apt/files/apt.conf

index b18ed937828eb6db13db19af455c984b52539231..0cd23c029d28cc8cf776df439b99b7c1cb486c6c 100644 (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}"
index 5d2225f05006bf56c33cf992611cee2be5eba073..6fd653dfcdfc494fe7491005149dc6365dae6d1a 100644 (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";