From eb71de34422991c564731fe1214f76280ca5469f Mon Sep 17 00:00:00 2001 From: Nathan Hartman Date: Thu, 20 Feb 2020 11:58:04 -0800 Subject: Initial sigdump and serverengine ruby recipes Signed-off-by: Nathan Hartman Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb (limited to 'meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb') diff --git a/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb new file mode 100644 index 0000000..fbf651e --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb @@ -0,0 +1,11 @@ +SUMMARY = "Use signal to show stacktrace of a Ruby process without restarting it" +HOMEPAGE = "https://github.com/frsyuki/sigdump" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=07d6218b18fb6826f04fd32b4918f085" + +SRC_URI = "git://github.com/frsyuki/sigdump.git;protocol=https;tag=v0.2.4" + +S = "${WORKDIR}/git" + +inherit ruby -- cgit v1.2.3-54-g00ecf