Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rtc-tools: bump to version 2022.02
@ 2024-10-30 13:34 Wolfram Sang
  2024-10-31 18:09 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2024-10-30 13:34 UTC (permalink / raw)
  To: buildroot; +Cc: Wolfram Sang, Thomas Petazzoni

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---

Now I subscribed to the list...

 package/rtc-tools/rtc-tools.hash | 2 +-
 package/rtc-tools/rtc-tools.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/rtc-tools/rtc-tools.hash b/package/rtc-tools/rtc-tools.hash
index a3f3bdcc11..edf65bf968 100644
--- a/package/rtc-tools/rtc-tools.hash
+++ b/package/rtc-tools/rtc-tools.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  68b6820aeb8132b3f034fb79cf761c4549373d67641afb05b58641f1d32bb69f  rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7-git4.tar.gz
+sha256  bc5f025b9d326513f8f0cf3c5afee7d18fa0898b53312881a20f7c099b83f5ae  rtc-tools-2022.02-git4.tar.gz
 sha256  7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a  COPYING
diff --git a/package/rtc-tools/rtc-tools.mk b/package/rtc-tools/rtc-tools.mk
index 2882c88575..a2adc82a9b 100644
--- a/package/rtc-tools/rtc-tools.mk
+++ b/package/rtc-tools/rtc-tools.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-RTC_TOOLS_VERSION = 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7
-RTC_TOOLS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git
+RTC_TOOLS_VERSION = 2022.02
+RTC_TOOLS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git/snapshot
 RTC_TOOLS_SITE_METHOD = git
 RTC_TOOLS_LICENSE = GPL-2.0
 RTC_TOOLS_LICENSE_FILES = COPYING
-- 
2.45.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/rtc-tools: bump to version 2022.02
  2024-10-30 13:34 [Buildroot] [PATCH] package/rtc-tools: bump to version 2022.02 Wolfram Sang
@ 2024-10-31 18:09 ` Thomas Petazzoni via buildroot
  2024-10-31 21:11   ` Wolfram Sang
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-31 18:09 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: buildroot

Hello Wolfram,

On Wed, 30 Oct 2024 15:34:15 +0200
Wolfram Sang <wsa+renesas@sang-engineering.com> wrote:

> diff --git a/package/rtc-tools/rtc-tools.mk b/package/rtc-tools/rtc-tools.mk
> index 2882c88575..a2adc82a9b 100644
> --- a/package/rtc-tools/rtc-tools.mk
> +++ b/package/rtc-tools/rtc-tools.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -RTC_TOOLS_VERSION = 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7
> -RTC_TOOLS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git
> +RTC_TOOLS_VERSION = 2022.02
> +RTC_TOOLS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git/snapshot

It wasn't clear to me what you change the _SITE variable, as it isn't
needed. So I dropped this change, and applied the rest of your patch.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/rtc-tools: bump to version 2022.02
  2024-10-31 18:09 ` Thomas Petazzoni via buildroot
@ 2024-10-31 21:11   ` Wolfram Sang
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2024-10-31 21:11 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 446 bytes --]


> It wasn't clear to me what you change the _SITE variable, as it isn't
> needed. So I dropped this change, and applied the rest of your patch.

Well, I am new to updating buildroot, and when my simple update did not
work, I copy&pasted the 'snapshot' addition to _SITE from another
package, and then it worked. It was probably something else, because
your simplified version now works for me as well. Things happen, sorry
about the confusion!


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-31 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 13:34 [Buildroot] [PATCH] package/rtc-tools: bump to version 2022.02 Wolfram Sang
2024-10-31 18:09 ` Thomas Petazzoni via buildroot
2024-10-31 21:11   ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox