diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-23 20:54:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-23 20:55:44 +0100 |
commit | 771026d7d51ec74642804f29866fef6c0a4c67b9 (patch) | |
tree | c60caa487e2e71e2a543103567bf8fe9595e6ce0 | |
parent | f04722e241ec503189304dd441966da96d95fd9b (diff) |
libcdio: be more precise about license
-rw-r--r-- | recipes/xbmc/libcdio_0.81.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xbmc/libcdio_0.81.bb b/recipes/xbmc/libcdio_0.81.bb index e900336bb2..8c010761e8 100644 --- a/recipes/xbmc/libcdio_0.81.bb +++ b/recipes/xbmc/libcdio_0.81.bb @@ -1,5 +1,5 @@ DESCRIPTION = "The GNU Compact Disc Input and Control library (libcdio) contains a library for CD-ROM and CD image access." -LICENSE = "GPL" +LICENSE = "GPLv3+" SRC_URI = "http://ftp.gnu.org/gnu/libcdio/libcdio-${PV}.tar.gz" |