libopkg: consider provided packages in pkg_vec_mark_if_matches()
authorJo-Philipp Wich <jo@mein.io>
Tue, 15 Jan 2019 07:46:15 +0000 (08:46 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 15 Jan 2019 07:46:15 +0000 (08:46 +0100)
commit34571bad205b44dc153a84b32e170e2726cd05d0
tree349e0c86086c5dfa3775f31189971a7a235cc2d1
parent18740e62c08705f7aed12f1ec74c5c41361d8c3c
libopkg: consider provided packages in pkg_vec_mark_if_matches()

Also consider the list of provided abstract packages when testing the
package vector for name matches. This fixes the "opkg whatdepends"
command with abstract provided package arguments.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libopkg/pkg_vec.c