[oe-commits] Paul Menzel : id3lib: Correct `LICENSE` to `LGPLv2+` [1][2]

git at git.openembedded.org git at git.openembedded.org
Sat Oct 29 12:32:27 UTC 2011


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

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat Oct 29 14:21:42 2011 +0200

id3lib: Correct `LICENSE` to `LGPLv2+` [1][2]

[1] http://id3lib.cvs.sourceforge.net/viewvc/id3lib/id3lib-stable/src/c_wrapper.cpp?view=markup
[2] http://id3lib.cvs.sourceforge.net/viewvc/id3lib/id3lib-stable/COPYING?revision=1.5&view=markup

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/id3lib/id3lib_3.8.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/id3lib/id3lib_3.8.3.bb b/recipes/id3lib/id3lib_3.8.3.bb
index fb0a6b3..1787ba1 100644
--- a/recipes/id3lib/id3lib_3.8.3.bb
+++ b/recipes/id3lib/id3lib_3.8.3.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Library for interacting with ID3 tags."
 SECTION = "libs/multimedia"
 PRIORITY = "optional"
 DEPENDS = "zlib"
-LICENSE = "GPL"
-PR = "r2"
+LICENSE = "LGPLv2+"
+PR = "r3"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list