summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/json_git.bb
diff options
context:
space:
mode:
authorQian Lei <qianl.fnst@cn.fujitsu.com>2015-01-28 10:03:35 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-01-30 00:19:09 -0500
commit08f5108740cf64a696d2552e9922c6de72a9cee6 (patch)
tree844108833d032399c820de5d3116025c8376e48f /meta-openstack/recipes-devtools/ruby/json_git.bb
parentfe7f9088c29cc4041d0ee5f08871308139311127 (diff)
downloadmeta-cloud-services-08f5108740cf64a696d2552e9922c6de72a9cee6.tar.gz
json: Don't compile extensions
Module mkmf is used to generate Makefile, but it uses native libraries instead of target libraries. To avoid arch problem, we don't compile the extension. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/json_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/json_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/json_git.bb b/meta-openstack/recipes-devtools/ruby/json_git.bb
index d3431c7..a852500 100644
--- a/meta-openstack/recipes-devtools/ruby/json_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/json_git.bb
@@ -22,3 +22,4 @@ SRC_URI = " \
22inherit ruby 22inherit ruby
23 23
24BBCLASSEXTEND = "native" 24BBCLASSEXTEND = "native"
25 file://0001-Dont-compile-extensions.patch \