Do not reuse requiredby objects while updating pkgs.
--HG-- extra : convert_revision : 1bc0a25601b6ff1c4cd83de4dcd775ffdee1e9a1
This commit is contained in:
parent
4b3adf1db3
commit
bb3240e4ac
4 changed files with 24 additions and 70 deletions
|
@ -87,7 +87,7 @@ int xbps_install_binary_pkg_fini(prop_dictionary_t,
|
|||
prop_dictionary_t, bool);
|
||||
int xbps_register_pkg(prop_dictionary_t, bool, bool);
|
||||
int xbps_unpack_binary_pkg(prop_dictionary_t, prop_dictionary_t);
|
||||
int xbps_requiredby_pkg_add(prop_array_t, prop_dictionary_t, bool);
|
||||
int xbps_requiredby_pkg_add(prop_array_t, prop_dictionary_t);
|
||||
int xbps_requiredby_pkg_remove(const char *);
|
||||
int xbps_find_deps_in_pkg(prop_dictionary_t,
|
||||
prop_object_iterator_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue