libuio_0.2.1.bb 447 B

12345678910111213141516171819
  1. SUMMARY = "Libuio - helper library for UIO subsystem"
  2. SECTION = "base"
  3. LICENSE = "GPL-2.0-only"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
  5. SRCREV = "17d96e8f9a5bce7cee5e2222855ab46a246dba51"
  6. SRC_URI = "git://git.code.sf.net/p/libuio/code;branch=master;protocol=https"
  7. PV .= "+0.2.2+git"
  8. inherit autotools
  9. S = "${WORKDIR}/git"
  10. PACKAGES += "${PN}-tools"
  11. FILES:${PN} = "${libdir}"
  12. FILES:${PN}-tools = "${bindir}"