aboutsummaryrefslogtreecommitdiff
path: root/libs/libcoap
Commit message (Collapse)AuthorAge
* libcoap: fix PKG_BUILD_DIRHauke Mehrtens2016-12-25
| | | | | | | | | | | libcoap is not building in LEDE any more because it is extracted to /libcoap/ and the package makefiles try to access it at /libcoap-2da31de732c0e51a9bc9e1d4aea21e25da89cf87/. This patch defines a PKG_BUILD_DIR variable to make it use /libcoap/ without the hash. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILESMichael Heimpold2016-09-03
| | | | | | Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libcoap: Pass endian flags down to targetKarl Palsson2015-10-14
| | | | | | Fixes github issue #1856 Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* libcoap: Add new packageAnton Glukhov2015-10-01
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>