[oe-commits] Michael 'Mickey' Lauer : vala: 0.6.0 -> 0.7.1

GIT User account git at amethyst.openembedded.net
Sun Apr 26 20:37:27 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Apr 26 22:32:09 2009 +0200

vala: 0.6.0 -> 0.7.1
WARNING: Packages changed name due to (bogus) lib_package being removed

---

 conf/checksums.ini                                 |    4 ++++
 ...ive_0.6.0.bb => vala-bootstrap-native_0.7.1.bb} |    0 
 recipes/vala/vala-native_git.bb                    |    4 ++--
 recipes/vala/vala.inc                              |    2 +-
 recipes/vala/{vala_0.6.0.bb => vala_0.7.1.bb}      |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 09f2551..d817026 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -23450,6 +23450,10 @@ sha256=d0425be8572be85b8a7ae802a19bcb73fdeac74906f7bcbbc129697ea6a86f3a
 md5=9e5888a79757eb0f47df118b39762ed6
 sha256=9d1cb3661e6c15059e4eecce323b3f118c243d1f17a1883e2b2d7ca0a16987e5
 
+[http://download.gnome.org/sources/vala/0.7/vala-0.7.1.tar.bz2]
+md5=109ebbd208be08f5d4927d4af6abf574
+sha256=d179f289532180c1285fc93d6df4c6fa4dd914473858f4e29d3da1553cafccb3
+
 [http://www.valgrind.org/downloads/valgrind-3.2.1.tar.bz2]
 md5=9407d33961186814cef0e6ecedfd6318
 sha256=7f9a15d7be16ca03a0912191e8d55a486bf69690e11bb76ccece3eaff3730a33
diff --git a/recipes/vala/vala-bootstrap-native_0.6.0.bb b/recipes/vala/vala-bootstrap-native_0.7.1.bb
similarity index 100%
rename from recipes/vala/vala-bootstrap-native_0.6.0.bb
rename to recipes/vala/vala-bootstrap-native_0.7.1.bb
diff --git a/recipes/vala/vala-native_git.bb b/recipes/vala/vala-native_git.bb
index 545849b..90dd033 100644
--- a/recipes/vala/vala-native_git.bb
+++ b/recipes/vala/vala-native_git.bb
@@ -4,10 +4,10 @@ inherit native
 DEPENDS = "glib-2.0-native"
 # vala from git always needs the latest released version to compile itself
 DEPENDS += "vala-bootstrap-native"
-PV = "0.6.0-fso1-gitr${SRCREV}"
+PV = "0.7.1-fso1-gitr${SRCREV}"
 
 SRC_URI = "\
-  ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.6/posix \
+  ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.7/posix \
   file://static-dbus-methods.patch;patch=1 \
 "         
 S = "${WORKDIR}/git"
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index f5ea1ee..f155338 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -13,7 +13,7 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/vala-${PV}"
 
-inherit autotools autotools_stage lib_package
+inherit autotools autotools_stage
 
 EXTRA_OECONF = "--enable-vapigen"
 
diff --git a/recipes/vala/vala_0.6.0.bb b/recipes/vala/vala_0.7.1.bb
similarity index 83%
rename from recipes/vala/vala_0.6.0.bb
rename to recipes/vala/vala_0.7.1.bb
index e03e39f..b403609 100644
--- a/recipes/vala/vala_0.6.0.bb
+++ b/recipes/vala/vala_0.7.1.bb
@@ -1,3 +1,3 @@
 require vala.inc
 DEPENDS = "vala-bootstrap-native"
-PR = "r2"
+PR = "r0"





More information about the Openembedded-commits mailing list