aboutsummaryrefslogtreecommitdiff
path: root/net/ibrdtn-tools/Makefile
Commit message (Collapse)AuthorAge
* ibrdtn-tools: fix compilation with GCC11Rosen Penev2021-07-11
| | | | | | throw() is not supported with C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ibrdtn-tools: Switch to uClibc++Rosen Penev2019-05-26
| | | | | | Seems to work fine. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* ibrdtn-tools: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* ibrdtn-tools: Updated to 1.0.0Johannes Morgenroth2015-01-10
| | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* ibrdtn-tools: Add autoreconf to fixupJohannes Morgenroth2014-08-25
| | | | | The fixup is necessary since there is a patch for configure.ac in this recipe. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtn-tools: Disable dependency on libdaemon libraryJohannes Morgenroth2014-08-24
| | | | | | | | Since the current release of the package does not provide a configure option to disable this dependency, a patch is necessary to add this option. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtn-tools: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDSJohannes Morgenroth2014-08-22
| | | Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtn-tools: add new packageJohannes Morgenroth2014-08-20
This package contains the tools (dtnsend, dtnrecv, dtnping, ...) of IBR-DTN, a modular and lightweight implementation of the bundle protocol (RFC 5050). https://github.com/ibrdtn/ibrdtn Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>