summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/nghttp2/nghttp2_1.43.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.43.0.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.43.0.bb
index 959cccf357..08b8552622 100644
--- a/meta-networking/recipes-support/nghttp2/nghttp2_1.43.0.bb
+++ b/meta-networking/recipes-support/nghttp2/nghttp2_1.43.0.bb
@@ -18,11 +18,7 @@ PACKAGECONFIG[manpages] = ""
18 18
19# examples are never installed, and don't need to be built in the 19# examples are never installed, and don't need to be built in the
20# first place 20# first place
21EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=ON" 21EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=ON -DENABLE_HPACK_TOOLS=OFF"
22
23do_install_append() {
24 rm ${D}${bindir}/deflatehd ${D}${bindir}/inflatehd
25}
26 22
27PACKAGES =+ "lib${PN} ${PN}-client ${PN}-proxy ${PN}-server" 23PACKAGES =+ "lib${PN} ${PN}-client ${PN}-proxy ${PN}-server"
28 24