summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt-native_0.7.14.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-07-04 18:16:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-09 16:58:57 +0100
commit12c8d9d4512cd9159ba862a4f7cf8608d4b57e65 (patch)
treede3d5507618956fdcfd2464428fbc2c9efae9584 /meta/recipes-devtools/apt/apt-native_0.7.14.bb
parentf06c1c3df0aeec4eea7697159c4954187d19ae9b (diff)
downloadpoky-12c8d9d4512cd9159ba862a4f7cf8608d4b57e65.tar.gz
apt 0.7.14: runtime error: Method file has died unexpectedly
When the length of the tmpdir is longer than 400, there is an error when run "apt-get update": Method file has died unexpectedly! This is because the "char S[1024]" is not enough for long URI, S[2048] would be enough. [YOCTO #2689] (From OE-Core rev: 3ed08bd24cef39a85c528159a494e8f0dd001739) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt-native_0.7.14.bb')
-rw-r--r--meta/recipes-devtools/apt/apt-native_0.7.14.bb2
1 files changed, 1 insertions, 1 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 38e1fe6a9a..46f39f5c6c 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 @@
1require apt-native.inc 1require apt-native.inc
2 2
3PR = "r9" 3PR = "r10"
4 4
5SRC_URI += "file://nodoc.patch \ 5SRC_URI += "file://nodoc.patch \
6 file://noconfigure.patch \ 6 file://noconfigure.patch \