On Mon, 9 Jan 2023 at 04:46, leimaohui <[email protected]> wrote: > I added nghttp2 into image file, the do_rootfs error occurred as the > following: > > 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 > > > This error is because nghttp2-client and nghttp2-server which nghttp2 depends > are not built at all. So, I tried to add enable-app option to build > nghttp2-server and nghttp2-client. But recipes from meta-oe are required. > So, I can't submit a patch to oe-core. How to fix this error? How about > moving nghttp2 to meta-oe?
libsoup has a hard dependency on nghttp2, so you have to add meta-oe layers to your build. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175676): https://lists.openembedded.org/g/openembedded-core/message/175676 Mute This Topic: https://lists.openembedded.org/mt/96145610/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
