]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
classes/pkgconfig: move variable exports to the class
authorRoss Burton <ross.burton@arm.com>
Mon, 9 Feb 2026 12:56:22 +0000 (12:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Feb 2026 17:27:28 +0000 (17:27 +0000)
commit68d2d38483efada7bc2409e10508b03a7431caff
tree4709463761799049f759451cae1e3fec5914e69a
parent7ecbb214fa8f6388be38c3323f3dba73e9049404
classes/pkgconfig: move variable exports to the class

All recipes that use pkg-config should be inheriting the class so this
is a no-op change for those, and for recipes that do not use pkg-config
will no longer need to rebuild if these variables are changed.

Any recipes that use pkg-config but do not inherit the class will fail
to build, and this is intentional: those recipes should inherit the class.

This commit is simply the move of the exports, the values do not change.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/pkgconfig.bbclass
meta/conf/bitbake.conf