mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00: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."
|
DESCRIPTION = "Advanced front-end for dpkg."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz"
|
SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz"
|
||||||
S = "${WORKDIR}/apt-${PV}"
|
S = "${WORKDIR}/apt-${PV}"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Dir "${STAGING_DIR}/"
|
|||||||
pkgcache "";
|
pkgcache "";
|
||||||
srcpkgcache "";
|
srcpkgcache "";
|
||||||
};
|
};
|
||||||
Bin "${STAGING_BINDIR}/"
|
Bin "${STAGING_BINDIR_NATIVE}/"
|
||||||
{
|
{
|
||||||
methods "${STAGING_LIBDIR}/apt/methods/";
|
methods "${STAGING_LIBDIR}/apt/methods/";
|
||||||
gzip "/bin/gzip";
|
gzip "/bin/gzip";
|
||||||
|
|||||||
Reference in New Issue
Block a user