diff options
Diffstat (limited to 'recipes-support/puppet-vswitch/puppet-vswitch_git.bb')
-rw-r--r-- | recipes-support/puppet-vswitch/puppet-vswitch_git.bb | 11 |
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" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
5 | 5 | ||
6 | PV = "3.0.0" | 6 | PV = "21.1.0" |
7 | SRCREV = "c374840910c823f7669cf2e1229c7df7192ae880" | 7 | SRCREV = "43ee6e8d174c2748376f5e166a25c7143747b3b9" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_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 | ||
14 | inherit ruby | 14 | inherit rubyv2 |
15 | |||
16 | GEM_NAME = "puppetlabs-std" | ||
17 | GEM_SPEC_FILE = "puppet-vswitch.gemspec" | ||
15 | 18 | ||
16 | S="${WORKDIR}/git" | 19 | S="${WORKDIR}/git" |
17 | 20 | ||