diff options
Diffstat (limited to 'recipes-support/puppet-vswitch/puppet-vswitch_git.bb')
| -rw-r--r-- | recipes-support/puppet-vswitch/puppet-vswitch_git.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/recipes-support/puppet-vswitch/puppet-vswitch_git.bb b/recipes-support/puppet-vswitch/puppet-vswitch_git.bb new file mode 100644 index 0000000..86922ae --- /dev/null +++ b/recipes-support/puppet-vswitch/puppet-vswitch_git.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | SUMMARY = "Puppet provider for virtual switches." | ||
| 2 | HOMEPAGE = "https://github.com/openstack/puppet-vswitch" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 5 | |||
| 6 | PV = "3.0.0" | ||
| 7 | SRCREV = "c374840910c823f7669cf2e1229c7df7192ae880" | ||
| 8 | |||
| 9 | SRC_URI = " \ | ||
| 10 | git://github.com/openstack/puppet-vswitch.git;branch=master \ | ||
| 11 | file://Add-gemspec.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | inherit ruby | ||
| 15 | |||
| 16 | S="${WORKDIR}/git" | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | ruby \ | ||
| 20 | facter \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | ruby \ | ||
| 25 | facter \ | ||
| 26 | puppet \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RUBY_INSTALL_GEMS = "puppet-vswitch-${PV}.gem" | ||
| 30 | |||
| 31 | do_install_append() { | ||
| 32 | } | ||
