All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0
@ 2020-02-20 19:57 Nathan Hartman
  2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 2/8] Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipes Nathan Hartman
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Nathan Hartman @ 2020-02-20 19:57 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Nathan Hartman

Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
---
 .../recipes-devtools/ruby/yajl-ruby_1.4.0.bb  | 11 ++++++++
 .../recipes-devtools/ruby/yajl-ruby_git.bb    | 26 -------------------
 2 files changed, 11 insertions(+), 26 deletions(-)
 create mode 100644 meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
 delete mode 100644 meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb

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 @@
+SUMMARY = "A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)"
+HOMEPAGE = "http://rdoc.info/projects/brianmario/yajl-ruby"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7dbd3a9f471247a243db5b62fe091587"
+
+SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;tag=1.4.0"
+
+S = "${WORKDIR}/git"
+
+inherit 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 @@
-#
-# Copyright (C) 2014 Wind River Systems, Inc.
-#
-SUMMARY = "C binding to the excellent YAJL JSON parsing and generation library."
-DESCRIPTION = "This gem is a C binding to the excellent YAJL JSON \
-parsing and generation library."
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=7edc7ac9885163399dacc69a54b1dc3a"
-
-PR = "r0"
-
-BPV = "1.2.1"
-PV = "${BPV}"
-SRCREV = "d8a0b8d5c879b0810b43eaab241fb87b68c93453"
-
-S = "${WORKDIR}/git"
-
-SRC_URI = " \
-    git://github.com/brianmario/yajl-ruby.git \
-    file://0001-Don-t-compile-extensions.patch \
-    "
-
-inherit ruby
-
-BBCLASSEXTEND = "native"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-02-27 22:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20 19:57 [meta-virtualization][m-c-s][PATCH 1/8] Uprev'd yajl-ruby to 1.4.0 Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 2/8] Initial concurrent-ruby, tzinfo and tzinfo-data ruby recipes Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 3/8] Initial cool.io ruby recipe Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 4/8] Initial http_parser.rb " Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 5/8] Initial msgpack " Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 6/8] Initial sigdump and serverengine ruby recipes Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 7/8] Initial strptime ruby recipe Nathan Hartman
2020-02-20 19:58 ` [meta-virtualization][m-c-s][PATCH 8/8] Initial fluentd recipe Nathan Hartman
2020-02-20 21:25 ` [meta-virtualization][m-c-s][PATCH 0/8] Added Fluentd and dependencies Nathan Hartman
2020-02-27 22:17   ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.