buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: Indrek Kruusa <indrek.kruusa@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/mmc-utils: bump to version d4c2910981ff99b983734426dfa99632fb81ac6b
Date: Sun, 19 Mar 2023 20:56:19 +0100	[thread overview]
Message-ID: <6f57dc7b-ed61-7218-13a1-34f1456478c8@benettiengineering.com> (raw)
In-Reply-To: <CA+fTLhhVYuSq+ygavwF5wg2SonW55Mg0_ZM2CyOc=jhFUVsOzw@mail.gmail.com>

Hi Indrek,

please use plain-text e-mail and not HTML one,

On 19/03/23 20:42, Indrek Kruusa wrote:
> Kontakt Giulio Benetti (<giulio.benetti@benettiengineering.com 
> <mailto:giulio.benetti@benettiengineering.com>>) kirjutas kuupäeval P, 
> 19. märts 2023 kell 21:29:
> 
>     Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com
>     <mailto:giulio.benetti@benettiengineering.com>>
>     ---
>       package/mmc-utils/mmc-utils.hash | 4 ++--
>       package/mmc-utils/mmc-utils.mk <http://mmc-utils.mk>   | 2 +-
>       2 files changed, 3 insertions(+), 3 deletions(-)
> 
>     diff --git a/package/mmc-utils/mmc-utils.hash
>     b/package/mmc-utils/mmc-utils.hash
>     index 1256f63487..22d34c3d40 100644
>     --- a/package/mmc-utils/mmc-utils.hash
>     +++ b/package/mmc-utils/mmc-utils.hash
>     @@ -1,3 +1,3 @@
>       # Locally computed
>     -sha256 
>     f6ed1cb2f02d49df4244f8872b47b22780dd634fa19d857298ce1b793752776f 
>     mmc-utils-dfc3b6ecda84d21418fb4408b39c5c71db4c6458-br1.tar.gz
>     -sha256 
>     f57e3c6169116aa9ff06eec95734ca000e4d0196467bb221e80e50530c768081  mmc.h
>     +sha256 
>     e5a8dacf26a178010202c8fa7cb28b01f50fe967da98cdbdf320b2f110920106 
>     mmc-utils-d4c2910981ff99b983734426dfa99632fb81ac6b-br1.tar.gz
>     +sha256 
>     f0b53b9d58ee24e8bd9bb69bf4b31f8d1d031cf4f5d5078842198bbc6a779ca5  mmc.h
>     diff --git a/package/mmc-utils/mmc-utils.mk <http://mmc-utils.mk>
>     b/package/mmc-utils/mmc-utils.mk <http://mmc-utils.mk>
>     index 435e6ae7f1..bc0fc7aaf2 100644
>     --- a/package/mmc-utils/mmc-utils.mk <http://mmc-utils.mk>
>     +++ b/package/mmc-utils/mmc-utils.mk <http://mmc-utils.mk>
>     @@ -4,7 +4,7 @@
>       #
>       ################################################################################
> 
>     -MMC_UTILS_VERSION = dfc3b6ecda84d21418fb4408b39c5c71db4c6458
>     +MMC_UTILS_VERSION = d4c2910981ff99b983734426dfa99632fb81ac6b
>       MMC_UTILS_SITE =
>     https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
>     <https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git>
> 
> 
> I happened to click on that git.kernel.org 
> <https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git> link 
> and it doesn't work. But then where does this version come from?

that is the git repository address, it's not the same address of the
git-web frontend. If doesn't show up on the browser it doesn't mean git
doesn't work. Try to:
$ git clone 
https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git

and you will see that it will clone the repository.

Best regards
-- 
Giulio Benetti
Benetti Engineering sas

> 
> Best regards,
> Indrek
> 
> 
>       MMC_UTILS_SITE_METHOD = git
>       MMC_UTILS_LICENSE = GPL-2.0
>     -- 
>     2.34.1
> 
>     _______________________________________________
>     buildroot mailing list
>     buildroot@buildroot.org <mailto:buildroot@buildroot.org>
>     https://lists.buildroot.org/mailman/listinfo/buildroot
>     <https://lists.buildroot.org/mailman/listinfo/buildroot>
> 
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

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

  reply	other threads:[~2023-03-19 19:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19 19:29 [Buildroot] [PATCH] package/mmc-utils: bump to version d4c2910981ff99b983734426dfa99632fb81ac6b Giulio Benetti
2023-03-19 19:42 ` Indrek Kruusa
2023-03-19 19:56   ` Giulio Benetti [this message]
2023-03-19 20:05     ` Peter Seiderer
2023-03-19 20:10       ` Giulio Benetti
2023-03-19 20:50         ` Peter Seiderer

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=6f57dc7b-ed61-7218-13a1-34f1456478c8@benettiengineering.com \
    --to=giulio.benetti@benettiengineering.com \
    --cc=buildroot@buildroot.org \
    --cc=indrek.kruusa@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).