matrix-gui-common: make versioned recipes
[openembedded.git] / recipes / libyaml / libyaml_0.1.2.bb
blobb85d2e48d79179f9f969eff26f6076df072d31fc
1 DESCRIPTION = "LibYAML is a YAML parser and emitter written in C."
2 HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
3 SECTION = "libs/devel"
4 LICENSE = "MIT"
5 PR = "r1"
7 SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
8 S = "${WORKDIR}/yaml-${PV}"
10 inherit autotools
12 SRC_URI[md5sum] = "f6c9b5c2b0f6919abd79f5fd059b01dc"
13 SRC_URI[sha256sum] = "5beb94529cc7ac79b17e354f9b03aea311f5af17be5d48bc39e6f1db5059f70f"