mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01: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:
parent
d4571b3d94
commit
260738dad6
|
|
@ -1,11 +1,9 @@
|
||||||
DESCRIPTION = "Simple DirectMedia Layer image library."
|
DESCRIPTION = "Simple DirectMedia Layer image library."
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
|
|
||||||
LICENSE = "zlib"
|
LICENSE = "Zlib"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=613734b7586e1580ef944961c6d62227"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=613734b7586e1580ef944961c6d62227"
|
||||||
|
|
||||||
PR = "r0"
|
|
||||||
|
|
||||||
DEPENDS = "tiff zlib libpng jpeg virtual/libsdl"
|
DEPENDS = "tiff zlib libpng jpeg virtual/libsdl"
|
||||||
|
|
||||||
SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
|
SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user