dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

pkg_remove_orphan_dependent does not consider RECOMMENDs #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
pkg_remove_orphan_dependent is called during an upgrade to remove packages 
which were previously autoinstalled but are no longer needed. It only considers 
packages which the old package depends on but the new package doesn't. It 
should also consider packages which the old package recommends but the new 
package doesn't. It should not consider suggested packages as these are not 
typically autoinstalled.

Original issue reported on code.google.com by paul.betafive on 25 Aug 2014 at 12:53

GoogleCodeExporter commented 8 years ago
This is now fixed in both the opkg-0.2.x and master branches.

Original comment by paul.betafive on 28 Oct 2014 at 11:36