diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-08-19 22:56:11 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-20 13:38:48 -0400 |
| commit | 1aa30310259027ebb87ee95ef914ca3de55d6a09 (patch) | |
| tree | 72a940aacd777a4512771abddcd30637c29b57b7 /recipes-support/ruby-shadow/ruby-shadow_git.bb | |
| parent | bd7a3f804950ae454d025aa8773789441a63820c (diff) | |
| download | meta-cloud-services-1aa30310259027ebb87ee95ef914ca3de55d6a09.tar.gz | |
puppet: move to base layer
Puppet can be used by many 'cloud services', it is not openstack
specific, so moving puppet and puppet related recipes to the
meta-cloud-services base layer. This allows either internal sub-layers
found in meta-cloud-services or external layers to include
meta-cloud-services without being burdened by bbappends and configs
found in meta-openstack.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-support/ruby-shadow/ruby-shadow_git.bb')
| -rw-r--r-- | recipes-support/ruby-shadow/ruby-shadow_git.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-support/ruby-shadow/ruby-shadow_git.bb b/recipes-support/ruby-shadow/ruby-shadow_git.bb new file mode 100644 index 0000000..72be016 --- /dev/null +++ b/recipes-support/ruby-shadow/ruby-shadow_git.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Shadow Password Module" | ||
| 2 | HOMEPAGE = "https://github.com/apalmblad/ruby-shadow" | ||
| 3 | LICENSE = "PD" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=137882914e5269b7268f0fe8e28a3f89" | ||
| 5 | |||
| 6 | PV = "2.4.1" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/apalmblad/ruby-shadow.git" | ||
| 9 | SRCREV = "4231a4838fd50022b112838f114ee0586e119605" | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit ruby | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ruby \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | ruby \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RUBY_INSTALL_GEMS = "ruby-shadow-${PV}.gem" | ||
| 23 | FILES_${PN}-dbg += "/usr/lib64/ruby/gems/*/gems/ruby-shadow-${PV}/.debug/shadow.so" | ||
