[oe-commits] Koen Kooi : cairo git: update SRCREV

git version control git at git.openembedded.org
Sat Sep 12 13:59:15 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c49513ce80d595ac0f4aa12e93b1786b87c2df20
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c49513ce80d595ac0f4aa12e93b1786b87c2df20

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Sep 12 11:49:00 2009 +0200

cairo git: update SRCREV

---

 recipes/cairo/cairo_git.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/cairo/cairo_git.bb b/recipes/cairo/cairo_git.bb
index 4421210..825b601 100644
--- a/recipes/cairo/cairo_git.bb
+++ b/recipes/cairo/cairo_git.bb
@@ -1,5 +1,6 @@
 #This is a development snapshot, so lets hint OE to use the releases
 DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "1"
 
 SECTION = "libs"
 PRIORITY = "optional"
@@ -7,7 +8,10 @@ DEPENDS = "pixman virtual/libx11 libsm libpng fontconfig libxrender"
 DESCRIPTION = "Cairo graphics library"
 LICENSE = "MPL LGPL"
 
-PV = "1.5.3+git${SRCDATE}"
+SRCREV = "3acccf0ea5ca1fde9cf6b91677588680a2644ee6"
+
+PV = "1.9.3"
+PR_append = "+gitr${SRCREV}"
 
 SRC_URI = "git://git.cairographics.org/git/cairo;protocol=git \
 	  "





More information about the Openembedded-commits mailing list