[oe-commits] Klaus Kurzmann : vala.inc: disable vapigen as it' s not strictly needed and does not work (yet)

git version control git at git.openembedded.org
Thu Oct 22 09:30:06 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Oct 19 21:04:32 2009 +0200

vala.inc: disable vapigen as it's not strictly needed and does not work (yet)

Acked-By: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

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

diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index 7c1e70a..f45d557 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -4,12 +4,12 @@ SECTION = "devel"
 DEPENDS = "glib-2.0 dbus"
 HOMEPAGE = "http://vala-project.org"
 LICENSE = "LGPL"
-INC_PR = "r0"
+INC_PR = "r1"
 
 SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.gz"
 
 inherit autotools_stage
 
-EXTRA_OECONF = "--enable-vapigen"
+EXTRA_OECONF = "--disable-vapigen"
 
 FILES_${PN}-doc += ${datadir}/devhelp





More information about the Openembedded-commits mailing list