[oe-commits] Klaus Kurzmann : vala.inc: remove PV, correct HOMEPAGE and inherit only autotools_stage

git version control git at git.openembedded.org
Sat Sep 19 19:32:02 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Sep 19 21:31:51 2009 +0200

vala.inc: remove PV, correct HOMEPAGE and inherit only autotools_stage

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

---

 recipes/vala/vala.inc |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index 1a16d30..7c1e70a 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -2,14 +2,13 @@ DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming.
 Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
 SECTION = "devel"
 DEPENDS = "glib-2.0 dbus"
-HOMEPAGE = "http://live.gnome.org/Vala"
+HOMEPAGE = "http://vala-project.org"
 LICENSE = "LGPL"
-PV = "0.7.2+0.7.3-fso1"
 INC_PR = "r0"
 
 SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.gz"
 
-inherit autotools autotools_stage
+inherit autotools_stage
 
 EXTRA_OECONF = "--enable-vapigen"
 





More information about the Openembedded-commits mailing list