diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-05-10 09:03:57 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-05-10 16:48:51 +0200 |
commit | 651255194b93af30e3a7cec39a953c8cd61fcb2b (patch) | |
tree | f3b0f6f884a1977052602aab032dee30f329a0c9 /recipes/vala | |
parent | a8d24bab84b01bc946849d29d50d11f5b75dcbcb (diff) |
vala: 0.8.0.128 -> 0.8.1.1
Diffstat (limited to 'recipes/vala')
-rw-r--r-- | recipes/vala/vala.inc | 2 | ||||
-rw-r--r-- | recipes/vala/vala_0.8.0.128-1150.bb | 5 | ||||
-rw-r--r-- | recipes/vala/vala_0.8.1.1.bb | 5 |
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc index a81fe2776d..7324eab4f0 100644 --- a/recipes/vala/vala.inc +++ b/recipes/vala/vala.inc @@ -6,7 +6,7 @@ BBCLASSEXTEND = "native" DEPENDS_virtclass-native = "glib-2.0-native dbus-native" HOMEPAGE = "http://vala-project.org" LICENSE = "LGPL" -INC_PR = "r2" +INC_PR = "r0" # # WARNING: This source release has specifically been built for OpenEmbedded. diff --git a/recipes/vala/vala_0.8.0.128-1150.bb b/recipes/vala/vala_0.8.0.128-1150.bb deleted file mode 100644 index 0c8bcbb2a6..0000000000 --- a/recipes/vala/vala_0.8.0.128-1150.bb +++ /dev/null @@ -1,5 +0,0 @@ -require vala.inc -PR = "${INC_PR}.0" - -SRC_URI[archive.md5sum] = "01c93c64e11f79bd08ab0bd6cdf4fbbc" -SRC_URI[archive.sha256sum] = "6888d438f0b9f314c36a94a0e114711614b55df6227545504c13909992ddd412" diff --git a/recipes/vala/vala_0.8.1.1.bb b/recipes/vala/vala_0.8.1.1.bb new file mode 100644 index 0000000000..7918e43d51 --- /dev/null +++ b/recipes/vala/vala_0.8.1.1.bb @@ -0,0 +1,5 @@ +require vala.inc +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "54cf066775c1f09ec555f7eca2986c51" +SRC_URI[archive.sha256sum] = "93de48a77946b8d84cee24bba7873638aa48e6a99fb834c6b5d3b43a918e56e7" |