mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/sdl2: fix licensing info
Commit c80fbf269c (package/sdl2: bump version to 2.0.16) properly
updated the hash and license filename in sdl2.hash, but forgot to
update the license filename in sdl2.mk.
Fix that.
Fixes:
http://autobuild.buildroot.org/results/0d607b1e81fcca7f01c8243df28b9c3d59040711/
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
@@ -8,7 +8,7 @@ SDL2_VERSION = 2.0.16
|
||||
SDL2_SOURCE = SDL2-$(SDL2_VERSION).tar.gz
|
||||
SDL2_SITE = http://www.libsdl.org/release
|
||||
SDL2_LICENSE = Zlib
|
||||
SDL2_LICENSE_FILES = COPYING.txt
|
||||
SDL2_LICENSE_FILES = LICENSE.txt
|
||||
SDL2_CPE_ID_VENDOR = libsdl
|
||||
SDL2_CPE_ID_PRODUCT = simple_directmedia_layer
|
||||
SDL2_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user