From: Sebastian Spaeth Date: Thu, 5 Nov 2009 07:33:04 +0000 (+0100) Subject: vala-native: add 0.7.8 X-Git-Tag: Release-2010-05/1~1773 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce66333fb47019040f6e8a366bbea2d670387b1b;p=openembedded.git vala-native: add 0.7.8 Signed-off-by: Sebastian Spaeth --- diff --git a/recipes/vala/vala-native_0.7.8.bb b/recipes/vala/vala-native_0.7.8.bb new file mode 100644 index 0000000000..0be4626488 --- /dev/null +++ b/recipes/vala/vala-native_0.7.8.bb @@ -0,0 +1,8 @@ +require vala.inc +inherit native + +PR = "r0" + +DEPENDS = "glib-2.0-native" + +SRC_URI = "http://download.gnome.org/sources/vala/0.7/vala-${PV}.tar.bz2"