Commit Graph

4 Commits

Author SHA1 Message Date
Hauke Mehrtens 387e2d55cc libcoap: fix PKG_BUILD_DIR
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>
2016-12-25 17:56:09 +01:00
Michael Heimpold def97187d2 Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES
Without the trailing _S_ the variable is not considered at all.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-03 00:00:54 +02:00
Karl Palsson c4a8c4eae2 libcoap: Pass endian flags down to target
Fixes github issue #1856

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2015-10-14 17:18:08 +00:00
Anton Glukhov bf45232591 libcoap: Add new package
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
2015-10-01 12:34:27 +00:00