summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby/ruby.inc
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-04-11 15:02:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-12 09:29:06 +0100
commitdcfef9fef02f7d122a21c9df47c906fdf1ca0097 (patch)
tree88258045f3d460a3a1f8ed162d86a7e32487d419 /meta/recipes-devtools/ruby/ruby.inc
parent99ec53a051b4118631f91250775e1ca16ccb315b (diff)
downloadpoky-dcfef9fef02f7d122a21c9df47c906fdf1ca0097.tar.gz
ruby: add ptest
(From OE-Core rev: 46f47b700ef7f58c8095db9bd3b4b867a6447360) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ruby/ruby.inc')
-rw-r--r--meta/recipes-devtools/ruby/ruby.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc
index 28e21fee9c..1ecd087d7d 100644
--- a/meta/recipes-devtools/ruby/ruby.inc
+++ b/meta/recipes-devtools/ruby/ruby.inc
@@ -24,7 +24,7 @@ SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \
24 " 24 "
25UPSTREAM_CHECK_URI = "https://www.ruby-lang.org/en/downloads/" 25UPSTREAM_CHECK_URI = "https://www.ruby-lang.org/en/downloads/"
26 26
27inherit autotools 27inherit autotools ptest
28 28
29 29
30# This snippet lets compiled extensions which rely on external libraries, 30# This snippet lets compiled extensions which rely on external libraries,