From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "J. Neuschäfer" <j.neuschaefer@gmx.net>
Cc: James Hilliard <james.hilliard1@gmail.com>,
Grzegorz Blach <grzegorz@blach.pl>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Asaf Kahlon <asafka7@gmail.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2 1/3] package/rpi-rgb-led-matrix: update to latest commit
Date: Tue, 3 Sep 2024 23:43:42 +0200 [thread overview]
Message-ID: <ZteDDiXI7HIKpLP4@landeda> (raw)
In-Reply-To: <20240901-rgbmatrix-v2-1-3a10c3c367e4@gmx.net>
p
J., All,
On 2024-09-01 16:29 +0200, J. Neuschäfer via buildroot spake thusly:
> The rpi-rgb-led-matrix project doesn't have tagged releases, so this
> patch updates the package to the latest commit on the master branch.
>
> Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
> ---
> package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.hash | 2 +-
> package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.hash b/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.hash
> index 265e4c4249..ee6c50dee0 100644
> --- a/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.hash
> +++ b/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.hash
> @@ -1,3 +1,3 @@
> # Locally computed:
> -sha256 490ca6fa0c81451f2472b4aa85796a876790f2e212bf0882e3bb7caf5c47e2c3 rpi-rgb-led-matrix-a56338db0f003d5236f2ce98c73a591d64a70852.tar.gz
> +sha256 9a6da5b0ad730883a5fa18afc59b1297b4b05eb581c2c14ae50a3583296a4bed rpi-rgb-led-matrix-f55736f7595bc028451658996eedea9742688bbc.tar.gz
> sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
> diff --git a/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk b/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk
> index 499fb408c2..53408996a3 100644
> --- a/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk
> +++ b/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -RPI_RGB_LED_MATRIX_VERSION = a56338db0f003d5236f2ce98c73a591d64a70852
> +RPI_RGB_LED_MATRIX_VERSION = f55736f7595bc028451658996eedea9742688bbc # 2024-08-18
Don't add a comment at the end of an assignment, it causes all sorts of
trouble; see commit 375728d0513b (manual: don't use a comment at the end
of the version variable assignment).
I've dropped that, and Applied to next, thanks.
Regards,
Yann E. MORIN.
> RPI_RGB_LED_MATRIX_SITE = $(call github,hzeller,rpi-rgb-led-matrix,$(RPI_RGB_LED_MATRIX_VERSION))
> RPI_RGB_LED_MATRIX_LICENSE = GPL-2.0
> RPI_RGB_LED_MATRIX_LICENSE_FILES = COPYING
>
> --
> 2.45.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-09-03 21:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-01 14:29 [Buildroot] [PATCH v2 0/3] Version bump and python bindings for rpi-rgb-led-matrix J. Neuschäfer via buildroot
2024-09-01 14:29 ` [Buildroot] [PATCH v2 1/3] package/rpi-rgb-led-matrix: update to latest commit J. Neuschäfer via buildroot
2024-09-03 21:43 ` Yann E. MORIN [this message]
2024-09-01 14:29 ` [Buildroot] [PATCH v2 2/3] package/python-rgbmatrix: new package J. Neuschäfer via buildroot
2024-09-03 21:44 ` Yann E. MORIN
2024-09-04 12:04 ` J. Neuschäfer via buildroot
2024-09-01 14:29 ` [Buildroot] [PATCH v2 3/3] DEVELOPERS: add J. Neuschäfer for rpi-rgb-led-matrix/python-rgbmatrix J. Neuschäfer via buildroot
2024-09-03 21:45 ` Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZteDDiXI7HIKpLP4@landeda \
--to=yann.morin.1998@free.fr \
--cc=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
--cc=grzegorz@blach.pl \
--cc=j.neuschaefer@gmx.net \
--cc=james.hilliard1@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.