Message ID | 20240901-aer-v2-1-2080780f907d@gmx.net |
---|---|
State | Accepted |
Headers | show |
Series | [v2] package/aer-inject: switch upstream | expand |
J., All, On 2024-09-01 18:40 +0200, J. Neuschäfer via buildroot spake thusly: > According to a commit in Linux[1], the upstream of aer-inject changed to > https://github.com/intel/aer-inject. > > [1]: https://git.kernel.org/linus/a29e5290e3566ae4db4e6fe5f31caf23118c82b6 > > Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net> Applied to master, thanks. > --- > Changes in v2: > - Keep SITE_METHOD the game (git) > - Fix S-o-b line > - Link to v1: https://lore.kernel.org/r/20240901-aer-v1-1-03b124cb64b1@gmx.net Thanks, I like it how you added the link to v1. 👍 Regards, Yann E. MORIN. > --- > package/aer-inject/aer-inject.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/package/aer-inject/aer-inject.mk b/package/aer-inject/aer-inject.mk > index 6bc9cb44da..7516ef63ac 100644 > --- a/package/aer-inject/aer-inject.mk > +++ b/package/aer-inject/aer-inject.mk > @@ -5,7 +5,7 @@ > ################################################################################ > > AER_INJECT_VERSION = 9bd5e2c7886fca72f139cd8402488a2235957d41 > -AER_INJECT_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git > +AER_INJECT_SITE = https://github.com/intel/aer-inject.git > AER_INJECT_SITE_METHOD = git > AER_INJECT_LICENSE = GPL-2.0 > AER_INJECT_LICENSE_FILES = README > > --- > base-commit: 37801767f68c05500f1d4495b5baac0e7340f7a9 > change-id: 20240901-aer-dc235cf8e483 > > Best regards, > -- > J. Neuschäfer <j.neuschaefer@gmx.net> > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot
>>>>> "J" == J Neuschäfer via buildroot <buildroot@buildroot.org> writes: > According to a commit in Linux[1], the upstream of aer-inject changed to > https://github.com/intel/aer-inject. > [1]: https://git.kernel.org/linus/a29e5290e3566ae4db4e6fe5f31caf23118c82b6 > Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net> > --- > Changes in v2: > - Keep SITE_METHOD the game (git) > - Fix S-o-b line > - Link to v1: https://lore.kernel.org/r/20240901-aer-v1-1-03b124cb64b1@gmx.net Committed to 2024.02.x and 2024.05.x, thanks.
diff --git a/package/aer-inject/aer-inject.mk b/package/aer-inject/aer-inject.mk index 6bc9cb44da..7516ef63ac 100644 --- a/package/aer-inject/aer-inject.mk +++ b/package/aer-inject/aer-inject.mk @@ -5,7 +5,7 @@ ################################################################################ AER_INJECT_VERSION = 9bd5e2c7886fca72f139cd8402488a2235957d41 -AER_INJECT_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git +AER_INJECT_SITE = https://github.com/intel/aer-inject.git AER_INJECT_SITE_METHOD = git AER_INJECT_LICENSE = GPL-2.0 AER_INJECT_LICENSE_FILES = README
According to a commit in Linux[1], the upstream of aer-inject changed to https://github.com/intel/aer-inject. [1]: https://git.kernel.org/linus/a29e5290e3566ae4db4e6fe5f31caf23118c82b6 Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net> --- Changes in v2: - Keep SITE_METHOD the game (git) - Fix S-o-b line - Link to v1: https://lore.kernel.org/r/20240901-aer-v1-1-03b124cb64b1@gmx.net --- package/aer-inject/aer-inject.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 37801767f68c05500f1d4495b5baac0e7340f7a9 change-id: 20240901-aer-dc235cf8e483 Best regards, -- J. Neuschäfer <j.neuschaefer@gmx.net>