summaryrefslogtreecommitdiffstats
path: root/recipes-support/puppet-vswitch/puppet-vswitch_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/puppet-vswitch/puppet-vswitch_git.bb')
-rw-r--r--recipes-support/puppet-vswitch/puppet-vswitch_git.bb32
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 @@
1SUMMARY = "Puppet provider for virtual switches."
2HOMEPAGE = "https://github.com/openstack/puppet-vswitch"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
5
6PV = "3.0.0"
7SRCREV = "c374840910c823f7669cf2e1229c7df7192ae880"
8
9SRC_URI = " \
10 git://github.com/openstack/puppet-vswitch.git;branch=master \
11 file://Add-gemspec.patch \
12"
13
14inherit ruby
15
16S="${WORKDIR}/git"
17
18DEPENDS += " \
19 ruby \
20 facter \
21"
22
23RDEPENDS_${PN} += " \
24 ruby \
25 facter \
26 puppet \
27"
28
29RUBY_INSTALL_GEMS = "puppet-vswitch-${PV}.gem"
30
31do_install_append() {
32}