I managed to track down the "bug 1277" this comment referred to.
http://web.archive.org/web/
20050503234854/http://handhelds.org/~bugzilla/show_bug.cgi?id=1277
This referred to the status file containing incorrect information after a
failed upgrade.
git-svn-id: http://opkg.googlecode.com/svn/trunk@551
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
return 0;
} else if (cmp < 0) {
new->dest = old->dest;
- old->state_want = SW_DEINSTALL; /* Here probably the problem for bug 1277 */
+ old->state_want = SW_DEINSTALL;
}
free(old_version);
free(new_version);