netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / libyaml / libyaml_0.1.2.bb
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"
6
7 SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
8 S = "${WORKDIR}/yaml-${PV}"
9
10 inherit autotools