Hi,
I've developed a tool for dependency-check.
For a given package name, the tool lists out all the projects which have that package as their dependency in the CMakeLists.txt
Existing OBS tool (https://build.tizen.org/package/binary?arch=x86_64&filename=capi-system-sensor-0.1.17-5.15.x86_64.rpm&package=sensor&project=Tizen%3ACommon&repository=x86_64-wayland) lists only the dependencies for a particular build profile (Tizen_Common->x86_64-wayland).
The new tool checks for dependencies in all the projects in Tizen irrespective of the profile. It downloads the current version of all the projects and then does a string search on CMakeLists.txt for checking if it is dependent on the given package or not.
It was developed for "sensord" to find out all the projects which use sensor API. But it can be useful for other projects as well by changing the package name.
So, I wasn't sure where exactly it should be added. Is there a common tools repository, where such tools can be added ?
Thanks.
Regards,
Ankur Garg
|
|
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
