diff options
Diffstat (limited to 'meta-ruby/recipes-devtools/ruby/ruby.inc')
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-ruby/recipes-devtools/ruby/ruby.inc index 770286960d..ba60191078 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby.inc +++ b/meta-ruby/recipes-devtools/ruby/ruby.inc | |||
@@ -9,16 +9,14 @@ SECTION = "devel/ruby" | |||
9 | LICENSE = "Ruby | BSD | GPLv2" | 9 | LICENSE = "Ruby | BSD | GPLv2" |
10 | LIC_FILES_CHKSUM = "\ | 10 | LIC_FILES_CHKSUM = "\ |
11 | file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \ | 11 | file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \ |
12 | file://BSDL;md5=3949e007205deef714bd225e1ee4a8ea \ | 12 | file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\ |
13 | file://GPL;md5=393a5ca445f6965873eca0259a17f833 \ | 13 | file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\ |
14 | file://LEGAL;md5=3ce1fae39fe573b818c0af162bce6579 \ | 14 | file://LEGAL;md5=c440adb575ba4e6e2344c2630b6a5584\ |
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" | 17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" |
18 | DEPENDS_class-native = "libyaml-native" | 18 | DEPENDS_class-native = "libyaml-native" |
19 | 19 | ||
20 | INC_PR = "r1" | ||
21 | |||
22 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 20 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
23 | SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ | 21 | SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ |
24 | file://extmk.patch \ | 22 | file://extmk.patch \ |