summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nghttp2
diff options
context:
space:
mode:
authorleimaohui <leimaohui@fujitsu.com>2023-02-28 10:00:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-01 21:29:31 +0000
commit4ce6f7bcdd047bf8560516cbe5cd8bcc157b72db (patch)
tree37d70c725d7e437a180e2ab56a7db3b71e207d21 /meta/recipes-support/nghttp2
parentd7b576cf6b145e832cb0c4d4e64dd8f0170fb6eb (diff)
downloadpoky-4ce6f7bcdd047bf8560516cbe5cd8bcc157b72db.tar.gz
nghttp2: Deleted the entries for -client and -server, and removed a dependency on them from the main package.
By default there is nothing in nghttp2-client and nghttp2-server ,nghttp2-client and nghttp2-server aren't created. So there are dependences error if install main package. Problem: conflicting requests - nothing provides nghttp2-client >= 1.52.0 needed by nghttp2-1.52.0-r0.core2_64 - nothing provides nghttp2-server >= 1.52.0 needed by nghttp2-1.52.0-r0.core2_64 (From OE-Core rev: d2cbe060955c598bd81923ecd554fbe82c17af99) Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nghttp2')
-rw-r--r--meta/recipes-support/nghttp2/nghttp2_1.52.0.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.52.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.52.0.bb
index f87def14ad..f57a15954d 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.52.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.52.0.bb
@@ -17,17 +17,15 @@ PACKAGECONFIG[manpages] = ""
17# first place 17# first place
18EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF -DENABLE_PYTHON_BINDINGS=OFF" 18EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF -DENABLE_PYTHON_BINDINGS=OFF"
19 19
20PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server" 20PACKAGES =+ "lib${BPN} ${PN}-proxy "
21 21
22RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" 22RDEPENDS:${PN} = "${PN}-proxy (>= ${PV})"
23RDEPENDS:${PN}:class-native = "" 23RDEPENDS:${PN}:class-native = ""
24RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell" 24RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell"
25 25
26ALLOW_EMPTY:${PN} = "1" 26ALLOW_EMPTY:${PN} = "1"
27FILES:${PN} = "" 27FILES:${PN} = ""
28FILES:lib${BPN} = "${libdir}/*${SOLIBS}" 28FILES:lib${BPN} = "${libdir}/*${SOLIBS}"
29FILES:${PN}-client = "${bindir}/h2load ${bindir}/nghttp"
30FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" 29FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response"
31FILES:${PN}-server = "${bindir}/nghttpd"
32 30
33BBCLASSEXTEND = "native nativesdk" 31BBCLASSEXTEND = "native nativesdk"