From f3b2dbf15d37f52f289b6ff2ed43a98872209607 Mon Sep 17 00:00:00 2001 From: Michaël Burtin Date: Tue, 29 Apr 2014 12:06:22 +0200 Subject: ruby: remove obsolete extmk_run.patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch does nothing except causing failures from the second build in the same working directory. Signed-off-by: Michaël Burtin Signed-off-by: Martin Jansa --- meta-ruby/recipes-devtools/ruby/ruby.inc | 1 - meta-ruby/recipes-devtools/ruby/ruby/extmk_run.patch | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 meta-ruby/recipes-devtools/ruby/ruby/extmk_run.patch (limited to 'meta-ruby') diff --git a/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-ruby/recipes-devtools/ruby/ruby.inc index 837e52b3a0..e679f27a21 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby.inc +++ b/meta-ruby/recipes-devtools/ruby/ruby.inc @@ -21,7 +21,6 @@ INC_PR = "r1" SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" SRC_URI = "http://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ - file://extmk_run.patch \ file://extmk.patch \ " diff --git a/meta-ruby/recipes-devtools/ruby/ruby/extmk_run.patch b/meta-ruby/recipes-devtools/ruby/ruby/extmk_run.patch deleted file mode 100644 index 57926f51b0..0000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/extmk_run.patch +++ /dev/null @@ -1,15 +0,0 @@ -============================================================ ---- packages/ruby/ruby-1.8.5/extmk_run.patch d9738b5a71e2f9a98d009af9fd0ef1ceaff9ef48 -+++ packages/ruby/ruby-1.8.5/extmk_run.patch d9738b5a71e2f9a98d009af9fd0ef1ceaff9ef48 -@@ -0,0 +1,11 @@ -+--- ruby-1.8.5/common.mk.orig 2006-12-30 13:07:32.000000000 +1100 -++++ ruby-1.8.5/common.mk 2006-12-30 13:08:32.000000000 +1100 -+@@ -56,7 +56,7 @@ -+ --make="$(MAKE)" \ -+ --mflags="$(MFLAGS)" \ -+ --make-flags="$(MAKEFLAGS)" -+-EXTMK_ARGS = $(SCRIPT_ARGS) --extout="$(EXTOUT)" --extension $(EXTS) --extstatic $(EXTSTATIC) -- -++EXTMK_ARGS = $(SCRIPT_ARGS) --with-ldflags="%%TARGET_LDFLAGS%%" --with-cflags="%%TARGET_CFLAGS%%" --extout="$(EXTOUT)" --extension $(EXTS) --extstatic $(EXTSTATIC) -- -+ -+ all: $(MKFILES) $(PREP) $(RBCONFIG) $(LIBRUBY) -+ @$(MINIRUBY) $(srcdir)/ext/extmk.rb $(EXTMK_ARGS) -- cgit 1.2.3-korg