diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-03-23 13:16:45 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-03-23 13:16:45 +0100 |
commit | a501f95529d16fad725b58c241047bde63825cbf (patch) | |
tree | 14c798d73e7f1edb4cca9e542b91c086d1666d83 /recipes/ruby/ruby.inc | |
parent | 601312550104d2944ad99fe7a84067431f13928a (diff) | |
parent | def27576cc1c2f0336358a4965d421323d6b86fe (diff) |
Merge branch 'org.openembedded.dev' of ssh+git://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/ruby/ruby.inc')
-rw-r--r-- | recipes/ruby/ruby.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc index 4fdfdca976..c9bad796b0 100644 --- a/recipes/ruby/ruby.inc +++ b/recipes/ruby/ruby.inc @@ -4,6 +4,8 @@ SECTION = "devel/ruby" PRIORITY = "optional" LICENSE = "GPL" +INC_PR = "r1" + SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ file://extmk_run.patch;patch=1 \ |