[Buildroot] [PATCH 1/1] support/scripts: split off get_version/get_depends into pkgutil.py

Thomas De Schampheleire patrickdepinguin at gmail.com
Sun Feb 5 13:52:32 UTC 2017


On Fri, Feb 3, 2017 at 9:57 PM, Thomas De Schampheleire
<patrickdepinguin at gmail.com> wrote:
> From: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
>
> Functions to obtain the version and dependencies of a package from Python
> can be useful for several scripts. Extract this logic out of graph-depends
> into pkgutil.py.
>
> Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
> ---
>  support/scripts/graph-depends | 55 ++++---------------------------------------
>  support/scripts/pkgutil.py    | 55 +++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 59 insertions(+), 51 deletions(-)
>  create mode 100644 support/scripts/pkgutil.py
>

Please disregard this specific patch, it does not work on current
Buildroot. It was accidentally sent along with the real 3-patch series
(which does work).


More information about the buildroot mailing list