]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
nghttp2: rewrite recipe to be an idiomatic library recipe
authorRoss Burton <ross.burton@arm.com>
Thu, 21 Aug 2025 11:02:42 +0000 (12:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Aug 2025 16:46:38 +0000 (17:46 +0100)
commit0fe1fb05cf6b36d70d43b3bd245a53ac36d389fa
tree0aee2a25affb3bb19558683399cb3dd940763c0b
parent85a5e562c5969c407a222966ccb3170cb41fed2f
nghttp2: rewrite recipe to be an idiomatic library recipe

This recipe for nghttp2 doesn't build any of the binaries, just the core
library, but is structured like a recipe that is primarily an application
that happens to ship libraries.

Remove the lib${BPN} package and put the library into PN (which will then
be debian-renamed).

Use the shorthand option to just build the library.

Add documentation enabling/disabling options so we don't install the
docs if not needed. Currently there are no extra dependencies as the
sphinx-generated manpages are pre-built in the tarballs, but this could
change.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-support/nghttp2/nghttp2_1.66.0.bb