summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/nghttp2/nghttp2_1.39.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.39.2.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.39.2.bb
index 7a475050f4..c27afdb551 100644
--- a/meta-networking/recipes-support/nghttp2/nghttp2_1.39.2.bb
+++ b/meta-networking/recipes-support/nghttp2/nghttp2_1.39.2.bb
@@ -28,6 +28,7 @@ do_install_append() {
28PACKAGES =+ "lib${PN} ${PN}-client ${PN}-proxy ${PN}-server" 28PACKAGES =+ "lib${PN} ${PN}-client ${PN}-proxy ${PN}-server"
29 29
30RDEPENDS_${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" 30RDEPENDS_${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})"
31RDEPENDS_${PN}_class-native = ""
31RDEPENDS_${PN}-proxy = "openssl python3-core python3-io python3-shell" 32RDEPENDS_${PN}-proxy = "openssl python3-core python3-io python3-shell"
32 33
33ALLOW_EMPTY_${PN} = "1" 34ALLOW_EMPTY_${PN} = "1"
@@ -36,3 +37,5 @@ FILES_lib${PN} = "${libdir}/*${SOLIBS}"
36FILES_${PN}-client = "${bindir}/h2load ${bindir}/nghttp" 37FILES_${PN}-client = "${bindir}/h2load ${bindir}/nghttp"
37FILES_${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" 38FILES_${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response"
38FILES_${PN}-server = "${bindir}/nghttpd" 39FILES_${PN}-server = "${bindir}/nghttpd"
40
41BBCLASSEXTEND = "native"