[oe-commits] Michael 'Mickey' Lauer : vala-native: build git version from freesmartphone .org which has some additional patches on top

GIT User account git at amethyst.openembedded.net
Mon Mar 16 18:26:12 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Mar 16 19:24:11 2009 +0100

vala-native: build git version from freesmartphone.org which has some additional patches on top
(always sent upstream for inclusion)

---

 packages/vala/vala-native_git.bb |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/packages/vala/vala-native_git.bb b/packages/vala/vala-native_git.bb
index b33dbc2..66abd5e 100644
--- a/packages/vala/vala-native_git.bb
+++ b/packages/vala/vala-native_git.bb
@@ -2,12 +2,15 @@ require vala_0.5.7.bb
 # vala from git always needs the latest released version to compile itself
 DEPENDS = "vala-native"
 
-SRCREV = "633493367757a8e5f663c69c975bf525ab8a6d53"
-PV := "0.5.7+0.5.8pre01-git${SRCREV}"
+SRCREV = "e7462e3ed00b75c16c11c27f6d8a640c7f35fafc"
+PV := "0.5.7+0.5.8pre02-gitr${SRCREV}"
 
 DEFAULT_PREFERENCE = "-1"
 
-SRC_URI = "${GNOME_GIT}/vala;protocol=git;branch=master"
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/vala;protocol=git;branch=master \
+  file://static-dbus-methods.patch;patch=1 \
+"         
 S = "${WORKDIR}/git"
 
 inherit native





More information about the Openembedded-commits mailing list