Signed-off-by: Jesse Gilles <[email protected]> --- recipes/ruby/ruby.inc | 4 ++-- recipes/ruby/ruby_1.8.7-p302.bb | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc index cd8d2df..cbae809 100644 --- a/recipes/ruby/ruby.inc +++ b/recipes/ruby/ruby.inc @@ -11,8 +11,8 @@ INC_PR = "r2" SHRT_VER = "[email protected]('PV',d,1).split('.')[0]}[email protected]('PV',d,1).split('.')[1]}" SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ file://extmk_run.patch \ - file://openssl.patch \ - file://disable_wide_getaddrinfo_check.patch" + file://extmk.patch \ +" S = "${WORKDIR}/ruby-${PV}" diff --git a/recipes/ruby/ruby_1.8.7-p302.bb b/recipes/ruby/ruby_1.8.7-p302.bb index 8c9da40..13a6652 100644 --- a/recipes/ruby/ruby_1.8.7-p302.bb +++ b/recipes/ruby/ruby_1.8.7-p302.bb @@ -1,10 +1,6 @@ require ruby.inc PR = "${INC_PR}.0" -SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ - file://extmk_run.patch \ - file://extmk.patch \ -" SRC_URI[md5sum] = "f446550dfde0d8162a6ed8d5a38b3ac2" SRC_URI[sha256sum] = "5883df5204de70762602ce885b18c8bf6c856d33298c35df9151031b2ce044a1" -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
