summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nghttp2
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/nghttp2')
-rw-r--r--meta/recipes-support/nghttp2/nghttp2_1.51.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb
index fc1a592200..8ddb851f71 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb
@@ -15,7 +15,7 @@ PACKAGECONFIG[manpages] = ""
15 15
16# examples are never installed, and don't need to be built in the 16# examples are never installed, and don't need to be built in the
17# first place 17# first place
18EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF" 18EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF -DENABLE_PYTHON_BINDINGS=OFF"
19 19
20PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server" 20PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server"
21 21