diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-04-29 00:51:19 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-05-20 23:23:21 -0300 |
commit | f56580bbd4bd8fcc49a236ef8a4ceb07b8754619 (patch) | |
tree | d27c01cd9c49b1e0158e6fdd03b3f38805d047f3 /recipes/gnash | |
parent | 0fbb2e057c8020c15aa8816a5ebf530d3440f7f0 (diff) | |
download | openembedded-f56580bbd4bd8fcc49a236ef8a4ceb07b8754619.tar.gz |
fixes wrong license value usage for GPLv2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/gnash')
-rw-r--r-- | recipes/gnash/gnash-minimal.inc | 2 | ||||
-rw-r--r-- | recipes/gnash/gnash.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnash/gnash-minimal.inc b/recipes/gnash/gnash-minimal.inc index a8e5229f46..5a8a91e5e0 100644 --- a/recipes/gnash/gnash-minimal.inc +++ b/recipes/gnash/gnash-minimal.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Gnash is a GNU Flash movie player that supports many SWF v7 features" HOMEPAGE = "http://www.gnu.org/software/gnash" -LICENSE = "GPL-2" +LICENSE = "GPLv2" DEPENDS = "virtual/libiconv virtual/libintl libtool agg libxml2 zlib boost jpeg pango curl freetype \ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'ffmpeg libmad', d)}" diff --git a/recipes/gnash/gnash.inc b/recipes/gnash/gnash.inc index 3602f6fa90..ea20524cad 100644 --- a/recipes/gnash/gnash.inc +++ b/recipes/gnash/gnash.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Gnash is a GNU Flash movie player that supports many SWF v7 features" HOMEPAGE = "http://www.gnu.org/software/gnash" -LICENSE = "GPL-2" +LICENSE = "GPLv2" DEPENDS = "giflib libtool gtk+ cairo libxml2 libsdl-mixer zlib boost jpeg pango curl freetype \ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'ffmpeg libmad', d)}" |