Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Santos <casantos@datacom.ind.br>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] modem-manager: Update to version 1.7.990
Date: Sun, 18 Feb 2018 21:03:04 -0300 (BRT)	[thread overview]
Message-ID: <361202886.84859.1518998584797.JavaMail.zimbra@datacom.ind.br> (raw)
In-Reply-To: <20180216215334.7385e898@windsurf.lan>

> From: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>
> To: "Jared Bents" <jared.bents@rockwellcollins.com>
> Cc: "buildroot" <buildroot@buildroot.org>
> Sent: Friday, February 16, 2018 6:53:34 PM
> Subject: Re: [Buildroot] [PATCH v2 2/2] modem-manager: Update to version 1.7.990

> Hello,
> 
> On Fri, 16 Feb 2018 10:38:11 -0600, Jared Bents wrote:
> 
>> diff --git a/package/modem-manager/Config.in b/package/modem-manager/Config.in
>> index 8e995b4..5f1f6d5 100644
>> --- a/package/modem-manager/Config.in
>> +++ b/package/modem-manager/Config.in
>> @@ -1,12 +1,11 @@
>>  config BR2_PACKAGE_MODEM_MANAGER
>>  	bool "modemmanager"
>> -	depends on BR2_PACKAGE_HAS_UDEV
>>  	depends on BR2_USE_WCHAR # libglib2 and gnutls
>>  	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
>>  	depends on BR2_USE_MMU # dbus
>>  	select BR2_PACKAGE_DBUS # runtime dependency
>>  	select BR2_PACKAGE_LIBGLIB2
>> -	select BR2_PACKAGE_LIBGUDEV
>> +	select BR2_PACKAGE_LIBGUDEV if BR2_PACKAGE_HAS_UDEV
>>  	help
>>  	  ModemManager is a DBus-activated daemon which controls mobile
>>  	  broadband (2G/3G/4G) devices and connections.
>> @@ -28,7 +27,7 @@ config BR2_PACKAGE_MODEM_MANAGER_LIBQMI
>>  	  This option enables support for QMI protocol
>>  endif
>>  
>> -comment "modemmanager needs udev /dev management and a toolchain w/ wchar,
>> threads"
>> +comment "modemmanager needs /dev management and a toolchain w/ wchar, threads"
> 
> The "/dev management and" part should be removed entirely.
> 
>>  	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
>>  		!BR2_PACKAGE_HAS_UDEV
> 
> And the BR2_PACKAGE_HAS_UDEV dependency.
> 
>>  	depends on BR2_USE_MMU
>> diff --git a/package/modem-manager/modem-manager.hash
>> b/package/modem-manager/modem-manager.hash
>> index bc08044..52cc7a6 100644
>> --- a/package/modem-manager/modem-manager.hash
>> +++ b/package/modem-manager/modem-manager.hash
>> @@ -1,4 +1,4 @@
>>  # Locally computed
>> -sha256  bc74326fa69ae8012f806e235f3d296144922669b952d4d4987dd0af645d5f68
>> ModemManager-1.6.10.tar.xz
>> +sha256  d465094fc6fc173354f5a00d212049056829cc245d60a9083f3c53f86a8f90ec
>> ModemManager-1.7.990.tar.xz
>>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
>>  COPYING
>>  sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551
>>  COPYING.LIB
>> diff --git a/package/modem-manager/modem-manager.mk
>> b/package/modem-manager/modem-manager.mk
>> index b741acf..61672dd 100644
>> --- a/package/modem-manager/modem-manager.mk
>> +++ b/package/modem-manager/modem-manager.mk
>> @@ -4,12 +4,12 @@
>>  #
>>  ################################################################################
>>  
>> -MODEM_MANAGER_VERSION = 1.6.10
>> +MODEM_MANAGER_VERSION = 1.7.990
> 
> Are you sure 1.7.990 isn't a development version ? Interestingly, their
> Git repo has no tag with this name:
> https://cgit.freedesktop.org/ModemManager/ModemManager/refs/tags. It
> has a 1.8-rc1 version. So it does feel like 1.7.x might be a
> development version. Could you double check this ?

It is a development version. That's why I submitted an update to the
latest release version, which is 1.6.12:

    https://patchwork.ozlabs.org/patch/871059/

-- 
Carlos Santos (Casantos) - DATACOM, P&D
?The greatest triumph that modern PR can offer is the transcendent 
success of having your words and actions judged by your reputation, 
rather than the other way about.? ? Christopher Hitchens

  reply	other threads:[~2018-02-19  0:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-16 16:38 [Buildroot] [PATCH v2 1/2] libqmi: Update to use libqmi 1.20.0 Jared Bents
2018-02-16 16:38 ` [Buildroot] [PATCH v2 2/2] modem-manager: Update to version 1.7.990 Jared Bents
2018-02-16 20:53   ` Thomas Petazzoni
2018-02-19  0:03     ` Carlos Santos [this message]
2018-02-19  8:05       ` Thomas Petazzoni
2018-02-19 21:23         ` Carlos Santos
2018-02-20 14:57           ` Julien Boibessot
2018-02-20 15:56             ` Carlos Santos
2018-02-23 11:17               ` Aleksander Morgado
2018-04-01 22:52           ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=361202886.84859.1518998584797.JavaMail.zimbra@datacom.ind.br \
    --to=casantos@datacom.ind.br \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox