diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-10-08 11:46:10 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-08 13:51:44 -0700 |
commit | e72e7b2fdc1a628122e7a9ee1e3f2ba4eaf32ba2 (patch) | |
tree | 78ece1d25dcb0bac1affca32e426ee6a5bea2e4b /meta/recipes-devtools/apt/files | |
parent | 0ae7e9e2cbfbc9e1c59e9fcc39f2f1feafc11bcc (diff) | |
download | poky-e72e7b2fdc1a628122e7a9ee1e3f2ba4eaf32ba2.tar.gz |
rootfs_deb: Fix problem with pseduo and rootfs location
This address [BUGID #401] to complete dpkg rootfs support
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-devtools/apt/files')
-rw-r--r-- | meta/recipes-devtools/apt/files/apt.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/apt/files/apt.conf b/meta/recipes-devtools/apt/files/apt.conf index 2bd9ddbfaf..5732137ccb 100644 --- a/meta/recipes-devtools/apt/files/apt.conf +++ b/meta/recipes-devtools/apt/files/apt.conf | |||
@@ -3,7 +3,7 @@ Dir "${STAGING_DIR_NATIVE}/" | |||
3 | State "var/lib/apt/" | 3 | State "var/lib/apt/" |
4 | { | 4 | { |
5 | Lists "lists/"; | 5 | Lists "lists/"; |
6 | status "${IMAGE_ROOTFS}/var/dpkg/status"; | 6 | status "#ROOTFS#/var/dpkg/status"; |
7 | }; | 7 | }; |
8 | Cache "var/cache/apt/" | 8 | Cache "var/cache/apt/" |
9 | { | 9 | { |
@@ -39,5 +39,5 @@ APT | |||
39 | }; | 39 | }; |
40 | }; | 40 | }; |
41 | 41 | ||
42 | DPkg::Options {"--root=${IMAGE_ROOTFS}";"--admindir=${IMAGE_ROOTFS}/var/dpkg";"--force-all";"--no-debsig"}; | 42 | DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/dpkg";"--force-all";"--no-debsig"}; |
43 | }; | 43 | }; |