mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libsdl-image: correct license name to Zlib
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d4571b3d94
commit
260738dad6
@@ -1,11 +1,9 @@
|
||||
DESCRIPTION = "Simple DirectMedia Layer image library."
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "zlib"
|
||||
LICENSE = "Zlib"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=613734b7586e1580ef944961c6d62227"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "tiff zlib libpng jpeg virtual/libsdl"
|
||||
|
||||
SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user