mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 18:40:03 +00:00
141b959e7b
* SRC_URI is now set initially to real upstream and not freesmartphone.org * reset PR and INC_PR * moved DEPENDS += "gtk+" to vala.inc Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
21 lines
774 B
PHP
21 lines
774 B
PHP
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 gtk+"
|
|
BBCLASSEXTEND = "native"
|
|
DEPENDS_virtclass-native = "glib-2.0-native dbus-native"
|
|
HOMEPAGE = "http://vala-project.org"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
|
INC_PR = "r1"
|
|
|
|
SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
|
|
|
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz"
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF = "--disable-vapigen"
|
|
|
|
FILES_${PN}-doc += "${datadir}/devhelp"
|
|
FILES_${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi"
|