diff options
Diffstat (limited to 'meta/packages/apt/files/apt.conf')
-rw-r--r-- | meta/packages/apt/files/apt.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/packages/apt/files/apt.conf b/meta/packages/apt/files/apt.conf new file mode 100644 index 0000000000..944233c347 --- /dev/null +++ b/meta/packages/apt/files/apt.conf | |||
@@ -0,0 +1,24 @@ | |||
1 | Dir "${STAGING_DIR}/" | ||
2 | { | ||
3 | State "var/lib/apt/" | ||
4 | { | ||
5 | Lists "lists/"; | ||
6 | status "${IMAGE_ROOTFS}/${localstatedir}/lib/dpkg/status"; | ||
7 | }; | ||
8 | Cache "var/cache/apt/" | ||
9 | { | ||
10 | Archives "archives/"; | ||
11 | pkgcache ""; | ||
12 | srcpkgcache ""; | ||
13 | }; | ||
14 | Bin "${STAGING_BINDIR}/" | ||
15 | { | ||
16 | methods "${STAGING_LIBDIR}/apt/methods/"; | ||
17 | gzip "/bin/gzip"; | ||
18 | dpkg "dpkg"; | ||
19 | dpkg-source "dpkg-source"; | ||
20 | dpkg-buildpackage "dpkg-buildpackage"; | ||
21 | apt-get "apt-get"; | ||
22 | apt-cache "apt-cache"; | ||
23 | }; | ||
24 | }; | ||