mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
ruby: upgrade 3.3.5 -> 3.3.6
0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch refreshed for 3.3.6 (From OE-Core rev: f1be2b0edfa9f11de350e9e0d979bc0c6e0b85a4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6fdfde5407
commit
7db0cbc2b6
+3
-3
@@ -1,4 +1,4 @@
|
|||||||
From 91304f26dd4153ecae752ea875eec9ce2d5d3963 Mon Sep 17 00:00:00 2001
|
From d2376d94b4d285062b67803dc3278d58c14a5297 Mon Sep 17 00:00:00 2001
|
||||||
From: Lucas Kanashiro <kanashiro@debian.org>
|
From: Lucas Kanashiro <kanashiro@debian.org>
|
||||||
Date: Fri, 1 Nov 2019 15:25:17 -0300
|
Date: Fri, 1 Nov 2019 15:25:17 -0300
|
||||||
Subject: [PATCH] Make gemspecs reproducible
|
Subject: [PATCH] Make gemspecs reproducible
|
||||||
@@ -12,10 +12,10 @@ Upstream-Status: Backport [debian]
|
|||||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
|
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
|
||||||
index 05ce483..5f2dbd1 100644
|
index e438669..3ce9af8 100644
|
||||||
--- a/lib/rubygems/specification.rb
|
--- a/lib/rubygems/specification.rb
|
||||||
+++ b/lib/rubygems/specification.rb
|
+++ b/lib/rubygems/specification.rb
|
||||||
@@ -1698,7 +1698,9 @@ class Gem::Specification < Gem::BasicSpecification
|
@@ -1707,7 +1707,9 @@ class Gem::Specification < Gem::BasicSpecification
|
||||||
raise(Gem::InvalidSpecificationException,
|
raise(Gem::InvalidSpecificationException,
|
||||||
"invalid date format in specification: #{date.inspect}")
|
"invalid date format in specification: #{date.inspect}")
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ do_configure:prepend() {
|
|||||||
|
|
||||||
DEPENDS:append:libc-musl = " libucontext"
|
DEPENDS:append:libc-musl = " libucontext"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "3781a3504222c2f26cb4b9eb9c1a12dbf4944d366ce24a9ff8cf99ecbce75196"
|
SRC_URI[sha256sum] = "8dc48fffaf270f86f1019053f28e51e4da4cce32a36760a0603a9aee67d7fd8d"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
||||||
Reference in New Issue
Block a user