[oe-commits] chase maupin : libsdl: Update LICENSE field version to LGPLv2.1

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:34 UTC 2012


Module: openembedded.git
Branch: master
Commit: 81da4c32f2527cd880a01cd4ccd2f39f6b3e627b
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=81da4c32f2527cd880a01cd4ccd2f39f6b3e627b

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:38 2012 +0000

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 at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libsdl/libsdl-1.2.14.inc |    4 ++--
 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 5c43310..73bfab1 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"





More information about the Openembedded-commits mailing list