diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2011-09-19 16:00:38 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-21 13:42:49 +0100 |
| commit | 23773a899be5dcb0e08762b408791c01c48d22cf (patch) | |
| tree | e4cda2f85a28d705a049abd73d46b6412aedc9c3 /meta/recipes-devtools/apt | |
| parent | f45ef8d9fa0277a919b69e95442fd44db741db0a (diff) | |
| download | poky-23773a899be5dcb0e08762b408791c01c48d22cf.tar.gz | |
deb packages support: switch from /var/dpkg to /var/lib/dpkg
[YOCTO #1086]
The pach was backported from OE:
http://git.openembedded.net/cgit.cgi/openembedded/commit/?id=41e0fbf792037f249d1b8d283b3de81718887c9f
(From OE-Core rev: d1e6f49a6473df3c626100ba01b27485f735c33b)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt')
| -rw-r--r-- | meta/recipes-devtools/apt/apt-native_0.7.14.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/apt/apt_0.7.14.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/apt/files/apt.conf | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/apt/apt-native_0.7.14.bb b/meta/recipes-devtools/apt/apt-native_0.7.14.bb index b1bd55b2cf..c82d606ebe 100644 --- a/meta/recipes-devtools/apt/apt-native_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt-native_0.7.14.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require apt-native.inc | 1 | require apt-native.inc |
| 2 | 2 | ||
| 3 | PR = "r4" | 3 | PR = "r5" |
| 4 | 4 | ||
| 5 | SRC_URI += "file://nodoc.patch \ | 5 | SRC_URI += "file://nodoc.patch \ |
| 6 | file://noconfigure.patch \ | 6 | file://noconfigure.patch \ |
diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb index 1335c16495..93eebe9502 100644 --- a/meta/recipes-devtools/apt/apt_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt_0.7.14.bb | |||
| @@ -3,7 +3,7 @@ RDEPENDS_${PN} = "dpkg" | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| 4 | require apt.inc | 4 | require apt.inc |
| 5 | 5 | ||
| 6 | PR = "r7" | 6 | PR = "r8" |
| 7 | 7 | ||
| 8 | SRC_URI += "file://nodoc.patch \ | 8 | SRC_URI += "file://nodoc.patch \ |
| 9 | file://includes-fix.patch " | 9 | file://includes-fix.patch " |
diff --git a/meta/recipes-devtools/apt/files/apt.conf b/meta/recipes-devtools/apt/files/apt.conf index 5732137ccb..ab7a5db492 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 "#ROOTFS#/var/dpkg/status"; | 6 | status "#ROOTFS#/var/lib/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=#ROOTFS#";"--admindir=#ROOTFS#/var/dpkg";"--force-all";"--no-debsig"}; | 42 | DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig"}; |
| 43 | }; | 43 | }; |
