fcgi_git.bb 437 B

12345678910111213141516
  1. DESCRIPTION = "FastCGI is a protocol for interfacing interactive programs with a web server."
  2. HOMEPAGE = "http://www.fastcgi.com"
  3. LICENSE = "OML"
  4. LIC_FILES_CHKSUM = "file://LICENSE.TERMS;md5=e3aacac3a647af6e7e31f181cda0a06a"
  5. SRCREV = "382aa2b0d53a87c27f2f647dfaf670375ba0b85f"
  6. PV = "2.4.2"
  7. SRC_URI = "git://github.com/FastCGI-Archives/fcgi2.git;protocol=https \
  8. "
  9. S = "${WORKDIR}/git"
  10. inherit autotools
  11. PARALLEL_MAKE = ""