diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-06 15:01:20 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-06 15:03:42 +0200 |
commit | 6324db5d8b3d9f03b764f1d95398c5bb1b2f28f0 (patch) | |
tree | 1f99a9429caf653a2ecfe9e1bc2107ce9683486d /recipes/ibrdtn/ibrdtn.inc | |
parent | eba935085e819d13662c34d44e96294be21817a5 (diff) |
ibrdtn: Add development versions with DP = -1
Diffstat (limited to 'recipes/ibrdtn/ibrdtn.inc')
-rw-r--r-- | recipes/ibrdtn/ibrdtn.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/ibrdtn/ibrdtn.inc b/recipes/ibrdtn/ibrdtn.inc new file mode 100644 index 0000000000..30ebbaa77a --- /dev/null +++ b/recipes/ibrdtn/ibrdtn.inc @@ -0,0 +1,9 @@ +DESCRIPTION = "Implementation of the bundle protocol RFC5050" +HOMEPAGE = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/" +SECTION = "devel" +DEPENDS = "libpthread-stubs sqlite3 lua5.1" +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +inherit autotools |