vala(-native): added to satisfy dependencies of openmoko-terminal2

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4657 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-06-14 14:28:48 +00:00
parent af93369dd7
commit 5b6fb58329
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
require vala_${PV}.bb
inherit native
DEPENDS = "glib-2.0-native"

View File

@ -0,0 +1,15 @@
DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. Vala compiles to C"
SECTION = "devel"
DEPENDS = "glib-2.0"
HOMEPAGE = "http://live.gnome.org/Vala"
LICENSE = "LGPL"
SRC_URI = "http://download.gnome.org/sources/vala/0.1/vala-${PV}.tar.bz2"
S = "${WORKDIR}/vala-${PV}"
inherit autotools lib_package
do_stage() {
autotools_stage_all
}