Re: [oe] [PATCH][meta-networking] mosquitto: update to 1.6.3

2019-07-08 Thread Paul Eggleton
On Monday, 8 July 2019 2:39:38 PM NZST akuster808 wrote:
> There is more here than just a version updates. Please explain what the
> other changes are.

Presumably it would be enough to just note them in the commit message.

BTW the new version supports MQTT 5.0 so we probably would want SUMMARY and 
DESCRIPTION to reflect that with this update (or drop the version numbers).

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH][meta-networking] mosquitto: update to 1.6.3

2019-07-07 Thread akuster808



On 7/7/19 5:35 PM, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk 
> ---
>  .../mosquitto/{mosquitto_1.5.8.bb => mosquitto_1.6.3.bb} | 9 ++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
>  rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.5.8.bb => 
> mosquitto_1.6.3.bb} (89%)
>
> diff --git 
> a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb 
> b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.3.bb
> similarity index 89%
> rename from meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb
> rename to meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.3.bb
> index 768b5930f..0a2555747 100644
> --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb
> +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.3.bb

There is more here than just a version updates. Please explain what the
other changes are.

- armin
> @@ -1,5 +1,7 @@
>  SUMMARY = "Open source MQTT v3.1/3.1.1 implemention"
> -DESCRIPTION = "Mosquitto is an open source (Eclipse licensed) message broker 
> that implements the MQ Telemetry Transport protocol version 3.1 and 3.1.1. 
> MQTT provides a lightweight method of carrying out messaging using a 
> publish/subscribe model. "
> +DESCRIPTION = "Mosquitto is an open source (Eclipse licensed) message broker 
> that \
> +implements the MQ Telemetry Transport protocol version 3.1 and 3.1.1. MQTT 
> provides \
> +a lightweight method of carrying out messaging using a publish/subscribe 
> model. "
>  HOMEPAGE = "http://mosquitto.org/;
>  SECTION = "console/network"
>  LICENSE = "EPL-1.0 | EDL-1.0"
> @@ -14,8 +16,8 @@ SRC_URI = 
> "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
> file://mosquitto.init \
>  "
>  
> -SRC_URI[md5sum] = "bbbcceb32db3657d9d436a8440a9db1c"
> -SRC_URI[sha256sum] = 
> "78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4"
> +SRC_URI[md5sum] = "bd19cf124459ee26040912786ef177f7"
> +SRC_URI[sha256sum] = 
> "9ef5cc75f4fe31d7bf50654ddf4728ad9e1ae2e5609a4b42ecbbcb4a209ed17e"
>  
>  inherit systemd update-rc.d useradd
>  
> @@ -66,6 +68,7 @@ PACKAGE_BEFORE_PN = "${PN}-examples"
>  
>  FILES_${PN} = "${sbindir}/mosquitto \
> ${bindir}/mosquitto_passwd \
> +   ${bindir}/mosquitto_rr \
> ${sysconfdir}/mosquitto \
> ${sysconfdir}/init.d \
> ${systemd_unitdir}/system/mosquitto.service \

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel