On Fri, 24 Feb 2023 at 04:27, Chen Qi <[email protected]> wrote: > > This recipe is special. Libsoup has a hard dependency on nghttp2, so it > > can't be moved to meta-oe. But nghttp2-client and nghttp2-server depend on > > recipes of meta-oe. > > Hi Lei, > > Which ones? Do you have some local patch or some bbappend files? Also, > if this is the case, I think Yocto's autobuilder will detect such issue > by doing pure poky world build. I also just ran `bitbake -n nghttp2' and > there's no error.
I have built this locally. The recipe unconditionally disables client and server with -DENABLE_APP=OFF (no packageconfig entries to change that), and at the same time defines packaging for items that would otherwise be built. But there is nothing to put into those packages. Lei, I'd suggest that you make a patch that simply deletes the entries for -client and -server, and removes a dependency on them from the main package. If someone later needs to enable them, it should be done by creating a correct, working build configuration, and then re-adding packaging rules is comparatively trivial. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#177659): https://lists.openembedded.org/g/openembedded-core/message/177659 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]] -=-=-=-=-=-=-=-=-=-=-=-
