summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/lowpan-tools
Commit message (Collapse)AuthorAgeFilesLines
* lowpan-tools: Fix build with gcc7Khem Raj2017-04-252-0/+33
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* lowpan-tools: Fix build with clangKhem Raj2017-04-252-0/+28
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* lowpan-tools: Fix build with muslKhem Raj2017-04-252-0/+45
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* lowpan-tools: Fix errors found with clangKhem Raj2016-11-142-1/+39
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* meta-oe: fix indentationMartin Jansa2016-08-221-1/+1
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lowpan-tools: add missing flex/bison depsChristopher Larson2016-02-291-1/+1
| | | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* meta-networking: standardize SECTION valuesJoe MacDonald2015-06-051-1/+1
| | | | | | | SECTION has been used inconsistently throughout the recipes in this layer. Convert them to all use the same convention. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* lowpan-tools: Move to 0.3.1 releaseKhem Raj2014-09-081-3/+3
| | | | | | | Also fix the git SRC_URI location Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* recipes: add missing pkgconfig class inheritsRichard Purdie2014-06-211-1/+1
| | | | | | | | * These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lowpan-tools: fix do_install failurePaul Eggleton2013-11-252-1/+43
| | | | | | | | We don't have a proper help2man so building the manpages fails; just disable building them to fix this as we do elsewhere. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* lowpan-tools: configure python files installation pathRoy Li2013-10-291-1/+3
| | | | | | | | | configure python files installation path or else it will use the default value /usr/lib/python*, which is wrong on 64bit and multilibs enabled system Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* lowpan-tools: add git versionPaul Eggleton2013-09-241-0/+25
The 0.3 release was a year ago and git HEAD contains fixes to make it work with contiki, so build from git instead of backporting all of the patches. Based on a patch by Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Joe MacDonald <joe@deserted.net>