diff options
Diffstat (limited to 'recipes/ruby/ruby_1.8.7-p248.bb')
-rw-r--r-- | recipes/ruby/ruby_1.8.7-p248.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb index 827327b3d8..ae660fbbf7 100644 --- a/recipes/ruby/ruby_1.8.7-p248.bb +++ b/recipes/ruby/ruby_1.8.7-p248.bb @@ -1,4 +1,5 @@ require ruby.inc +PR = "${INC_PR}.0" DEPENDS = "ruby-native zlib openssl" SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ file://extmk_run.patch;patch=1 \ @@ -6,4 +7,4 @@ SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ " FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \ ${libdir}/ruby/1.8/*/*/.debug" - +BBCLASSEXTEND = "native" |