diff options
-rw-r--r-- | recipes/libyaml/libyaml_0.1.2.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/libyaml/libyaml_0.1.2.bb b/recipes/libyaml/libyaml_0.1.2.bb index 0ab816bd33..43dad92087 100644 --- a/recipes/libyaml/libyaml_0.1.2.bb +++ b/recipes/libyaml/libyaml_0.1.2.bb @@ -2,12 +2,9 @@ DESCRIPTION = "LibYAML is a YAML parser and emitter written in C." HOMEPAGE = "http://pyyaml.org/wiki/LibYAML" SECTION = "libs/devel" LICENSE = "MIT" +PR = "r1" SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz" S = "${WORKDIR}/yaml-${PV}" inherit autotools - -do_stage() { - autotools_stage_all -} |