On Wed, Nov 11, 2015 at 08:48:06PM +0100, Adrian Freihofer wrote: > Signed-off-by: Adrian Freihofer <[email protected]> > --- > .../modemmanager/modemmanager_1.4.12.bb | 17 > ++++++++++++++++- > 1 file changed, 16 insertions(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb > b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb > index db7a28d..b1768ca 100644 > --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb > +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb > @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ > > inherit gnomebase gettext systemd > > -DEPENDS = "glib-2.0 libmbim libqmi (>=1.12.4) polkit libgudev dbus-glib" > +DEPENDS = "glib-2.0 libgudev dbus-glib" > > SRC_URI = "${GNOME_MIRROR}/ModemManager/ModemManager-${PV}.tar.xz" > SRC_URI[md5sum] = "66cc7266b15525cb366253e6639fc564" > @@ -17,6 +17,21 @@ SRC_URI[sha256sum] = > "7ef5035375a953b285a742591df0a65fd442f4641ce4d8f4392a41d6d6 > > S = "${WORKDIR}/ModemManager-${PV}" > > +# If you need a different configuration for modemmanager, add a statement > +# similar to the following example to your local.conf or distro config > +# PACKAGECONFIG_remove_pn-modemmanager = "polkit" > +PACKAGECONFIG ??= "mbim qmi polkit" > + > +EXTRA_OECONF = " \ > + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', > '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '', d)} \ > +"
I've changed this to PACKAGECONFIG when cherry-picking to master-next
> +PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit"
> +# Support WWAN modems and devices which speak the Mobile Interface Broadband
> Model (MBIM) protocol.
> +PACKAGECONFIG[mbim] = "--with-mbim,--enable-mbim=no,libmbim,libmbim"
> +# Support WWAN modems and devices which speak the Qualcomm MSM Interface
> (QMI) protocol.
> +PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi (>=1.12.4),libqmi
> (>=1.12.4)"
> +
> +
> FILES_${PN} += " \
> ${datadir}/icons \
> ${datadir}/polkit-1 \
> --
> 2.4.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
