libyaml: Move to new staging
authorMichael Lippautz <michael.lippautz@gmail.com>
Tue, 2 Mar 2010 12:26:50 +0000 (13:26 +0100)
committerMichael Lippautz <michael.lippautz@gmail.com>
Tue, 2 Mar 2010 12:27:57 +0000 (13:27 +0100)
recipes/libyaml/libyaml_0.1.2.bb

index 0ab816b..43dad92 100644 (file)
@@ -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
-}