mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 17:09:42 +01:00
This adds or fixes the Upstream-Status for all remaining patches missing it in OE-Core. (From OE-Core rev: 563cab8e823c3fde8ae4785ceaf4d68a5d3e25df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
578 B
Diff
15 lines
578 B
Diff
Upstream-Status: Pending
|
|
diff -ru ruby-1.8.7-p248.orig/ext/extmk.rb ruby-1.8.7-p248/ext/extmk.rb
|
|
--- ruby-1.8.7-p248.orig/ext/extmk.rb 2009-12-24 03:01:58.000000000 -0600
|
|
+++ ruby-1.8.7-p248/ext/extmk.rb 2010-02-12 15:55:27.370061558 -0600
|
|
@@ -354,8 +354,8 @@
|
|
$ruby = '$(topdir)/miniruby' + EXEEXT
|
|
end
|
|
$ruby << " -I'$(topdir)'"
|
|
+$ruby << " -I'$(top_srcdir)/lib'"
|
|
unless CROSS_COMPILING
|
|
- $ruby << " -I'$(top_srcdir)/lib'"
|
|
$ruby << " -I'$(extout)/$(arch)' -I'$(extout)/common'" if $extout
|
|
$ruby << " -I./- -I'$(top_srcdir)/ext' -rpurelib.rb"
|
|
ENV["RUBYLIB"] = "-"
|