From 12c8d9d4512cd9159ba862a4f7cf8608d4b57e65 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 4 Jul 2012 18:16:29 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/apt-native_0.7.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/apt/apt-native_0.7.14.bb') 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 @@ require apt-native.inc -PR = "r9" +PR = "r10" SRC_URI += "file://nodoc.patch \ file://noconfigure.patch \ -- cgit v1.2.3-54-g00ecf