aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ruby/ruby_1.8.7-p248.bb
blob: 22704a21e67a50be0187fd2c1d91e3f7b7021117 (plain)
1
2
3
4
5
6
7
8
9
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;patch=1 \
           file://extmk.patch;patch=1 \
"
FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \
                    ${libdir}/ruby/1.8/*/*/.debug"
BBCLASSEXTEND = "native"