Please submit as PR to https://github.com/ostroproject/meta-intel-iot-middleware
On Sun, May 29, 2016 at 7:07 PM, Feng Mu <[email protected]> wrote: > The 1.4 version has some memory leak issues which are supposed to be > fixed in 1.4.8. So we uprev it. > > Signed-off-by: Feng Mu <[email protected]> > --- > .../mosquitto/{mosquitto_1.4.bb => mosquitto_1.4.8.bb} | 6 > +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename recipes-connectivity/mosquitto/{mosquitto_1.4.bb => > mosquitto_1.4.8.bb} (89%) > > diff --git a/recipes-connectivity/mosquitto/mosquitto_1.4.bb > b/recipes-connectivity/mosquitto/mosquitto_1.4.8.bb > similarity index 89% > rename from recipes-connectivity/mosquitto/mosquitto_1.4.bb > rename to recipes-connectivity/mosquitto/mosquitto_1.4.8.bb > index def0c4b..dc9e99d 100644 > --- a/recipes-connectivity/mosquitto/mosquitto_1.4.bb > +++ b/recipes-connectivity/mosquitto/mosquitto_1.4.8.bb > @@ -5,7 +5,7 @@ SECTION = "console/network" > LICENSE = "BSD" > LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=62ddc846179e908dc0c8efec4a42ef20" > > -DEPENDS = "openssl util-linux python" > +DEPENDS = "openssl util-linux python c-ares" > > PR = "r0" > > @@ -16,8 +16,8 @@ SRC_URI = > "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ > > export LIB_SUFFIX="${@d.getVar('baselib', True).replace('lib', '')}" > > -SRC_URI[md5sum] = "cd879f5964311501ba8e2275add71484" > -SRC_URI[sha256sum] = > "591f3adcb6ed92c01f7ace1c878af728b797fe836892535620aa6106f42dbcc6" > +SRC_URI[md5sum] = "d859cd474ffa61a6197bdabe007b9027" > +SRC_URI[sha256sum] = > "d96eb5610e57cc3e273f4527d3f54358ab7711459941a9e64bc4d0a85c2acfda" > > do_compile() { > oe_runmake PREFIX=/usr > -- > 1.9.1 > > -- > _______________________________________________ > meta-intel mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-intel -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
