diff options
| author | Pablo Saavedra <psaavedra@igalia.com> | 2018-06-21 10:26:59 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-22 14:39:07 -0400 |
| commit | 03ab1eb569e11a06f499f9e4e9ab470ca9650c2f (patch) | |
| tree | ff2feb31058e28ed09d659c7f71b43c68ff7fee9 | |
| parent | 31e3086409b5055b8ce5962a614f1284003c513d (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-support/ruby-shadow/ruby-shadow_git.bb | 4 |
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" | |||
| 3 | LICENSE = "PD" | 3 | LICENSE = "PD" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=137882914e5269b7268f0fe8e28a3f89" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=137882914e5269b7268f0fe8e28a3f89" |
| 5 | 5 | ||
| 6 | PV = "2.4.1" | 6 | PV = "2.5.0" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/apalmblad/ruby-shadow.git" | 8 | SRC_URI = "git://github.com/apalmblad/ruby-shadow.git" |
| 9 | SRCREV = "4231a4838fd50022b112838f114ee0586e119605" | 9 | SRCREV = "d2e822d8a8bda61f0774debbfce363a7347ed893" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | inherit ruby | 12 | inherit ruby |
