1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Rosen Penev
f1b142beb1 libcoap: Update to 4.2.0 and switch to codeload
Simplifies the Makefile.

Added PKG_BUILD_PARALLEL for faster compilation.

Added ABI_VERSION parameter to handle package updates.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-03 17:55:12 -07:00
Hans Dedecker
d2a273a19d libcoap: update to v4.1.2
Update libcoap to latest stable version 4.1.2
While at it switch from tar extension bz2 to xz

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-09-18 10:38:11 +02:00
Hans Dedecker
f6f6f836e7 libcoap: add coap client and server packages
Client package adds the CoAP client allowing to communicate with 6LoWPAN
devices via the CoAP protocol.
Server package adss the CoAP server and the CoAP Resource Directory server.
The CoAP server allows to simulate 6LoWPAN devices which can be addressed
via the CoAP protocol while the CoAP Resource Directory server can handle
resource registrations using the CoAP protocol.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-09-14 18:02:58 +02:00
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
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