diff options
Diffstat (limited to 'recipes/vala/vala.inc')
-rw-r--r-- | recipes/vala/vala.inc | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc index f5ea1ee520..fa1cf6aaa8 100644 --- a/recipes/vala/vala.inc +++ b/recipes/vala/vala.inc @@ -1,19 +1,15 @@ DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ -Vala compiles to plain C and has no runtime environment nor penality whatsoever." +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" +INC_PR = "r0" -MAJV = "${@bb.data.getVar('PV',d,1)[:3]}" +SRC_URI = "http://www.freesmartphone.org/sources/vala-${VALA_FSO_RELEASE}.tar.gz" +S = "${WORKDIR}/vala-${VALA_FSO_RELEASE}" -SRC_URI = "\ - http://download.gnome.org/sources/vala/${MAJV}/vala-${PV}.tar.bz2 \ - file://static-dbus-methods.patch;patch=1 \ -" -S = "${WORKDIR}/vala-${PV}" - -inherit autotools autotools_stage lib_package +inherit autotools_stage EXTRA_OECONF = "--enable-vapigen" |