diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-19 17:39:30 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-19 17:40:01 +0100 |
commit | d5ede6e61ca9577ae91f2bb009e9b7b3139a35b1 (patch) | |
tree | ef356c2eca5ed8c281f2b9453dd2f3fa4b52ef67 /recipes | |
parent | c313ecd0f15e2f2f0ed13998c0daf2d574247988 (diff) |
vala[-native]: add 0.7.9 release
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/vala/vala-native_0.7.7+fso5.bb | 8 | ||||
-rw-r--r-- | recipes/vala/vala-native_0.7.9.bb | 3 | ||||
-rw-r--r-- | recipes/vala/vala.inc | 2 | ||||
-rw-r--r-- | recipes/vala/vala_0.7.7+fso5.bb | 4 | ||||
-rw-r--r-- | recipes/vala/vala_0.7.9.bb (renamed from recipes/vala/vala_0.7.6-fso2.bb) | 2 |
5 files changed, 4 insertions, 15 deletions
diff --git a/recipes/vala/vala-native_0.7.7+fso5.bb b/recipes/vala/vala-native_0.7.7+fso5.bb deleted file mode 100644 index b3d147dd69..0000000000 --- a/recipes/vala/vala-native_0.7.7+fso5.bb +++ /dev/null @@ -1,8 +0,0 @@ -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-native_0.7.9.bb b/recipes/vala/vala-native_0.7.9.bb new file mode 100644 index 0000000000..d6c239f7bf --- /dev/null +++ b/recipes/vala/vala-native_0.7.9.bb @@ -0,0 +1,3 @@ +require vala_${PV}.bb +inherit native +DEPENDS = "glib-2.0-native" diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc index 258a3f7498..620e2a6454 100644 --- a/recipes/vala/vala.inc +++ b/recipes/vala/vala.inc @@ -6,7 +6,7 @@ HOMEPAGE = "http://vala-project.org" LICENSE = "LGPL" INC_PR = "r2" -SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.gz" +SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2" inherit autotools_stage diff --git a/recipes/vala/vala_0.7.7+fso5.bb b/recipes/vala/vala_0.7.7+fso5.bb deleted file mode 100644 index df0b593ec3..0000000000 --- a/recipes/vala/vala_0.7.7+fso5.bb +++ /dev/null @@ -1,4 +0,0 @@ -require vala.inc -PR = "r0" - -SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2" diff --git a/recipes/vala/vala_0.7.6-fso2.bb b/recipes/vala/vala_0.7.9.bb index 7960e624b2..a5b1958f2c 100644 --- a/recipes/vala/vala_0.7.6-fso2.bb +++ b/recipes/vala/vala_0.7.9.bb @@ -1,4 +1,2 @@ require vala.inc PR = "${INC_PR}.0" - - |