On Tue, Dec 27, 2022 at 08:03:16AM +0100, Robert Schwebel wrote: > The license has changed from EPL-1.0 to EPL-2.0.
A different License means... > Signed-off-by: Robert Schwebel <[email protected]> > --- > rules/paho-mqtt-c.make | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/rules/paho-mqtt-c.make b/rules/paho-mqtt-c.make > index 143433128..3fbcd7d57 100644 > --- a/rules/paho-mqtt-c.make > +++ b/rules/paho-mqtt-c.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PAHO_MQTT_C) += paho-mqtt-c > # > # Paths and names > # > -PAHO_MQTT_C_VERSION := 1.3.0 > -PAHO_MQTT_C_MD5 := 8fac1bff9b0d5a74fa1caf8db0501fca > +PAHO_MQTT_C_VERSION := 1.3.12 > +PAHO_MQTT_C_MD5 := ca0c3666cf91dcb8e7e65de9e502bf0a > PAHO_MQTT_C := paho.mqtt.c-$(PAHO_MQTT_C_VERSION) > PAHO_MQTT_C_SUFFIX := tar.gz > PAHO_MQTT_C_URL := > https://github.com/eclipse/paho.mqtt.c/archive/v$(PAHO_MQTT_C_VERSION).$(PAHO_MQTT_C_SUFFIX) > @@ -24,8 +24,8 @@ PAHO_MQTT_C_DIR := $(BUILDDIR)/$(PAHO_MQTT_C) > # "Eclipse Distribution License - v 1.0" is in fact BSD-3-Clause > PAHO_MQTT_C_LICENSE := EPL-1.0 AND BSD-3-Clause ... that this should be changed as well, right? Michael > PAHO_MQTT_C_LICENSE_FILES := \ > - file://LICENSE;md5=f2001efbb1450daa099206651f80d39c \ > - file://epl-v10;md5=659c8e92a40b6df1d9e3dccf5ae45a08 \ > + file://LICENSE;md5=fd3b896dadaeec3410d753ffaeadcfac \ > + file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ > file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 > > # > ---------------------------------------------------------------------------- > -- > 2.30.2 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
