diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/method-source_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/method-source_git.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/method-source_git.bb b/meta-openstack/recipes-devtools/ruby/method-source_git.bb new file mode 100644 index 0000000..39b24d1 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/method-source_git.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | SUMMARY = "A utility to return a method's sourcecode as a Ruby string." | ||
| 5 | DESCRIPTION = "A utility to return a method's sourcecode as a Ruby string." | ||
| 6 | |||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7d1a6fbb73f604e1e716380490938bd4" | ||
| 9 | |||
| 10 | PR = "r0" | ||
| 11 | |||
| 12 | BPV = "0.8.2" | ||
| 13 | PV = "${BPV}" | ||
| 14 | SRCREV = "1b1f8323a7c25f29331fe32511f50697e5405dbd" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | ||
| 19 | git://github.com/banister/method_source.git \ | ||
| 20 | file://gemspec-bump-version.patch \ | ||
| 21 | " | ||
| 22 | |||
| 23 | inherit ruby | ||
| 24 | |||
| 25 | RUBY_BUILD_GEMS = "method_source.gemspec" | ||
| 26 | RUBY_INSTALL_GEMS = "method_source-${BPV}.gem" | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native" | ||
