[oe-commits] Michael Lippautz : libyaml: Move to new staging

git version control git at git.openembedded.org
Tue Mar 2 17:39:47 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 9fdf49ca44ad7ffe664882e1a703dcff2013b09d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9fdf49ca44ad7ffe664882e1a703dcff2013b09d

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Tue Mar  2 13:26:50 2010 +0100

libyaml: Move to new staging

---

 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 0ab816b..43dad92 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
-}





More information about the Openembedded-commits mailing list