mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
@@ -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}"
|
||||
|
||||
@@ -11,7 +11,7 @@ Dir "${STAGING_DIR}/"
|
||||
pkgcache "";
|
||||
srcpkgcache "";
|
||||
};
|
||||
Bin "${STAGING_BINDIR}/"
|
||||
Bin "${STAGING_BINDIR_NATIVE}/"
|
||||
{
|
||||
methods "${STAGING_LIBDIR}/apt/methods/";
|
||||
gzip "/bin/gzip";
|
||||
|
||||
Reference in New Issue
Block a user