diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-11 20:14:26 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-11 20:14:43 +0000 |
commit | 31ed0c88aa5dc841a96c7a16abd9cdc8ffb425fc (patch) | |
tree | 10f2bc091b873ff950be8e001a2f797b03f67898 | |
parent | e07ac58169824977f657b124ed2693d25bb04ccb (diff) | |
download | meta-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.patch | 2 | ||||
-rw-r--r-- | recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb | 11 |
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 | |||
6 | Started with an example from here | 6 | Started with an example from here |
7 | http://guides.rubygems.org/make-your-own-gem/ | 7 | http://guides.rubygems.org/make-your-own-gem/ |
8 | 8 | ||
9 | Upstream-Status: Inappropriate [embedded specific] | ||
10 | |||
9 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | 11 | Signed-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 @@ | |||
1 | SUMMARY = "Puppet Labs Standard Library module" | 1 | SUMMARY = "Puppet Labs Standard Library module" |
2 | HOMEPAGE = "https://github.com/puppetlabs/puppetlabs-stdlib" | 2 | HOMEPAGE = "https://github.com/puppetlabs/puppetlabs-stdlib" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38a048b9d82e713d4e1b2573e370a756" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
5 | 5 | ||
6 | PV = "4.10.0" | 6 | PV = "v9.6.0" |
7 | SRCREV = "0b4822be3d2242e83c28ab7fed6c5817adc322d5" | 7 | SRCREV = "99aebdd57d665ac7e2ba38ab95f3fbdbc2fb56e0" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_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 | ||
14 | inherit ruby | 13 | inherit rubyv2 |
15 | 14 | ||
16 | S="${WORKDIR}/git" | 15 | S="${WORKDIR}/git" |
17 | 16 | ||