]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gdb: Include xz support by default and clean up PACKAGECONFIG
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Feb 2025 10:12:51 +0000 (10:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Feb 2025 22:52:42 +0000 (22:52 +0000)
commitd6eefdd66171c2bcdeeebc8a9b583c5383c80bf6
tree668d842bfd7dec91db83403d2e6d4a45f3ac5f95
parentc5bb7976f4d6e8559b4b87e4c3f39135dbb40ef8
gdb: Include xz support by default and clean up PACKAGECONFIG

Firstly, just include xz support in all gdb configurations to simplify config.
Most systems would already have the shared library so this isn't a big problem
for a larger debugging tool.

The PACKAGECONFIG duplication is also confusing. The only PACKAGECONFIG which
needs special handking is the python one due to the differing modules needed
in the nativesdk case. Remove all the other duplicate entries which should work
through our usual class extension code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-devtools/gdb/gdb-cross-canadian.inc
meta/recipes-devtools/gdb/gdb-cross.inc