aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb
blob: fbf651eb6a94eb60b072a336fe8f4e1bd6bf2cd4 (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"

S = "${WORKDIR}/git"

inherit ruby