diff options
author | Koen Kooi <koen@openembedded.org> | 2006-01-06 21:34:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-06 21:34:09 +0000 |
commit | be93b605d9379b7001183efc7ca1a80a1f9e2cdd (patch) | |
tree | c780d8a09e7272442aaaf6526ffc46cfef604e58 /packages | |
parent | 68e2ec73194dd207956bb876f9f612c886e25bb8 (diff) |
ipkg : add 0.99.155 which fixes the following bugs:
* Fixed a problem when installing by hand. Now ipkg knows that a package has been selected by hand,
and, if every check returns ok, it install the wanted package, instead of selecting one from feed.
Moreover, now downgrade should works again.
* Fixed the "Replaces" bug. Now ipkg is able to replace a package also if it doesn't conflict.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ipkg/ipkg_0.99.155.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ipkg/ipkg_0.99.155.bb b/packages/ipkg/ipkg_0.99.155.bb new file mode 100644 index 0000000000..394af24f23 --- /dev/null +++ b/packages/ipkg/ipkg_0.99.155.bb @@ -0,0 +1,2 @@ +include ipkg.inc +PR = "r0" |