]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-package-browser: Fix after overrides change
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Nov 2021 15:04:19 +0000 (15:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Nov 2021 17:04:09 +0000 (17:04 +0000)
commit25a8ec6e2891b71bc280aacaf5f62ecc4b0bd1d1
tree5171c68c17dbab959843d9a9f8a19872796c9b3b
parenta69a53573b1987ee5834a6fc27763f9bbf5fe5a4
scripts/oe-package-browser: Fix after overrides change

After the overrides change, the format of pkgdata changed and this
usage of configparser no longer works. This change is a bandaid to make
things work but the pkgdata format isn't very similar to ini files
so this may need to be reimplmented in a better way in the long run.

[YOCTO #14619]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-pkgdata-browser