summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Hartman <hnathan918@gmail.com>2020-02-20 11:57:59 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 17:15:26 -0500
commitef9bc1b0d9664eae819b196f410fc301b456cd02 (patch)
tree3bac5ba3eaba1ceffa6cd691460ea1771cf4f40c
parent6b5724a0972457376223a819976cbbbaf8e7a2f3 (diff)
downloadmeta-cloud-services-ef9bc1b0d9664eae819b196f410fc301b456cd02.tar.gz
Uprev'd yajl-ruby to 1.4.0
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb11
-rw-r--r--meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb26
2 files changed, 11 insertions, 26 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
new file mode 100644
index 0000000..4393476
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
@@ -0,0 +1,11 @@
1SUMMARY = "A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)"
2HOMEPAGE = "http://rdoc.info/projects/brianmario/yajl-ruby"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7dbd3a9f471247a243db5b62fe091587"
6
7SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;tag=1.4.0"
8
9S = "${WORKDIR}/git"
10
11inherit ruby
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"