ibrdtnd: new package
authorTom Sparks <tom_a_sparks@yahoo.com.au>
Sat, 8 Aug 2015 13:07:41 +0000 (23:07 +1000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Aug 2015 18:42:31 +0000 (20:42 +0200)
commitc6551d8199b8ee17035636832e2d816152ee697e
tree2a2b95f55c070e35bbeb9d2fdba3c4f3929f0a7a
parentf56de721c4d98e5c064be584e0efbb14f84b0b71
ibrdtnd: new package

[Thomas:
  - add package to package/Config.in
  - remove "select" on libdaemon, libcurl, sqlite and openssl from
    Config.in, since those are optional dependency.
  - add "select" on ibrcommon, since it is a mandatory dependency.
  - remove bogus includes of package/ibrcommon/Config.in and
    package/ibrdtn/Config.in, those are directly from
    package/Config.in.
  - fix Config.in comment dependency and indentation.
  - remove INSTALL_STAGING = YES, since ibrdtnd does not install a
    library.
  - remove libdaemon, libcurl, sqlite and openssl as mandatory
    dependencies, and handle them as optional dependencies.
  - add ibrcommon in the dependencies (even if ibrdtn already depends
    on it)
  - remove custom INSTALL_STAGING_OPTS and INSTALL_TARGET_OPTS, they
    are not needed, since the Makefiles are properly generated by
    automake.
  - explicitly disable features for which Buildroot doesn't have the
    necessary dependencies (dtndht, wifip2p, vmime)
  - add hash file.]

Signed-off-by: Tom Sparks <tom_a_sparks@yahoo.com.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/ibrdtnd/Config.in [new file with mode: 0644]
package/ibrdtnd/ibrdtnd.hash [new file with mode: 0644]
package/ibrdtnd/ibrdtnd.mk [new file with mode: 0644]