diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-05-07 11:31:20 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-05-07 22:36:21 +0200 |
commit | c31bade57d9420508f15ef7aa0ca40f3680f4cac (patch) | |
tree | ec1ec15ea9867979460eaa6b4b68dfbf7a522b67 | |
parent | 9d6c613be4e48ca50dc08b7c8a843cfec04ace62 (diff) |
vala: 0.8.0.95-e7a7 -> 0.8.0.128-1150
Also convert to BBCLASSEXTEND = native
-rw-r--r-- | recipes/vala/vala-native_0.8.0.95-e7a7.bb | 3 | ||||
-rw-r--r-- | recipes/vala/vala.inc | 6 | ||||
-rw-r--r-- | recipes/vala/vala_0.8.0.128-1150.bb | 5 | ||||
-rw-r--r-- | recipes/vala/vala_0.8.0.95-e7a7.bb | 5 |
4 files changed, 9 insertions, 10 deletions
diff --git a/recipes/vala/vala-native_0.8.0.95-e7a7.bb b/recipes/vala/vala-native_0.8.0.95-e7a7.bb deleted file mode 100644 index d6c239f7bf..0000000000 --- a/recipes/vala/vala-native_0.8.0.95-e7a7.bb +++ /dev/null @@ -1,3 +0,0 @@ -require vala_${PV}.bb -inherit native -DEPENDS = "glib-2.0-native" diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc index 1cecc098f9..a81fe2776d 100644 --- a/recipes/vala/vala.inc +++ b/recipes/vala/vala.inc @@ -2,13 +2,15 @@ DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. Vala compiles to plain C and has no runtime environment nor penalities whatsoever." SECTION = "devel" DEPENDS = "glib-2.0 dbus" +BBCLASSEXTEND = "native" +DEPENDS_virtclass-native = "glib-2.0-native dbus-native" HOMEPAGE = "http://vala-project.org" LICENSE = "LGPL" -INC_PR = "r1" +INC_PR = "r2" # # WARNING: This source release has specifically been built for OpenEmbedded. -# Don't update to an upstream release! +# Don't update to any upstream release without consulting the recipe maintainer. # SRC_URI = "\ diff --git a/recipes/vala/vala_0.8.0.128-1150.bb b/recipes/vala/vala_0.8.0.128-1150.bb new file mode 100644 index 0000000000..0c8bcbb2a6 --- /dev/null +++ b/recipes/vala/vala_0.8.0.128-1150.bb @@ -0,0 +1,5 @@ +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.0.95-e7a7.bb b/recipes/vala/vala_0.8.0.95-e7a7.bb deleted file mode 100644 index 6f37c896a0..0000000000 --- a/recipes/vala/vala_0.8.0.95-e7a7.bb +++ /dev/null @@ -1,5 +0,0 @@ -require vala.inc -PR = "${INC_PR}.0" - -SRC_URI[archive.md5sum] = "8c51fca23c0f3b97a41f95091eecede0" -SRC_URI[archive.sha256sum] = "c2a70074885ad7f86bef3455bf6080b6a550078455930dc7f6fd0db603af522b" |