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.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes-support/puppet-vswitch/puppet-vswitch_git.bb b/recipes-support/puppet-vswitch/puppet-vswitch_git.bb
index 14c2dd7..a600466 100644
--- a/recipes-support/puppet-vswitch/puppet-vswitch_git.bb
+++ b/recipes-support/puppet-vswitch/puppet-vswitch_git.bb
@@ -3,15 +3,18 @@ HOMEPAGE = "https://github.com/openstack/puppet-vswitch"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
5 5
6PV = "3.0.0" 6PV = "21.1.0"
7SRCREV = "c374840910c823f7669cf2e1229c7df7192ae880" 7SRCREV = "43ee6e8d174c2748376f5e166a25c7143747b3b9"
8 8
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/openstack/puppet-vswitch.git;branch=master;protocol=https \ 10 git://github.com/openstack/puppet-vswitch.git;branch=master;protocol=https \
11 file://Add-gemspec.patch \ 11 file://puppet-vswitch.gemspec \
12" 12"
13 13
14inherit ruby 14inherit rubyv2
15
16GEM_NAME = "puppetlabs-std"
17GEM_SPEC_FILE = "puppet-vswitch.gemspec"
15 18
16S="${WORKDIR}/git" 19S="${WORKDIR}/git"
17 20