summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-01-30 12:05:07 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-30 21:08:01 +0100
commit805e3978a37c0bf1f3c2d20d62bf351dbda446ae (patch)
treef25e3db7b0be2ad9aa91a351feed48a424aee85e
parentaca246d20a5ddf037c76c4d354e0d2eb3d3e8e31 (diff)
downloadmeta-openembedded-805e3978a37c0bf1f3c2d20d62bf351dbda446ae.tar.gz
libsdl-ttf: fix LICENSE metadata and add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
index 61b7521af..ce4e316c5 100644
--- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
+++ b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
@@ -1,7 +1,9 @@
1DESCRIPTION = "Simple DirectMedia Layer truetype font library." 1DESCRIPTION = "Simple DirectMedia Layer truetype font library."
2SECTION = "libs" 2SECTION = "libs"
3DEPENDS = "virtual/libsdl freetype" 3DEPENDS = "virtual/libsdl freetype"
4LICENSE = "LGPL" 4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
6
5PR = "r1" 7PR = "r1"
6 8
7SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ 9SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \