aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 09:27:29 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:20:36 -0500
commite970b62dc6e7a3a22d50b98cf1e9620667bf2f6d (patch)
tree494f46f63eb19c2a47e5e249c7960edc9a66a887
parentdcf2c9891e7e548b4b5c312257f4f1291784cd95 (diff)
downloadopenembedded-e970b62dc6e7a3a22d50b98cf1e9620667bf2f6d.tar.gz
libsdl: Update LICENSE field version to LGPLv2.1
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
-rw-r--r--recipes/libsdl/libsdl-1.2.14.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libsdl/libsdl-1.2.14.inc b/recipes/libsdl/libsdl-1.2.14.inc
index 5c43310af4..73bfab1d75 100644
--- a/recipes/libsdl/libsdl-1.2.14.inc
+++ b/recipes/libsdl/libsdl-1.2.14.inc
@@ -1,10 +1,10 @@
DESCRIPTION = "Simple DirectMedia Layer (DirectFB and Framebuffer support)"
SECTION = "libs"
PRIORITY = "optional"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
DEPENDS = "alsa-lib"
PROVIDES = "virtual/libsdl"
-INC_PR = "r1"
+INC_PR = "r2"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz"
SRC_URI[md5sum] = "e52086d1b508fa0b76c52ee30b55bec4"