mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
Sync up.. all the deb/dpkg changes which I have locally are now in svn.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@728 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,7 @@ Dir "${STAGING_DIR}/"
|
||||
State "var/lib/apt/"
|
||||
{
|
||||
Lists "lists/";
|
||||
status "${IMAGE_ROOTFS}/${localstatedir}/lib/dpkg/status";
|
||||
status "${IMAGE_ROOTFS}/var/dpkg/status";
|
||||
};
|
||||
Cache "var/cache/apt/"
|
||||
{
|
||||
@@ -22,3 +22,17 @@ Dir "${STAGING_DIR}/"
|
||||
apt-cache "apt-cache";
|
||||
};
|
||||
};
|
||||
|
||||
APT
|
||||
{
|
||||
Immediate-Configure "false";
|
||||
Architecture "i586";
|
||||
Get
|
||||
{
|
||||
Assume-Yes "true";
|
||||
Force-Yes "true"
|
||||
};
|
||||
};
|
||||
|
||||
DPkg::Options {"--root=${IMAGE_ROOTFS}";"--admindir=${IMAGE_ROOTFS}/var/dpkg";"--force-all";"--no-debsig"};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user