]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 16 Nov 2021 05:04:30 +0000 (13:04 +0800)
commitb27a11f4ddc0c10ff7e5fb447431bff1411a5417
tree8c12eb9ec9bfdb16c36883e48870421955c6f475
parentf87a3aba3086cd3fd89274337f25fc1717d6c981
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>
(cherry picked from commit 25a8ec6e2891b71bc280aacaf5f62ecc4b0bd1d1)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
scripts/oe-pkgdata-browser