diff options
| -rw-r--r-- | meta/recipes-support/nghttp2/nghttp2_1.47.0.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb index becacd4502..90d3286ac6 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb | |||
| @@ -23,17 +23,15 @@ EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF | |||
| 23 | # | 23 | # |
| 24 | EXTRA_OECMAKE += "-DENABLE_PYTHON_BINDINGS=OFF" | 24 | EXTRA_OECMAKE += "-DENABLE_PYTHON_BINDINGS=OFF" |
| 25 | 25 | ||
| 26 | PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server" | 26 | PACKAGES =+ "lib${BPN} ${PN}-proxy " |
| 27 | 27 | ||
| 28 | RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" | 28 | RDEPENDS:${PN} = "${PN}-proxy (>= ${PV})" |
| 29 | RDEPENDS:${PN}:class-native = "" | 29 | RDEPENDS:${PN}:class-native = "" |
| 30 | RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell" | 30 | RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell" |
| 31 | 31 | ||
| 32 | ALLOW_EMPTY:${PN} = "1" | 32 | ALLOW_EMPTY:${PN} = "1" |
| 33 | FILES:${PN} = "" | 33 | FILES:${PN} = "" |
| 34 | FILES:lib${BPN} = "${libdir}/*${SOLIBS}" | 34 | FILES:lib${BPN} = "${libdir}/*${SOLIBS}" |
| 35 | FILES:${PN}-client = "${bindir}/h2load ${bindir}/nghttp" | ||
| 36 | FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" | 35 | FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" |
| 37 | FILES:${PN}-server = "${bindir}/nghttpd" | ||
| 38 | 36 | ||
| 39 | BBCLASSEXTEND = "native nativesdk" | 37 | BBCLASSEXTEND = "native nativesdk" |
