diff options
author | Michael Lippautz <michael.lippautz@gmail.com> | 2010-03-02 13:26:50 +0100 |
---|---|---|
committer | Michael Lippautz <michael.lippautz@gmail.com> | 2010-03-02 13:27:57 +0100 |
commit | 9fdf49ca44ad7ffe664882e1a703dcff2013b09d (patch) | |
tree | bf957bee2c1fc75ce76a796d66ee190c75a94490 /recipes/libyaml/libyaml_0.1.2.bb | |
parent | 09bb1fc0bfd6bd9e2a1c592f239f825dd998503b (diff) |
libyaml: Move to new staging
Diffstat (limited to 'recipes/libyaml/libyaml_0.1.2.bb')
-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 -} |