summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/nghttp2/nghttp2_1.47.0.bb6
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#
24EXTRA_OECMAKE += "-DENABLE_PYTHON_BINDINGS=OFF" 24EXTRA_OECMAKE += "-DENABLE_PYTHON_BINDINGS=OFF"
25 25
26PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server" 26PACKAGES =+ "lib${BPN} ${PN}-proxy "
27 27
28RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" 28RDEPENDS:${PN} = "${PN}-proxy (>= ${PV})"
29RDEPENDS:${PN}:class-native = "" 29RDEPENDS:${PN}:class-native = ""
30RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell" 30RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell"
31 31
32ALLOW_EMPTY:${PN} = "1" 32ALLOW_EMPTY:${PN} = "1"
33FILES:${PN} = "" 33FILES:${PN} = ""
34FILES:lib${BPN} = "${libdir}/*${SOLIBS}" 34FILES:lib${BPN} = "${libdir}/*${SOLIBS}"
35FILES:${PN}-client = "${bindir}/h2load ${bindir}/nghttp"
36FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" 35FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response"
37FILES:${PN}-server = "${bindir}/nghttpd"
38 36
39BBCLASSEXTEND = "native nativesdk" 37BBCLASSEXTEND = "native nativesdk"