summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorPablo Saavedra <psaavedra@igalia.com>2018-06-21 10:26:59 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-22 14:39:07 -0400
commit03ab1eb569e11a06f499f9e4e9ab470ca9650c2f (patch)
treeff2feb31058e28ed09d659c7f71b43c68ff7fee9 /recipes-support
parent31e3086409b5055b8ce5962a614f1284003c513d (diff)
downloadmeta-cloud-services-03ab1eb569e11a06f499f9e4e9ab470ca9650c2f.tar.gz
Ruby-shadow upgrade to 2.5.0
Ruby was upgraded to 2.5.0 in sumo. A upgrade in the ruby-shadow is needed to build Upstream changes: * Updates code source reference * Fixes for rubinius and tests * Add friendlier method names * Start to add some smoke tests * Provide info on implementation Finally, this version of the package is alrady added in Debian Buster as well. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/ruby-shadow/ruby-shadow_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/ruby-shadow/ruby-shadow_git.bb b/recipes-support/ruby-shadow/ruby-shadow_git.bb
index 75588f3..e7db6d1 100644
--- a/recipes-support/ruby-shadow/ruby-shadow_git.bb
+++ b/recipes-support/ruby-shadow/ruby-shadow_git.bb
@@ -3,10 +3,10 @@ HOMEPAGE = "https://github.com/apalmblad/ruby-shadow"
3LICENSE = "PD" 3LICENSE = "PD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=137882914e5269b7268f0fe8e28a3f89" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=137882914e5269b7268f0fe8e28a3f89"
5 5
6PV = "2.4.1" 6PV = "2.5.0"
7 7
8SRC_URI = "git://github.com/apalmblad/ruby-shadow.git" 8SRC_URI = "git://github.com/apalmblad/ruby-shadow.git"
9SRCREV = "4231a4838fd50022b112838f114ee0586e119605" 9SRCREV = "d2e822d8a8bda61f0774debbfce363a7347ed893"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12inherit ruby 12inherit ruby