summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt/apt.conf.in
blob: 821afb03a2253d8ba9cfa4c8b46c1c01ef67c7e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Dir "@STAGING_DIR_NATIVE@/"
{
   State "var/lib/apt/"
   {
      Lists "#APTCONF#/lists/";
      status "#ADMINDIR#/status";
   };
   Cache "var/cache/apt/"
   {
      Archives "archives/";
      pkgcache "";
      srcpkgcache "";
   };
   Bin "@STAGING_BINDIR_NATIVE@/"
   {
      methods "@STAGING_LIBDIR@/apt/methods/";
      gzip "/bin/gzip";
      dpkg "dpkg";
      dpkg-source "dpkg-source";
      dpkg-buildpackage "dpkg-buildpackage";
      apt-get "apt-get";
      apt-cache "apt-cache";
   };
   Etc "#APTCONF#"
   {
      Preferences "preferences";
   };
};

APT
{
  Install-Recommends "true";
  Immediate-Configure "false";
  Architecture "i586";
  Get
  {
     Assume-Yes "true";
     Force-Yes "true"
  };
};

DPkg::Options {"--root=#ROOT#";"--admindir=#ADMINDIR#";"--force-all";"--no-force-overwrite";"--no-debsig";"--force-script-chrootless"};