diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-04 08:37:57 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:56:14 +0200 |
commit | 9667f17d6ec3ca1b719d230e69569cf57c766a4d (patch) | |
tree | 2b307dce022a9038dbda39ae796cfeec4d4445a2 /meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb | |
parent | 3f3b11d4c8e4339af8d38bce22e6ebd29ac08fca (diff) | |
download | ast2050-yocto-openembedded-9667f17d6ec3ca1b719d230e69569cf57c766a4d.zip ast2050-yocto-openembedded-9667f17d6ec3ca1b719d230e69569cf57c766a4d.tar.gz |
ruby: package update to verison 2.2.1
LIC_FILES_CHKSUM changes:
BDSL: update copyright notice with "2013"
GPL: update to GPLv2
LEGAL: added license info for ccan files
dropped patches since they are now incorperated.
several security fixes included:
CVE-2014-2525
CVE-2014-0160
CVE-2014-2734
CVE-2014-8080
CVE-2014-8090
for addional information:
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb')
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb deleted file mode 100644 index 834cb71..0000000 --- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb +++ /dev/null @@ -1,50 +0,0 @@ -require ruby.inc -PR = "${INC_PR}.0" - -SRC_URI += "\ - file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \ - file://ruby-1.9.3-always-use-i386.patch \ - file://ruby-1.9.3-disable-versioned-paths.patch \ - file://ruby-1.9.3-rubygems-1.8.11-uninstaller.patch \ - file://ruby-1.9.3-custom-rubygems-location.patch \ - file://rubygems-1.8.11-binary-extensions.patch \ - file://ruby-1.9.3-mkmf-verbose.patch \ - file://ruby-1.9.3-install-cross.patch \ - file://remove-the-dependency-on-dir.patch \ - file://ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch \ -" -SRC_URI[md5sum] = "7531f9b1b35b16f3eb3d7bea786babfd" -SRC_URI[sha256sum] = "9ba118e4aba04c430bc4d5efb09b31a0277e101c9fd2ef3b80b9c684d7ae57a1" - -# it's unknown to configure script, but then passed to extconf.rb -# maybe it's not really needed as we're hardcoding the result with -# 0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch -UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind" - -EXTRA_OECONF = "\ - --enable-wide-getaddrinfo \ - --disable-versioned-paths \ - --disable-rpath \ - --enable-shared \ - --enable-load-relative \ -" - -EXTRA_OEMAKE = " \ - LIBRUBYARG='-lruby-static' \ -" - -do_install() { - oe_runmake 'DESTDIR=${D}' install -} - -FILES_${PN} += "${datadir}/rubygems \ - ${datadir}/ri" - -FILES_${PN}-dbg += "${libdir}/ruby/*/.debug \ - ${libdir}/ruby/*/*/.debug \ - ${libdir}/ruby/*/*/*/.debug" - -BBCLASSEXTEND = "native" |