M7350/oe-core/meta-msm/recipes/libghttp/libghttp_1.0.9.bb
2024-09-09 08:52:07 +00:00

17 lines
490 B
BlitzBasic

DESCRIPTION = "libghttp components."
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit autotools
PR = r1
SRC_URI = "http://libghttp.sourcearchive.com/downloads/${PV}/libghttp_${PV}.orig.tar.gz \
file://libghttp_1.0.9-17.patch"
SRC_URI[md5sum] = "a3b3ebdece45543b41a129cd5a0b0431"
S = "${WORKDIR}/${PN}-${PV}"
do_configure () {
./configure --build=${BUILD_SYS} --host=${HOST_SYS} --target=${TARGET_SYS} --prefix=${prefix}
}