dleyna-core_0.6.0.bb 762 B

1234567891011121314151617181920
  1. SUMMARY = "Utility functions for dLeyna libraries"
  2. DESCRIPTION = "dleyna-core is a library of utility functions that are used \
  3. by the higher level dLeyna libraries that communicate with DLNA devices, \
  4. e.g., dleyna-server. In brief, it provides APIs for logging, error, settings \
  5. and task management and an IPC asbstraction API."
  6. HOMEPAGE = "https://01.org/dleyna/"
  7. LICENSE = "LGPLv2.1+"
  8. LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
  9. file://libdleyna/core/core.c;endline=21;md5=68602998351825b0844aae34c684c54e"
  10. DEPENDS = "glib-2.0 gupnp"
  11. PV .= "+git${SRCPV}"
  12. SRC_URI = "git://github.com/01org/${BPN}.git"
  13. SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b"
  14. S = "${WORKDIR}/git"
  15. inherit autotools pkgconfig