1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-03-14 08:09:13 +02:00
Werner Almesberger 9b5480ab3e qpkg: merge identical versions in package databases
This avoids turning a prerequisite search into a massacre of, guessed,
O(sqrt(2^requisites)).

- gobble.c (gobble_buf, compact_pkg): if a package being added has the same
  version as an existing package with the same name, merge them and keep
  only one
2010-11-19 16:27:55 -03:00
..