summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/ruby/json_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/json_git.bb b/meta-openstack/recipes-devtools/ruby/json_git.bb
index a852500..f738ece 100644
--- a/meta-openstack/recipes-devtools/ruby/json_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/json_git.bb
@@ -17,9 +17,9 @@ S = "${WORKDIR}/git"
17 17
18SRC_URI = " \ 18SRC_URI = " \
19 git://github.com/flori/json.git \ 19 git://github.com/flori/json.git \
20 file://0001-Dont-compile-extensions.patch \
20 " 21 "
21 22
22inherit ruby 23inherit ruby
23 24
24BBCLASSEXTEND = "native" 25BBCLASSEXTEND = "native"
25 file://0001-Dont-compile-extensions.patch \
diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
index 9531142..ecc8d43 100644
--- a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
@@ -18,9 +18,9 @@ S = "${WORKDIR}/git"
18 18
19SRC_URI = " \ 19SRC_URI = " \
20 git://github.com/brianmario/yajl-ruby.git \ 20 git://github.com/brianmario/yajl-ruby.git \
21 file://0001-Don-t-compile-extensions.patch \
21 " 22 "
22 23
23inherit ruby 24inherit ruby
24 25
25BBCLASSEXTEND = "native" 26BBCLASSEXTEND = "native"
26 file://0001-Don-t-compile-extensions.patch \