diff options
-rw-r--r-- | meta/lib/oe/package_manager.py | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/apt/files/apt.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index 824af00f54..764ab72d2c 100644 --- a/meta/lib/oe/package_manager.py +++ b/meta/lib/oe/package_manager.py | |||
@@ -1624,6 +1624,8 @@ class DpkgPM(PackageManager): | |||
1624 | bb.utils.remove(self.apt_conf_dir, True) | 1624 | bb.utils.remove(self.apt_conf_dir, True) |
1625 | 1625 | ||
1626 | bb.utils.mkdirhier(self.apt_conf_dir) | 1626 | bb.utils.mkdirhier(self.apt_conf_dir) |
1627 | bb.utils.mkdirhier(self.apt_conf_dir + "/lists/partial/") | ||
1628 | bb.utils.mkdirhier(self.apt_conf_dir + "/apt.conf.d/") | ||
1627 | 1629 | ||
1628 | arch_list = [] | 1630 | arch_list = [] |
1629 | for arch in archs.split(): | 1631 | for arch in archs.split(): |
diff --git a/meta/recipes-devtools/apt/files/apt.conf b/meta/recipes-devtools/apt/files/apt.conf index 50586501b0..03351356bc 100644 --- a/meta/recipes-devtools/apt/files/apt.conf +++ b/meta/recipes-devtools/apt/files/apt.conf | |||
@@ -2,7 +2,7 @@ Dir "${STAGING_DIR_NATIVE}/" | |||
2 | { | 2 | { |
3 | State "var/lib/apt/" | 3 | State "var/lib/apt/" |
4 | { | 4 | { |
5 | Lists "lists/"; | 5 | Lists "#APTCONF#/lists/"; |
6 | status "#ROOTFS#/var/lib/dpkg/status"; | 6 | status "#ROOTFS#/var/lib/dpkg/status"; |
7 | }; | 7 | }; |
8 | Cache "var/cache/apt/" | 8 | Cache "var/cache/apt/" |