libinih_git.bb 576 B

12345678910111213141516171819202122
  1. SUMMARY = "C and C++ INI Library"
  2. HOMEPAGE = "http://code.google.com/p/inih/"
  3. PV = "0.0+gitr${SRCPV}"
  4. PKGV = "${GITPKGVTAG}"
  5. LICENSE = "BSD-3-Clause"
  6. LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
  7. PR = "r3"
  8. # The github repository provides a cmake and pkg-config integration
  9. SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23"
  10. SRC_URI = "git://github.com/OSSystems/inih.git \
  11. "
  12. UPSTREAM_CHECK_COMMITS = "1"
  13. S = "${WORKDIR}/git"
  14. inherit gitpkgv cmake
  15. # We don't have libinih since we only have static libraries
  16. ALLOW_EMPTY_${PN} = "1"