]> code.ossystems Code Review - openembedded-core.git/commit
apt 0.7.14: runtime error: Method file has died unexpectedly
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 4 Jul 2012 10:16:29 +0000 (18:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jul 2012 15:58:16 +0000 (16:58 +0100)
commit3ed08bd24cef39a85c528159a494e8f0dd001739
treef5addd6a44f5a2f139095fe74eceedb54478d4e2
parent9a0c0393871eda4bbcecfdd4b595f0c1b8e42edf
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]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/apt/apt-0.7.14/allocate-larger-memory.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt-native_0.7.14.bb
meta/recipes-devtools/apt/apt.inc
meta/recipes-devtools/apt/apt_0.7.14.bb