Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mali-driver: fix legal-info
@ 2022-08-26 20:51 Fabrice Fontaine
  2022-08-27  7:52 ` Yann E. MORIN
  2022-09-17 15:33 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-08-26 20:51 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Fabrice Fontaine, Miquèl Raynal

Fix typo: MALI_DRIVER_LICENSE_FILE -> MALI_DRIVER_LICENSE_FILES
added by commit f3ecd9ea4a40d601317f3b7195be4f5d1bdb3146

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/mali-driver/mali-driver.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mali-driver/mali-driver.mk b/package/mali-driver/mali-driver.mk
index 2d5febe192..515f70c429 100644
--- a/package/mali-driver/mali-driver.mk
+++ b/package/mali-driver/mali-driver.mk
@@ -8,7 +8,7 @@ MALI_DRIVER_VERSION = 3d697de9bce8bc68bf9408d5407873ce32d0f4fc
 MALI_DRIVER_SITE = $(call github,bootlin,mali-driver,$(MALI_DRIVER_VERSION))
 MALI_DRIVER_DEPENDENCIES = linux
 MALI_DRIVER_LICENSE = GPL-2.0
-MALI_DRIVER_LICENSE_FILE = LICENSE
+MALI_DRIVER_LICENSE_FILES = LICENSE
 MALI_DRIVER_MODULE_SUBDIRS = r8p0/drivers/gpu/arm/midgard
 
 $(eval $(kernel-module))
-- 
2.35.1

_______________________________________________
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 1/1] package/mali-driver: fix legal-info
  2022-08-26 20:51 [Buildroot] [PATCH 1/1] package/mali-driver: fix legal-info Fabrice Fontaine
@ 2022-08-27  7:52 ` Yann E. MORIN
  2022-09-17 15:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-08-27  7:52 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Giulio Benetti, Miquèl Raynal, buildroot

Fabrice, All,

On 2022-08-26 22:51 +0200, Fabrice Fontaine spake thusly:
> Fix typo: MALI_DRIVER_LICENSE_FILE -> MALI_DRIVER_LICENSE_FILES
> added by commit f3ecd9ea4a40d601317f3b7195be4f5d1bdb3146
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/mali-driver/mali-driver.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/mali-driver/mali-driver.mk b/package/mali-driver/mali-driver.mk
> index 2d5febe192..515f70c429 100644
> --- a/package/mali-driver/mali-driver.mk
> +++ b/package/mali-driver/mali-driver.mk
> @@ -8,7 +8,7 @@ MALI_DRIVER_VERSION = 3d697de9bce8bc68bf9408d5407873ce32d0f4fc
>  MALI_DRIVER_SITE = $(call github,bootlin,mali-driver,$(MALI_DRIVER_VERSION))
>  MALI_DRIVER_DEPENDENCIES = linux
>  MALI_DRIVER_LICENSE = GPL-2.0
> -MALI_DRIVER_LICENSE_FILE = LICENSE
> +MALI_DRIVER_LICENSE_FILES = LICENSE
>  MALI_DRIVER_MODULE_SUBDIRS = r8p0/drivers/gpu/arm/midgard
>  
>  $(eval $(kernel-module))
> -- 
> 2.35.1
> 
> _______________________________________________
> 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

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

* Re: [Buildroot] [PATCH 1/1] package/mali-driver: fix legal-info
  2022-08-26 20:51 [Buildroot] [PATCH 1/1] package/mali-driver: fix legal-info Fabrice Fontaine
  2022-08-27  7:52 ` Yann E. MORIN
@ 2022-09-17 15:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-09-17 15:33 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Giulio Benetti, Miquèl Raynal, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fix typo: MALI_DRIVER_LICENSE_FILE -> MALI_DRIVER_LICENSE_FILES
 > added by commit f3ecd9ea4a40d601317f3b7195be4f5d1bdb3146

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.05.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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:[~2022-09-17 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26 20:51 [Buildroot] [PATCH 1/1] package/mali-driver: fix legal-info Fabrice Fontaine
2022-08-27  7:52 ` Yann E. MORIN
2022-09-17 15:33 ` Peter Korsgaard

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