Hi, Alex
I'm sorry for late reply.
> If neither client nor server packages contain any files, then what is
> installed? Is
> there some other useful package than nghttp2 package pulls in, or does it
> itself
> contain something useful?
I found this conflicting requests error when I added nghttp2 package into my
image file by accident.
Although there is no files in nghttp2 package, it is really an issue, isn't it?
My patch is just following the existing code. But maybe it is not a best way.
How about deleted the RDEPENDS relationships among nghttp2, -client and -server?
$ cat ./meta/recipes-support/nghttp2/nghttp2_1.52.0.bb
......
RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server
(>= ${PV})"
......
Best regards
Lei
> -----Original Message-----
> From: Alexander Kanavin <[email protected]>
> Sent: Friday, February 10, 2023 3:44 PM
> To: Lei, Maohui <[email protected]>
> Cc: [email protected]
> Subject: Re: [OE-core] [PATCH] nghttp2: Fix do_rootfs error as following:
>
> If neither client nor server packages contain any files, then what is
> installed? Is
> there some other useful package than nghttp2 package pulls in, or does it
> itself
> contain something useful?
>
> Alex
>
> On Fri, 10 Feb 2023 at 08:35, leimaohui <[email protected]> wrote:
> >
> > Problem: conflicting requests
> > - nothing provides nghttp2-client >= 1.51.0 needed by
> nghttp2-1.51.0-r0.core2_64
> > - nothing provides nghttp2-server >= 1.51.0 needed by
> > nghttp2-1.51.0-r0.core2_64
> >
> > Signed-off-by: Lei Maohui <[email protected]>
> > ---
> > meta/recipes-support/nghttp2/nghttp2_1.51.0.bb | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb
> > b/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb
> > index 8ddb851f71..72a4372214 100644
> > --- a/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb
> > +++ b/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb
> > @@ -24,6 +24,8 @@ RDEPENDS:${PN}:class-native = ""
> > RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell"
> >
> > ALLOW_EMPTY:${PN} = "1"
> > +ALLOW_EMPTY:${PN}-server = "1"
> > +ALLOW_EMPTY:${PN}-client = "1"
> > FILES:${PN} = ""
> > FILES:lib${BPN} = "${libdir}/*${SOLIBS}"
> > FILES:${PN}-client = "${bindir}/h2load ${bindir}/nghttp"
> > --
> > 2.34.1
> >
> >
> >
> >
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#177645):
https://lists.openembedded.org/g/openembedded-core/message/177645
Mute This Topic: https://lists.openembedded.org/mt/96872036/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-