aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-08-17 10:46:38 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-08-17 10:50:38 +0200
commit9e1c1973d6a6150eabb973bc2e9b273efdbf3c00 (patch)
tree7de7f5418b26098c0cf61ea51c70bfdeba9fbe4a
parent112ec9866b798c6515cc04570d700b4f3ce0a2ff (diff)
downloadopenembedded-9e1c1973d6a6150eabb973bc2e9b273efdbf3c00.tar.gz
lightmediascanner_0.2.0.0: Correct license to LGPLv2.1+ [1][2]
[1] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/log/COPYING [2] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/tree/src/lib/lightmediascanner.c Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb b/recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb
index 5b5b0f2e80..a4ac49cbab 100644
--- a/recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb
+++ b/recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb
@@ -1,10 +1,11 @@
DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices"
AUTHOR = "Profusion"
SECTION = "libs/multimedia"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1+"
DEPENDS = "sqlite3"
PE = "1"
+PR = "r1"
SRC_URI = "https://garage.maemo.org/frs/download.php/4626/lightmediascanner-${PV}.tar.bz2"