diff options
author | John Klug <john.klug@multitech.com> | 2017-04-11 17:14:40 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:21:54 -0500 |
commit | c9515b69abd1fcf8182c930651e9677d249a8212 (patch) | |
tree | eb185abeafd8fd45c5775bdd99451391f36e6bf7 /recipes-ruby | |
parent | ee18b442388c36edd3f12e2249d0a59639857e13 (diff) | |
download | meta-mlinux-c9515b69abd1fcf8182c930651e9677d249a8212.tar.gz meta-mlinux-c9515b69abd1fcf8182c930651e9677d249a8212.tar.bz2 meta-mlinux-c9515b69abd1fcf8182c930651e9677d249a8212.zip |
Need ruby-serialport 1.3.1 to avoid gcc errors
Diffstat (limited to 'recipes-ruby')
-rw-r--r-- | recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb (renamed from recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb b/recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb index 6767e55..c0510e9 100644 --- a/recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb +++ b/recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb @@ -9,8 +9,8 @@ DEPENDS = "ruby" PR = "r2" -# tag v1.1.0 -SRCREV = "709e385f6d20aaadc7f3252af59250336d27e607" +# tag v1.3.0 +SRCREV = "2781dbb1ffbf33d7c65478aa25dad5f954d0d3bf" SRC_URI = "git://github.com/hparra/ruby-serialport.git;protocol=git" |