diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-05 08:33:04 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-05 08:34:15 +0100 |
commit | ce66333fb47019040f6e8a366bbea2d670387b1b (patch) | |
tree | 0b23b19b118f50b9630a1526410b76c5eb926fed /recipes | |
parent | b084808fca53235980c49784adf13d42edabcb28 (diff) |
vala-native: add 0.7.8
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/vala/vala-native_0.7.8.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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" |