summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
deleted file mode 100644
index 9d8ba54..0000000
--- a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "C binding to the excellent YAJL JSON parsing and generation library."
5DESCRIPTION = "This gem is a C binding to the excellent YAJL JSON \
6parsing and generation library."
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=7edc7ac9885163399dacc69a54b1dc3a"
10
11PR = "r0"
12
13BPV = "1.2.1"
14PV = "${BPV}"
15SRCREV = "d8a0b8d5c879b0810b43eaab241fb87b68c93453"
16
17S = "${WORKDIR}/git"
18
19SRC_URI = " \
20 git://github.com/brianmario/yajl-ruby.git \
21 file://0001-Don-t-compile-extensions.patch \
22 "
23
24inherit ruby
25
26BBCLASSEXTEND = "native"