diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-10-19 21:02:20 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-10-19 21:12:34 +0200 |
commit | e6729d05af14c6626f49442f67c487ad78660ecc (patch) | |
tree | 947245ea0a34104a9d7a43836545cad912e3ace8 /recipes/vala | |
parent | 61a1ec67e6dfb87e5bcab1b67699aefd2111c6c9 (diff) |
vala(-native): bump to 0.7.7+fso5
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/vala')
-rw-r--r-- | recipes/vala/vala-native_0.7.7+fso5.bb | 8 | ||||
-rw-r--r-- | recipes/vala/vala_0.7.7+fso5.bb | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/recipes/vala/vala-native_0.7.7+fso5.bb b/recipes/vala/vala-native_0.7.7+fso5.bb new file mode 100644 index 0000000000..b3d147dd69 --- /dev/null +++ b/recipes/vala/vala-native_0.7.7+fso5.bb @@ -0,0 +1,8 @@ +require vala.inc +inherit native + +PR = "r0" + +DEPENDS = "glib-2.0-native" + +SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2" diff --git a/recipes/vala/vala_0.7.7+fso5.bb b/recipes/vala/vala_0.7.7+fso5.bb new file mode 100644 index 0000000000..df0b593ec3 --- /dev/null +++ b/recipes/vala/vala_0.7.7+fso5.bb @@ -0,0 +1,4 @@ +require vala.inc +PR = "r0" + +SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2" |