Hi Andre: My reproduce step as below:
I enable directfb and vulkan id DISTRO_FEATURES with QT5.15 Then during vulkan build, it has error message show that the vulkan didn't support directfb. If I remove vulkan in DISTRO_FEATURES, the build will be passed. Chenxi On 2020/6/30 δΈε12:47, Andre McCurdy wrote: > On Sat, Jun 27, 2020 at 8:33 PM Chenxi Mao <[email protected]> wrote: >> vulkan didn't support directfb at all. >> So remove this configuration if directfb enabled. > This change doesn't look right. Passing two values to > bb.utils.filter() doesn't imply any dependency between them. > > Can you explain what problem you have seen and how to reproduce it? > >> Change-Id: Ia0af5d944e858fbb99a07fcd5f10ab831a93b2d0 >> Signed-off-by: Chenxi Mao <[email protected]> >> --- >> .../gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git >> a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb >> b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb >> index 7a227fed51..aee001e641 100644 >> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb >> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb >> @@ -24,7 +24,7 @@ inherit gobject-introspection >> PACKAGECONFIG ??= " \ >> ${GSTREAMER_ORC} \ >> ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ >> - ${@bb.utils.filter('DISTRO_FEATURES', 'directfb vulkan', d)} \ >> + ${@bb.utils.filter('DISTRO_FEATURES', 'directfb', d)} \ >> ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ >> ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gl', '', d)} \ >> bz2 closedcaption curl dash dtls hls rsvg sbc smoothstreaming sndfile \ >> -- >> 2.25.1 >> >>
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#140092): https://lists.openembedded.org/g/openembedded-core/message/140092 Mute This Topic: https://lists.openembedded.org/mt/75165324/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
