meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / ruby / ruby / extmk.patch
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/ruby/ruby/extmk.patch b/meta-starlingx/meta-stx-integ/recipes-devtools/ruby/ruby/extmk.patch
deleted file mode 100644 (file)
index 611ea99..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/ext/extmk.rb b/ext/extmk.rb
-index 597fc78..8fad2cc 100755
---- a/ext/extmk.rb
-+++ b/ext/extmk.rb
-@@ -409,7 +409,6 @@ else
- end
- $ruby << " -I'$(topdir)'"
- unless CROSS_COMPILING
--  $ruby << " -I'$(top_srcdir)/lib'"
-   $ruby << " -I'$(extout)/$(arch)' -I'$(extout)/common'" if $extout
-   ENV["RUBYLIB"] = "-"
- end