From ef9bc1b0d9664eae819b196f410fc301b456cd02 Mon Sep 17 00:00:00 2001 From: Nathan Hartman Date: Thu, 20 Feb 2020 11:57:59 -0800 Subject: Uprev'd yajl-ruby to 1.4.0 Signed-off-by: Nathan Hartman Signed-off-by: Bruce Ashfield --- .../recipes-devtools/ruby/yajl-ruby_git.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb (limited to 'meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb') 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" -- cgit v1.2.3-54-g00ecf