On Thu, 2022-01-13 at 11:44 +0800, Changqing Li wrote: > From: Changqing Li <[email protected]> > > correct the package name > > Signed-off-by: Changqing Li <[email protected]> > --- > meta/recipes-support/nghttp2/nghttp2_1.46.0.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-support/nghttp2/nghttp2_1.46.0.bb > b/meta/recipes-support/nghttp2/nghttp2_1.46.0.bb > index 972ff2d60a..a5f0be856f 100644 > --- a/meta/recipes-support/nghttp2/nghttp2_1.46.0.bb > +++ b/meta/recipes-support/nghttp2/nghttp2_1.46.0.bb > @@ -19,7 +19,7 @@ PACKAGECONFIG[manpages] = "" > # first place > EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF > -DENABLE_HPACK_TOOLS=OFF" > > -PACKAGES =+ "lib${PN} ${PN}-client ${PN}-proxy ${PN}-server" > +PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server" > > RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) > ${PN}-server (>= ${PV})" > RDEPENDS:${PN}:class-native = "" > @@ -27,7 +27,7 @@ RDEPENDS:${PN}-proxy = "openssl python3-core python3-io > python3-shell" > > ALLOW_EMPTY:${PN} = "1" > FILES:${PN} = "" > -FILES:lib${PN} = "${libdir}/*${SOLIBS}" > +FILES:${MLPREFIX}lib${BPN} = "${libdir}/*${SOLIBS}" > FILES:${PN}-client = "${bindir}/h2load ${bindir}/nghttp" > FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" > FILES:${PN}-server = "${bindir}/nghttpd"
This doesn't look correct, particularly using with MLPREFIX in one location and not in the other... Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#160524): https://lists.openembedded.org/g/openembedded-core/message/160524 Mute This Topic: https://lists.openembedded.org/mt/88390547/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
