summaryrefslogtreecommitdiff
path: root/recipes/libdvdnav.recipe
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-25 23:50:38 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-25 23:52:32 -0300
commit7a46b126697ac70dd24fa50a08c550a4c26e130e (patch)
treeaf0024642c01a13014cbabc268bce5412d6355f1 /recipes/libdvdnav.recipe
parentf1b5cf39a222be7993869504b9546939ddd7c538 (diff)
Recipes: Fix licenses.
There are still some few pending TODO/FIXMEs that needs checking.
Diffstat (limited to 'recipes/libdvdnav.recipe')
-rw-r--r--recipes/libdvdnav.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libdvdnav.recipe b/recipes/libdvdnav.recipe
index bee68225..d88c1d99 100644
--- a/recipes/libdvdnav.recipe
+++ b/recipes/libdvdnav.recipe
@@ -4,7 +4,7 @@
class Recipe(recipe.Recipe):
name = 'libdvdnav'
version = '4.2.0'
- license = License.GPLv2
+ licenses = [License.GPLv2Plus]
config_sh = 'sh autogen.sh'
deps = ['libdvdread']