aboutsummaryrefslogtreecommitdiff
path: root/libs/ibrdtn/Makefile
Commit message (Collapse)AuthorAge
* ibrdtn: fix compilation with GCC11Rosen Penev2021-07-11
| | | | | | GCC11 defaults to C++17, which does now allow specifying throw(). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ibrdtn: Switch to uClibc++Rosen Penev2019-05-26
| | | | | | Added needed patches. Some are upstream backports. 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: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* ibrdtn: Updated to 1.0.0Johannes Morgenroth2015-01-10
| | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* ibrdtn: 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: Disable dependency on glib-2.0 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: 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: Fix install targetJohannes Morgenroth2014-08-22
| | | | | | | The previous copying command includes non-existing variables. This commit replaces the command with a more generic one. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtn: add new packageJohannes Morgenroth2014-08-20
The ibrdtn is a C++ library for DTN related objects to process bundle data and talk to the DTN daemon of IBR-DTN. It is development together with IBR-DTN an implementation of DTN stack following the Bundle Protocol RFC 5050. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>