Implement ensure loaded for binary repo.
modified libpkg/repo/binary/binary.c
@@ -35,5 +35,6 @@ struct pkg_repo_ops pkg_repo_binary_ops = {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
modified libpkg/repo/binary/binary.h
@@ -47,5 +47,7 @@ struct pkg_repo_it *pkg_repo_binary_shlib_require(struct pkg_repo *repo,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
modified libpkg/repo/binary/query.c
@@ -353,3 +353,19 @@ pkg_repo_binary_search(struct pkg_repo *repo, const char *pattern, match_t match
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |