mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-05 23:06:24 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
430 B
BlitzBasic
16 lines
430 B
BlitzBasic
DESCRIPTION = "FastCGI is a protocol for interfacing interactive programs with a web server."
|
|
HOMEPAGE = "http://www.fastcgi.com"
|
|
LICENSE = "OML"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.TERMS;md5=e3aacac3a647af6e7e31f181cda0a06a"
|
|
|
|
SRCREV = "382aa2b0d53a87c27f2f647dfaf670375ba0b85f"
|
|
PV = "2.4.2"
|
|
|
|
SRC_URI = "git://github.com/FastCGI-Archives/fcgi2.git;protocol=https;branch=master \
|
|
"
|
|
|
|
|
|
inherit autotools
|
|
|
|
PARALLEL_MAKE = ""
|