mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
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:
0
meta-openmoko/packages/vala/.mtn2git_empty
Normal file
0
meta-openmoko/packages/vala/.mtn2git_empty
Normal file
5
meta-openmoko/packages/vala/vala-native_0.1.5.bb
Normal file
5
meta-openmoko/packages/vala/vala-native_0.1.5.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
require vala_${PV}.bb
|
||||
|
||||
inherit native
|
||||
DEPENDS = "glib-2.0-native"
|
||||
|
||||
15
meta-openmoko/packages/vala/vala_0.1.5.bb
Normal file
15
meta-openmoko/packages/vala/vala_0.1.5.bb
Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user