ade_0.1.1f.bb 712 B

12345678910111213141516171819202122
  1. SUMMARY = "A graph construction, manipulation, and processing framework"
  2. DESCRIPTION = "ADE Framework is a graph construction, manipulation, \
  3. and processing framework. ADE Framework is suitable for \
  4. organizing data flow processing and execution."
  5. HOMEPAGE = "https://github.com/opencv/ade"
  6. SRC_URI = "git://github.com/opencv/ade.git \
  7. file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \
  8. "
  9. SRCREV = "58b2595a1a95cc807be8bf6222f266a9a1f393a9"
  10. LICENSE = "Apache-2.0"
  11. LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
  12. inherit cmake
  13. S = "${WORKDIR}/git"
  14. EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release"
  15. FILES_${PN}-dev += "${datadir}/${BPN}/*.cmake"