summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
diff options
context:
space:
mode:
authorQian Lei <qianl.fnst@cn.fujitsu.com>2015-01-28 10:03:36 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-01-30 00:19:10 -0500
commit7ee6d9c99ab2a27ee700a53e47854e3c8eee7671 (patch)
tree321244a6af41f332c67e271bac2d5f20d5f5dcca /meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
parent08f5108740cf64a696d2552e9922c6de72a9cee6 (diff)
downloadmeta-cloud-services-7ee6d9c99ab2a27ee700a53e47854e3c8eee7671.tar.gz
yajl-ruby: 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/yajl-ruby_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
index 2bdd218..9531142 100644
--- a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
@@ -23,3 +23,4 @@ SRC_URI = " \
23inherit ruby 23inherit ruby
24 24
25BBCLASSEXTEND = "native" 25BBCLASSEXTEND = "native"
26 file://0001-Don-t-compile-extensions.patch \