[oe-commits] Thomas Zimmermann : shr/merge: fix vala recipe

git version control git at git.openembedded.org
Tue Oct 13 19:26:48 UTC 2009


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

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Tue Oct 13 12:59:54 2009 +0000

shr/merge: fix vala recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/vala/vala-native_0.7.7+fso1.bb |    2 ++
 recipes/vala/vala_0.7.7+fso1.bb        |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/vala/vala-native_0.7.7+fso1.bb b/recipes/vala/vala-native_0.7.7+fso1.bb
index b8c0c44..478df1d 100644
--- a/recipes/vala/vala-native_0.7.7+fso1.bb
+++ b/recipes/vala/vala-native_0.7.7+fso1.bb
@@ -4,3 +4,5 @@ inherit native
 PR = "r2"
 
 DEPENDS = "glib-2.0-native"
+
+SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2"
diff --git a/recipes/vala/vala_0.7.7+fso1.bb b/recipes/vala/vala_0.7.7+fso1.bb
index 7b2b4e2..2d9fd60 100644
--- a/recipes/vala/vala_0.7.7+fso1.bb
+++ b/recipes/vala/vala_0.7.7+fso1.bb
@@ -1,2 +1,4 @@
 require vala.inc
 PR = "r2"
+
+SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2"





More information about the Openembedded-commits mailing list