diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-16 14:42:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-16 14:42:13 -0400 |
| commit | 24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d (patch) | |
| tree | 985a716004a41396bbbcaa4c6e01d7d69848fb13 /meta-openstack/recipes-devtools/ruby | |
| parent | ff75057ed28f942543c951f7af22b891752557f1 (diff) | |
| download | meta-cloud-services-24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d.tar.gz | |
layer/global: update S assignments
Updating meta-cloud-services and sublayers to comply with the UNPACKDIR
changes. The techniques mentioned in the following commit are used:
Author: Alexander Kanavin <alex@linutronix.de>
Date: Tue Jun 24 13:53:51 2025 +0200
migration-guides/migration-5.3.rst: add guidance for breaking WORKDIR changes
(From yocto-docs rev: f59504d8706a817e0b5a6235ebb69cb3b3ebb277)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby')
35 files changed, 0 insertions, 70 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/bundler_git.bb b/meta-openstack/recipes-devtools/ruby/bundler_git.bb index a4300a2..5c5148d 100644 --- a/meta-openstack/recipes-devtools/ruby/bundler_git.bb +++ b/meta-openstack/recipes-devtools/ruby/bundler_git.bb | |||
| @@ -22,8 +22,6 @@ BPV = "1.6.2" | |||
| 22 | PV = "${BPV}" | 22 | PV = "${BPV}" |
| 23 | SRCREV = "06e3647c117da210ffd15a174624497830addd7b" | 23 | SRCREV = "06e3647c117da210ffd15a174624497830addd7b" |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git" | ||
| 26 | |||
| 27 | SRC_URI = " \ | 25 | SRC_URI = " \ |
| 28 | git://github.com/bundler/bundler.git;branch=1-7-stable;protocol=https \ | 26 | git://github.com/bundler/bundler.git;branch=1-7-stable;protocol=https \ |
| 29 | " | 27 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb b/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb index 199fd41..41e0fd0 100644 --- a/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb +++ b/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb | |||
| @@ -18,8 +18,6 @@ BPV = "4.2.3" | |||
| 18 | PV = "${BPV}" | 18 | PV = "${BPV}" |
| 19 | SRCREV = "28fe2928469885b0138de4d4270c6eccac8ab482" | 19 | SRCREV = "28fe2928469885b0138de4d4270c6eccac8ab482" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | |||
| 23 | SRC_URI = " \ | 21 | SRC_URI = " \ |
| 24 | git://github.com/opscode/chef-zero.git;branch=master;protocol=https \ | 22 | git://github.com/opscode/chef-zero.git;branch=master;protocol=https \ |
| 25 | " | 23 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/coderay_git.bb b/meta-openstack/recipes-devtools/ruby/coderay_git.bb index a45942f..b7dc822 100644 --- a/meta-openstack/recipes-devtools/ruby/coderay_git.bb +++ b/meta-openstack/recipes-devtools/ruby/coderay_git.bb | |||
| @@ -13,8 +13,6 @@ BPV = "1.1.0" | |||
| 13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
| 14 | SRCREV = "a48037b85a12228431b32103786456f36beb355f" | 14 | SRCREV = "a48037b85a12228431b32103786456f36beb355f" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
| 19 | git://github.com/rubychan/coderay.git;branch=master;protocol=https \ | 17 | git://github.com/rubychan/coderay.git;branch=master;protocol=https \ |
| 20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb index e2c99d7..8ae17fc 100644 --- a/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb +++ b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb | |||
| @@ -9,8 +9,6 @@ SRC_URI = "git://github.com/ruby-concurrency/concurrent-ruby.git;protocol=https; | |||
| 9 | " | 9 | " |
| 10 | SRCREV = "52c08fca13cc3811673ea2f6fdb244a0e42e0ebe" | 10 | SRCREV = "52c08fca13cc3811673ea2f6fdb244a0e42e0ebe" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | do_install:append () { | 12 | do_install:append () { |
| 15 | rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins | 13 | rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins |
| 16 | } | 14 | } |
diff --git a/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb index 6f6758c..ba95753 100644 --- a/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb +++ b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb | |||
| @@ -17,8 +17,6 @@ PV = "${BPV}" | |||
| 17 | #SRCREV = "d53e92242b9dd6745e56a0ff4ba15d2f62052b91" | 17 | #SRCREV = "d53e92242b9dd6745e56a0ff4ba15d2f62052b91" |
| 18 | SRCREV = "704bc2c0000b5f9bf49d607dcd0d3989b63b2595" | 18 | SRCREV = "704bc2c0000b5f9bf49d607dcd0d3989b63b2595" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 23 | git://github.com/halostatue/diff-lcs.git;branch=master;protocol=https \ | 21 | git://github.com/halostatue/diff-lcs.git;branch=master;protocol=https \ |
| 24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/erubis_git.bb b/meta-openstack/recipes-devtools/ruby/erubis_git.bb index 16fd542..afa41dc 100644 --- a/meta-openstack/recipes-devtools/ruby/erubis_git.bb +++ b/meta-openstack/recipes-devtools/ruby/erubis_git.bb | |||
| @@ -13,8 +13,6 @@ BPV = "2.7.0" | |||
| 13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
| 14 | SRCREV = "1f0b38d9e66885f8af0244d12d1a6702fc04a8de" | 14 | SRCREV = "1f0b38d9e66885f8af0244d12d1a6702fc04a8de" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
| 19 | git://github.com/kwatch/erubis.git;branch=master;protocol=https \ | 17 | git://github.com/kwatch/erubis.git;branch=master;protocol=https \ |
| 20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb b/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb index cfc6828..e36f0de 100644 --- a/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb +++ b/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb | |||
| @@ -7,8 +7,6 @@ SRCREV = "b4814cb672f8d0fef2bf441214aae368a4091662" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;branch=master" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby" | 10 | RDEPENDS:${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby" |
| 13 | 11 | ||
| 14 | inherit ruby | 12 | inherit ruby |
diff --git a/meta-openstack/recipes-devtools/ruby/hashie_git.bb b/meta-openstack/recipes-devtools/ruby/hashie_git.bb index 65ccb11..8226a60 100644 --- a/meta-openstack/recipes-devtools/ruby/hashie_git.bb +++ b/meta-openstack/recipes-devtools/ruby/hashie_git.bb | |||
| @@ -13,8 +13,6 @@ BPV = "3.4.2" | |||
| 13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
| 14 | SRCREV = "02df8918dd07ef2da1aceba5fd17e8757027345a" | 14 | SRCREV = "02df8918dd07ef2da1aceba5fd17e8757027345a" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
| 19 | git://github.com/intridea/hashie.git;branch=master;protocol=https \ | 17 | git://github.com/intridea/hashie.git;branch=master;protocol=https \ |
| 20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/highline_git.bb b/meta-openstack/recipes-devtools/ruby/highline_git.bb index 546bfc9..897610c 100644 --- a/meta-openstack/recipes-devtools/ruby/highline_git.bb +++ b/meta-openstack/recipes-devtools/ruby/highline_git.bb | |||
| @@ -19,8 +19,6 @@ BPV = "1.7.3" | |||
| 19 | PV = "${BPV}" | 19 | PV = "${BPV}" |
| 20 | SRCREV = "327051c1c217df2880c3a53f31484f7e815e847f" | 20 | SRCREV = "327051c1c217df2880c3a53f31484f7e815e847f" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | SRC_URI = " \ | 22 | SRC_URI = " \ |
| 25 | git://github.com/JEG2/highline.git;branch=master;protocol=https \ | 23 | git://github.com/JEG2/highline.git;branch=master;protocol=https \ |
| 26 | " | 24 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb index 4823003..fdf3c6d 100644 --- a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb +++ b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb | |||
| @@ -8,8 +8,6 @@ SRCREV = "71ecce2a498f87ba83ea3d77322a001132610a6e" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "gitsm://github.com/tmm1/http_parser.rb.git;protocol=https;branch=master" | 9 | SRC_URI = "gitsm://github.com/tmm1/http_parser.rb.git;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | # Bitbake doesn't allow the underscore in file name, hence the dash | 11 | # Bitbake doesn't allow the underscore in file name, hence the dash |
| 14 | SRCNAME = "http_parser.rb" | 12 | SRCNAME = "http_parser.rb" |
| 15 | 13 | ||
diff --git a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb index 29a8933..af06892 100644 --- a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb +++ b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb | |||
| @@ -17,8 +17,6 @@ PV = "${BPV}" | |||
| 17 | # SRCREV is one above release as upstream tag was off | 17 | # SRCREV is one above release as upstream tag was off |
| 18 | SRCREV = "96aaf68210d644157bd57a6ec3e38c49f38bfc34" | 18 | SRCREV = "96aaf68210d644157bd57a6ec3e38c49f38bfc34" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 23 | git://github.com/ipaddress-gem/ipaddress.git;branch=master;protocol=https \ | 21 | git://github.com/ipaddress-gem/ipaddress.git;branch=master;protocol=https \ |
| 24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/json_git.bb b/meta-openstack/recipes-devtools/ruby/json_git.bb index 61655e5..583fa86 100644 --- a/meta-openstack/recipes-devtools/ruby/json_git.bb +++ b/meta-openstack/recipes-devtools/ruby/json_git.bb | |||
| @@ -13,8 +13,6 @@ BPV = "1.8.5" | |||
| 13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
| 14 | SRCREV = "4cf6c6270f52888997ec1b626b9f557db4f26f2e" | 14 | SRCREV = "4cf6c6270f52888997ec1b626b9f557db4f26f2e" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
| 19 | git://github.com/flori/json.git;branch=v1.8;protocol=https \ | 17 | git://github.com/flori/json.git;branch=v1.8;protocol=https \ |
| 20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/method-source_git.bb b/meta-openstack/recipes-devtools/ruby/method-source_git.bb index 6756f99..7fcc6ef 100644 --- a/meta-openstack/recipes-devtools/ruby/method-source_git.bb +++ b/meta-openstack/recipes-devtools/ruby/method-source_git.bb | |||
| @@ -13,8 +13,6 @@ BPV = "0.8.2" | |||
| 13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
| 14 | SRCREV = "1b1f8323a7c25f29331fe32511f50697e5405dbd" | 14 | SRCREV = "1b1f8323a7c25f29331fe32511f50697e5405dbd" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
| 19 | git://github.com/banister/method_source.git;branch=master;protocol=https \ | 17 | git://github.com/banister/method_source.git;branch=master;protocol=https \ |
| 20 | file://gemspec-bump-version.patch \ | 18 | file://gemspec-bump-version.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb index 989cb62..db34777 100644 --- a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb | |||
| @@ -16,8 +16,6 @@ BPV = "2.5" | |||
| 16 | PV = "${BPV}" | 16 | PV = "${BPV}" |
| 17 | SRCREV = "bc15d62118b59aabbc9cb6e5734b65bf3bc273f0" | 17 | SRCREV = "bc15d62118b59aabbc9cb6e5734b65bf3bc273f0" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | |||
| 21 | SRC_URI = " \ | 19 | SRC_URI = " \ |
| 22 | git://github.com/halostatue/mime-types.git;branch=master;protocol=https \ | 20 | git://github.com/halostatue/mime-types.git;branch=master;protocol=https \ |
| 23 | " | 21 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb index d10835d..c9f3d91 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb | |||
| @@ -14,8 +14,6 @@ BPV = "1.3.0" | |||
| 14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
| 15 | SRCREV = "db24a56c6f5b99114998a50942220a7023060229" | 15 | SRCREV = "db24a56c6f5b99114998a50942220a7023060229" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
| 20 | git://github.com/opscode/mixlib-authentication.git;branch=master;protocol=https \ | 18 | git://github.com/opscode/mixlib-authentication.git;branch=master;protocol=https \ |
| 21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb index 44309c4..c16c614 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb | |||
| @@ -14,8 +14,6 @@ BPV = "1.5.0" | |||
| 14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
| 15 | SRCREV = "b3b3c12141b5380ec61945770690fc1ae31d92b0" | 15 | SRCREV = "b3b3c12141b5380ec61945770690fc1ae31d92b0" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
| 20 | git://github.com/opscode/mixlib-cli.git;branch=master;protocol=https \ | 18 | git://github.com/opscode/mixlib-cli.git;branch=master;protocol=https \ |
| 21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb index 68eb393..fae4e96 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb | |||
| @@ -14,8 +14,6 @@ BPV = "2.2.1" | |||
| 14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
| 15 | SRCREV = "d7bdd7c999e13a0bd67607011731a536323dd51c" | 15 | SRCREV = "d7bdd7c999e13a0bd67607011731a536323dd51c" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
| 20 | git://github.com/opscode/mixlib-config.git;branch=master;protocol=https \ | 18 | git://github.com/opscode/mixlib-config.git;branch=master;protocol=https \ |
| 21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb index 52a95d6..59190d5 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb | |||
| @@ -14,8 +14,6 @@ BPV = "1.4.1" | |||
| 14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
| 15 | SRCREV = "b750625a79cc46fffe6b886320f96e7874497fa0" | 15 | SRCREV = "b750625a79cc46fffe6b886320f96e7874497fa0" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
| 20 | git://github.com/opscode/mixlib-log.git;branch=master;protocol=https \ | 18 | git://github.com/opscode/mixlib-log.git;branch=master;protocol=https \ |
| 21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb index 70e316e..9f96c23 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb | |||
| @@ -17,8 +17,6 @@ BPV = "2.1.0" | |||
| 17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
| 18 | SRCREV = "27ba1e882dcab280527aa1764d1b45aca3ef5961" | 18 | SRCREV = "27ba1e882dcab280527aa1764d1b45aca3ef5961" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 23 | git://github.com/opscode/mixlib-shellout.git;branch=master;protocol=https \ | 21 | git://github.com/opscode/mixlib-shellout.git;branch=master;protocol=https \ |
| 24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb b/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb index f883556..bc59a50 100644 --- a/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb +++ b/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb | |||
| @@ -8,8 +8,6 @@ SRCREV = "6bbaa97600430c438675540e1f970d61ce5ccd9e" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit rubyv2 | 11 | inherit rubyv2 |
| 14 | 12 | ||
| 15 | GEM_NAME = "msgpack" | 13 | GEM_NAME = "msgpack" |
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb index 160237c..de0e2c8 100644 --- a/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb +++ b/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb | |||
| @@ -17,8 +17,6 @@ BPV = "1.2.0" | |||
| 17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
| 18 | SRCREV = "1de7611a7f7cedbe7a4c6cf3798c88d00637582d" | 18 | SRCREV = "1de7611a7f7cedbe7a4c6cf3798c88d00637582d" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 23 | git://github.com/net-ssh/net-ssh-gateway.git;branch=master;protocol=https \ | 21 | git://github.com/net-ssh/net-ssh-gateway.git;branch=master;protocol=https \ |
| 24 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ | 22 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb index d95042e..f07fbd6 100644 --- a/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb +++ b/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb | |||
| @@ -17,8 +17,6 @@ BPV = "1.2.1" | |||
| 17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
| 18 | SRCREV = "5b668d5ef34102c9ac159a8f21c889fdc7f99f1b" | 18 | SRCREV = "5b668d5ef34102c9ac159a8f21c889fdc7f99f1b" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 23 | git://github.com/net-ssh/net-ssh-multi.git;branch=master;protocol=https \ | 21 | git://github.com/net-ssh/net-ssh-multi.git;branch=master;protocol=https \ |
| 24 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ | 22 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb index 344b34b..252ddd9 100644 --- a/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb +++ b/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb | |||
| @@ -15,8 +15,6 @@ BPV = "2.9.1" | |||
| 15 | PV = "${BPV}" | 15 | PV = "${BPV}" |
| 16 | SRCREV = "9f8607984d8e904f211cc5edb39ab2a2ca94008e" | 16 | SRCREV = "9f8607984d8e904f211cc5edb39ab2a2ca94008e" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | SRC_URI = " \ | 18 | SRC_URI = " \ |
| 21 | git://github.com/net-ssh/net-ssh.git;branch=master;protocol=https \ | 19 | git://github.com/net-ssh/net-ssh.git;branch=master;protocol=https \ |
| 22 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ | 20 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/ohai_git.bb b/meta-openstack/recipes-devtools/ruby/ohai_git.bb index f7bad07..7f219d3 100644 --- a/meta-openstack/recipes-devtools/ruby/ohai_git.bb +++ b/meta-openstack/recipes-devtools/ruby/ohai_git.bb | |||
| @@ -17,8 +17,6 @@ BPV = "8.5.0" | |||
| 17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
| 18 | SRCREV = "5c166cf3fa4b2af541ee54855aae73c809044b3d" | 18 | SRCREV = "5c166cf3fa4b2af541ee54855aae73c809044b3d" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 23 | git://github.com/opscode/ohai.git;branch=master;protocol=https \ | 21 | git://github.com/opscode/ohai.git;branch=master;protocol=https \ |
| 24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/pry_git.bb b/meta-openstack/recipes-devtools/ruby/pry_git.bb index d2c3325..4b9eb03 100644 --- a/meta-openstack/recipes-devtools/ruby/pry_git.bb +++ b/meta-openstack/recipes-devtools/ruby/pry_git.bb | |||
| @@ -15,8 +15,6 @@ BPV = "0.10.1" | |||
| 15 | PV = "${BPV}" | 15 | PV = "${BPV}" |
| 16 | SRCREV = "191dc519813402acd6db0d7f73e652ed61f8111f" | 16 | SRCREV = "191dc519813402acd6db0d7f73e652ed61f8111f" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | SRC_URI = " \ | 18 | SRC_URI = " \ |
| 21 | git://github.com/pry/pry.git;branch=master;protocol=https \ | 19 | git://github.com/pry/pry.git;branch=master;protocol=https \ |
| 22 | file://rdoc-fixup-opt.banner-heredoc.patch \ | 20 | file://rdoc-fixup-opt.banner-heredoc.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/rack_git.bb b/meta-openstack/recipes-devtools/ruby/rack_git.bb index 2c03cff..0af803f 100644 --- a/meta-openstack/recipes-devtools/ruby/rack_git.bb +++ b/meta-openstack/recipes-devtools/ruby/rack_git.bb | |||
| @@ -17,8 +17,6 @@ BPV = "1.6.3" | |||
| 17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
| 18 | SRCREV = "134d6218d0881d87ae6a522e88eafbddb6cd1bb7" | 18 | SRCREV = "134d6218d0881d87ae6a522e88eafbddb6cd1bb7" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 23 | git://github.com/rack/rack.git;branch=1-6-stable;protocol=https \ | 21 | git://github.com/rack/rack.git;branch=1-6-stable;protocol=https \ |
| 24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/rest-client_git.bb b/meta-openstack/recipes-devtools/ruby/rest-client_git.bb index 706af39..7d28ea7 100644 --- a/meta-openstack/recipes-devtools/ruby/rest-client_git.bb +++ b/meta-openstack/recipes-devtools/ruby/rest-client_git.bb | |||
| @@ -15,8 +15,6 @@ BPV = "2.0.0.rc1" | |||
| 15 | PV = "${BPV}" | 15 | PV = "${BPV}" |
| 16 | SRCREV = "40eddc184a7b3fe79f9b68f291e06df4c1fbcb0b" | 16 | SRCREV = "40eddc184a7b3fe79f9b68f291e06df4c1fbcb0b" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | SRC_URI = " \ | 18 | SRC_URI = " \ |
| 21 | git://github.com/rest-client/rest-client.git;branch=master;protocol=https \ | 19 | git://github.com/rest-client/rest-client.git;branch=master;protocol=https \ |
| 22 | " | 20 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb index fc5152e..b4c1354 100644 --- a/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb +++ b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb | |||
| @@ -8,8 +8,6 @@ SRCREV = "57570f04456560512e4efc1c6fa695b76c17dc0d" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/frsyuki/sigdump.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/frsyuki/sigdump.git;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit ruby | 11 | inherit ruby |
| 14 | 12 | ||
| 15 | FILES:${PN} += "${libdir}/*" | 13 | FILES:${PN} += "${libdir}/*" |
diff --git a/meta-openstack/recipes-devtools/ruby/slop_git.bb b/meta-openstack/recipes-devtools/ruby/slop_git.bb index 14debbf..a878866 100644 --- a/meta-openstack/recipes-devtools/ruby/slop_git.bb +++ b/meta-openstack/recipes-devtools/ruby/slop_git.bb | |||
| @@ -13,8 +13,6 @@ BPV = "4.2.0" | |||
| 13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
| 14 | SRCREV = "50c4d5a6553c9d0b78dee35a092ea3a40c136fa1" | 14 | SRCREV = "50c4d5a6553c9d0b78dee35a092ea3a40c136fa1" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
| 19 | git://github.com/leejarvis/slop.git;branch=master;protocol=https \ | 17 | git://github.com/leejarvis/slop.git;branch=master;protocol=https \ |
| 20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb index 900e0f2..f7fd72e 100644 --- a/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb +++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb | |||
| @@ -8,8 +8,6 @@ SRCREV = "1583aaa510cae4660907b22c8262ab31b1eb1864" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "bash" | 11 | RDEPENDS:${PN} = "bash" |
| 14 | 12 | ||
| 15 | inherit rubyv2 | 13 | inherit rubyv2 |
diff --git a/meta-openstack/recipes-devtools/ruby/systemu_git.bb b/meta-openstack/recipes-devtools/ruby/systemu_git.bb index fa407f1..611189e 100644 --- a/meta-openstack/recipes-devtools/ruby/systemu_git.bb +++ b/meta-openstack/recipes-devtools/ruby/systemu_git.bb | |||
| @@ -14,8 +14,6 @@ BPV = "2.5.2" | |||
| 14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
| 15 | SRCREV = "cb253a8bf213beea69f27418202e936a22d7308f" | 15 | SRCREV = "cb253a8bf213beea69f27418202e936a22d7308f" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
| 20 | git://github.com/ahoward/systemu.git;branch=master;protocol=https \ | 18 | git://github.com/ahoward/systemu.git;branch=master;protocol=https \ |
| 21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb b/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb index 7fb9cba..e86638d 100644 --- a/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb +++ b/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb | |||
| @@ -8,8 +8,6 @@ SRCREV = "7645b92dccf2c13e3958fedff7b0d105e1c6bb72" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/tzinfo/tzinfo-data.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/tzinfo/tzinfo-data.git;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit ruby | 11 | inherit ruby |
| 14 | 12 | ||
| 15 | FILES:${PN} += "${libdir}/*" | 13 | FILES:${PN} += "${libdir}/*" |
diff --git a/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.6.bb b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.6.bb index ee41c7e..180e2e5 100644 --- a/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.6.bb +++ b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.6.bb | |||
| @@ -8,8 +8,6 @@ SRCREV = "5fc278676efde3c85a788fa85ddabddcd91b846f" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "concurrent-ruby" | 11 | RDEPENDS:${PN} = "concurrent-ruby" |
| 14 | 12 | ||
| 15 | inherit ruby | 13 | inherit ruby |
diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb index e25be73..9199301 100644 --- a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb +++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb | |||
| @@ -8,8 +8,6 @@ SRCREV = "8830754ac1ca04a0c14f71f6e7c1d240934366fe" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit rubyv2 | 11 | inherit rubyv2 |
| 14 | 12 | ||
| 15 | GEM_NAME = "yajl-ruby" | 13 | GEM_NAME = "yajl-ruby" |
diff --git a/meta-openstack/recipes-devtools/ruby/yard_git.bb b/meta-openstack/recipes-devtools/ruby/yard_git.bb index 2728802..8fcec19 100644 --- a/meta-openstack/recipes-devtools/ruby/yard_git.bb +++ b/meta-openstack/recipes-devtools/ruby/yard_git.bb | |||
| @@ -17,8 +17,6 @@ BPV = "0.8.7.6" | |||
| 17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
| 18 | SRCREV = "d83194e1a09098ec5be28b616cde3b9a15380873" | 18 | SRCREV = "d83194e1a09098ec5be28b616cde3b9a15380873" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 23 | git://github.com/lsegal/yard.git;branch=main;protocol=https \ | 21 | git://github.com/lsegal/yard.git;branch=main;protocol=https \ |
| 24 | " | 22 | " |
