diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-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 |
6 files changed, 8 insertions, 15 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index cf43c35f77..836e8d3bc7 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -27110,6 +27110,10 @@ sha256=b2daf636d95ef66ffd5132eacf18335073b71bfaa18f7ad06f25bcf9673aa747 md5=accd0d350c6d6de7527a0a65c40f8be2 sha256=b2daf636d95ef66ffd5132eacf18335073b71bfaa18f7ad06f25bcf9673aa747 +[http://www.freesmartphone.org/sources/vala-0.7.9.tar.bz2] +md5=f2f8b2914361db599fd6392ec27f7042 +sha256=a71d59cfed750ff402fece5e7d4b656caf3377d5a6bfe5339894f1b13769d58d + [http://www.valgrind.org/downloads/valgrind-3.2.1.tar.bz2] md5=9407d33961186814cef0e6ecedfd6318 sha256=7f9a15d7be16ca03a0912191e8d55a486bf69690e11bb76ccece3eaff3730a33 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" - - |