diff options
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 | }; |
