]> code.ossystems Code Review - openembedded-core.git/commit
apt-get 0.7.14: hangs at runtime
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 7 Jun 2012 23:37:08 +0000 (16:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jun 2012 10:39:15 +0000 (11:39 +0100)
commit1e381c83396a65c6c93b8fc1f4e35564c52bd042
tree47e6899813aa3a95c8ee5729b6c9122aef4d9004
parent31bee6e7b0a23efc1555ab739ef10041803d5bb1
apt-get 0.7.14: hangs at runtime

This patch had a little problem, it made a infinite loop:

for (K = CmdL.FileList + 1; *K != 0; J++)

But the value of "K" will nerver change, so the apt-get hangs, revert
this patch first, and will fix the problem in another patch.

Note: Increment the PR from 11 to 12

Revert "apt: Fix a latent bug exposed by gcc 4.7"

This reverts commit 9d526462fe97564652771812ad1d363e9962b1e3.

[YOCTO #2488]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/apt/apt-0.7.14/remove-redeclaration.patch [deleted file]
meta/recipes-devtools/apt/apt_0.7.14.bb