diff options
Diffstat (limited to 'meta-ruby/recipes-devtools/ruby/ruby_1.8.7-p302.bb')
| -rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby_1.8.7-p302.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.8.7-p302.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.8.7-p302.bb new file mode 100644 index 0000000000..299187ca65 --- /dev/null +++ b/meta-ruby/recipes-devtools/ruby/ruby_1.8.7-p302.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | require ruby.inc | ||
| 2 | PR = "${INC_PR}.0" | ||
| 3 | |||
| 4 | SRC_URI += "file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "f446550dfde0d8162a6ed8d5a38b3ac2" | ||
| 7 | SRC_URI[sha256sum] = "5883df5204de70762602ce885b18c8bf6c856d33298c35df9151031b2ce044a1" | ||
| 8 | |||
| 9 | FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \ | ||
| 10 | ${libdir}/ruby/1.8/*/*/.debug" | ||
| 11 | BBCLASSEXTEND = "native" | ||
| 12 | |||
