From: Anuj Mittal <[email protected]> Do not pass qrtr=false explicitly since recipe enables or disables it based on the PACKAGECONFIG value. Also, use += with EXTRA_OEMESON.
Signed-off-by: Anuj Mittal <[email protected]> --- .../recipes-connectivity/modemmanager/modemmanager_1.24.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.24.2.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.24.2.bb index db42c00a92..4e16436c98 100644 --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.24.2.bb +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.24.2.bb @@ -37,9 +37,8 @@ PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false" inherit upstream-version-is-even ${@bb.utils.contains('PACKAGECONFIG', 'vala', 'vala', '', d)} -EXTRA_OEMESON = " \ +EXTRA_OEMESON += " \ -Dudevdir=${nonarch_base_libdir}/udev \ - -Dqrtr=false \ " FILES:${PN} += " \ -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125046): https://lists.openembedded.org/g/openembedded-devel/message/125046 Mute This Topic: https://lists.openembedded.org/mt/118254490/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
