diff options
| -rw-r--r-- | meta/recipes-support/nghttp2/nghttp2_1.47.0.bb | 4 |
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 |
| 20 | EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF" | 20 | EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF" |
| 21 | 21 | ||
| 22 | # Do not let configure try to decide this. | ||
| 23 | # | ||
| 24 | EXTRA_OECMAKE += "-DENABLE_PYTHON_BINDINGS=OFF" | ||
| 25 | |||
| 22 | PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server" | 26 | PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server" |
| 23 | 27 | ||
| 24 | RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" | 28 | RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" |
