* [Buildroot] [PATCH] package/mcelog: bump to version 191
@ 2023-02-07 10:02 Jordan Speicher
2023-02-07 10:40 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Jordan Speicher @ 2023-02-07 10:02 UTC (permalink / raw)
To: buildroot; +Cc: Jordan Speicher, Romain Naour
Create .os_version to specify the version since there is no git
checkout available.
https://github.com/andikleen/mcelog/releases/tag/v191
https://github.com/andikleen/mcelog/releases/tag/v190
Signed-off-by: Jordan Speicher <jordan@jspeicher.com>
---
package/mcelog/mcelog.hash | 2 +-
package/mcelog/mcelog.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/mcelog/mcelog.hash b/package/mcelog/mcelog.hash
index e0350b085d..23fd4e50f3 100644
--- a/package/mcelog/mcelog.hash
+++ b/package/mcelog/mcelog.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 30364d134ff416f3f9469720add84bdccea226268d334f06022110f484550cd9 mcelog-189.tar.gz
+sha256 b3b2616acde7afba4752d4dc447a2c2ad5a75da65e7496e0da30f8f8d2015cfa mcelog-191.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
diff --git a/package/mcelog/mcelog.mk b/package/mcelog/mcelog.mk
index 8b5876d32e..9f7194e376 100644
--- a/package/mcelog/mcelog.mk
+++ b/package/mcelog/mcelog.mk
@@ -4,13 +4,14 @@
#
################################################################################
-MCELOG_VERSION = 189
+MCELOG_VERSION = 191
MCELOG_SITE = $(call github,andikleen,mcelog,v$(MCELOG_VERSION))
MCELOG_LICENSE = GPL-2.0
MCELOG_LICENSE_FILES = LICENSE
MCELOG_SELINUX_MODULES = mcelog
define MCELOG_BUILD_CMDS
+ echo "$(MCELOG_VERSION)" > $(@D)/.os_version
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
endef
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/mcelog: bump to version 191
2023-02-07 10:02 [Buildroot] [PATCH] package/mcelog: bump to version 191 Jordan Speicher
@ 2023-02-07 10:40 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-07 10:40 UTC (permalink / raw)
To: Jordan Speicher; +Cc: Romain Naour, buildroot
On Tue, 7 Feb 2023 11:02:15 +0100
Jordan Speicher <jordan@jspeicher.com> wrote:
> Create .os_version to specify the version since there is no git
> checkout available.
>
> https://github.com/andikleen/mcelog/releases/tag/v191
> https://github.com/andikleen/mcelog/releases/tag/v190
>
> Signed-off-by: Jordan Speicher <jordan@jspeicher.com>
> ---
> package/mcelog/mcelog.hash | 2 +-
> package/mcelog/mcelog.mk | 3 ++-
> 2 files changed, 3 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-07 10:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07 10:02 [Buildroot] [PATCH] package/mcelog: bump to version 191 Jordan Speicher
2023-02-07 10:40 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox