diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-25 19:51:26 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-25 19:51:26 +0000 |
commit | b089cf9a453c4b6c6edfc36d64b6a23f797b9aee (patch) | |
tree | ce7f191107bb89c8d9ff0730748adff260ba4dfb /meta | |
parent | e54f08dac5a7f768808afcd913868b09ef90cd08 (diff) | |
download | poky-b089cf9a453c4b6c6edfc36d64b6a23f797b9aee.tar.gz |
libsdl: Add LIC_FILES_CHKSUM
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb b/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb index 633a4c284b..e47b78c078 100644 --- a/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb +++ b/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb | |||
@@ -1,11 +1,13 @@ | |||
1 | DESCRIPTION = "Simple DirectMedia Layer - native Edition" | 1 | DESCRIPTION = "Simple DirectMedia Layer - native Edition" |
2 | HOMEPAGE = "http://www.libsdl.org" | 2 | HOMEPAGE = "http://www.libsdl.org" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPLv2.1" |
5 | DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" | 5 | DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" |
6 | RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" | 6 | RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" |
7 | PR = "r4" | 7 | PR = "r4" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" | ||
10 | |||
9 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 11 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
10 | file://acinclude.m4 \ | 12 | file://acinclude.m4 \ |
11 | file://configure_tweak.patch;patch=1 \ | 13 | file://configure_tweak.patch;patch=1 \ |