aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb
blob: 2f6b8d5a348e4d4572f4651a08d8da93798c774b (plain)
1
2
3
4
5
6
7
8
9
10
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;branch=master"

S = "${WORKDIR}/git"

inherit ruby