summaryrefslogtreecommitdiffstats
path: root/package/paho-mqtt-c
Commit message (Collapse)AuthorAgeFilesLines
* paho-mqtt-c: bump to version 1.2.0Yegor Yefremov2017-09-133-2/+31
| | | | | | | | | Add a patch fixing compilation on the systems without C++ compiler. Also add licence hashes. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* paho-mqtt-c: new packagePranit Sirsat2016-10-073-0/+33
Reviewed-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com> Reviewed-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Pranit Tanaji Sirsat <Pranit.Sirsat@imgtec.com> [Thomas: use += instead of = for assignments inside conditions.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud