summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-10-11 20:14:26 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-10-11 20:14:43 +0000
commit31ed0c88aa5dc841a96c7a16abd9cdc8ffb425fc (patch)
tree10f2bc091b873ff950be8e001a2f797b03f67898
parente07ac58169824977f657b124ed2693d25bb04ccb (diff)
downloadmeta-cloud-services-31ed0c88aa5dc841a96c7a16abd9cdc8ffb425fc.tar.gz
WIP update puppetlabs-stdlib
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch2
-rw-r--r--recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb11
2 files changed, 7 insertions, 6 deletions
diff --git a/recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch b/recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch
index d959aeb..fd65da6 100644
--- a/recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch
+++ b/recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch
@@ -6,6 +6,8 @@ Subject: [PATCH] Add gemspec
6Started with an example from here 6Started with an example from here
7http://guides.rubygems.org/make-your-own-gem/ 7http://guides.rubygems.org/make-your-own-gem/
8 8
9Upstream-Status: Inappropriate [embedded specific]
10
9Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 11Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
10--- 12---
11 puppetlabs-stdlib.gemspec | 12 ++++++++++++ 13 puppetlabs-stdlib.gemspec | 12 ++++++++++++
diff --git a/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb b/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb
index 78ded05..41f8c6e 100644
--- a/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb
+++ b/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb
@@ -1,17 +1,16 @@
1SUMMARY = "Puppet Labs Standard Library module" 1SUMMARY = "Puppet Labs Standard Library module"
2HOMEPAGE = "https://github.com/puppetlabs/puppetlabs-stdlib" 2HOMEPAGE = "https://github.com/puppetlabs/puppetlabs-stdlib"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=38a048b9d82e713d4e1b2573e370a756" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5 5
6PV = "4.10.0" 6PV = "v9.6.0"
7SRCREV = "0b4822be3d2242e83c28ab7fed6c5817adc322d5" 7SRCREV = "99aebdd57d665ac7e2ba38ab95f3fbdbc2fb56e0"
8 8
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/puppetlabs/puppetlabs-stdlib.git;branch=master;protocol=https \ 10 git://github.com/puppetlabs/puppetlabs-stdlib.git;branch=main;protocol=https \
11 file://Add-gemspec.patch \
12" 11"
13 12
14inherit ruby 13inherit rubyv2
15 14
16S="${WORKDIR}/git" 15S="${WORKDIR}/git"
17 16