summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2023-02-23 13:29:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-09 13:19:03 +0000
commit30656ea54de82cabb818f07af711b96211421c95 (patch)
treeba75219b67595a85a46dea481281bad95af158c8
parent351110f0cf25ae5952ed3e09026607fcc38f7e8a (diff)
downloadpoky-30656ea54de82cabb818f07af711b96211421c95.tar.gz
nghttp2: never build python bindings
This has already been done for oe-core/master. (From OE-Core rev: 9e8cbf46fe6e4e257b76b228de56d4a891199896) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/nghttp2/nghttp2_1.47.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
index 58ce08084d..becacd4502 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
@@ -19,6 +19,10 @@ PACKAGECONFIG[manpages] = ""
19# first place 19# first place
20EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF" 20EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF"
21 21
22# Do not let configure try to decide this.
23#
24EXTRA_OECMAKE += "-DENABLE_PYTHON_BINDINGS=OFF"
25
22PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server" 26PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server"
23 27
24RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" 28RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})"