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

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