mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
libsdl: Add LIC_FILES_CHKSUM
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
DESCRIPTION = "Simple DirectMedia Layer - native Edition"
|
DESCRIPTION = "Simple DirectMedia Layer - native Edition"
|
||||||
HOMEPAGE = "http://www.libsdl.org"
|
HOMEPAGE = "http://www.libsdl.org"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPLv2.1"
|
||||||
DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk"
|
DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk"
|
||||||
RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk"
|
RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk"
|
||||||
PR = "r4"
|
PR = "r4"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
|
||||||
|
|
||||||
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
|
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
|
||||||
file://acinclude.m4 \
|
file://acinclude.m4 \
|
||||||
file://configure_tweak.patch;patch=1 \
|
file://configure_tweak.patch;patch=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user