mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
Upstream appear to have regenerated the tarball, the new one is the same except the directory name changed from libyaml to yaml. Adapt to this. (From OE-Core rev: 9ab05b6ec860078df37c4ea68267ecffaa0ce38c) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
644 B
BlitzBasic
19 lines
644 B
BlitzBasic
SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C."
|
|
DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \
|
|
a human-readable data serialization format. "
|
|
HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
|
|
SECTION = "libs/devel"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
|
|
|
|
SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "54bf11ccb8bc488b5b3bec931f5b70dc"
|
|
SRC_URI[sha256sum] = "4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9"
|
|
|
|
S = "${WORKDIR}/yaml-${PV}"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|