From 9fdf49ca44ad7ffe664882e1a703dcff2013b09d Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Tue, 2 Mar 2010 13:26:50 +0100 Subject: libyaml: Move to new staging --- recipes/libyaml/libyaml_0.1.2.bb | 5 +---- 1 file changed, 1 insertion(+), 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 -} -- cgit 1.2.3-korg