[Buildroot] [git commit] package/mesa3d-headers: fix legal-info

Yann E. MORIN yann.morin.1998 at free.fr
Tue Nov 3 17:28:48 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=1ddcf96157bd29c9c17a7d4811beebecf208516c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit 9d874c9051cf46ef29b763ad8db0b638f3761605 forgot to update
MESA3D_HEADERS_LICENSE_FILES

Fixes:
 - http://autobuild.buildroot.org/results/d75e90863525d4abd3d83f3f947261695a2f0d65

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/mesa3d-headers/mesa3d-headers.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
index 67dc765840..afb2e799c4 100644
--- a/package/mesa3d-headers/mesa3d-headers.mk
+++ b/package/mesa3d-headers/mesa3d-headers.mk
@@ -17,7 +17,7 @@ MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz
 MESA3D_HEADERS_SITE = https://mesa.freedesktop.org/archive
 MESA3D_HEADERS_DL_SUBDIR = mesa3d
 MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos
-MESA3D_HEADERS_LICENSE_FILES = docs/license.html
+MESA3D_HEADERS_LICENSE_FILES = docs/license.rst
 
 # Only installs header files
 MESA3D_HEADERS_INSTALL_STAGING = YES


More information about the buildroot mailing list