diff options
author | Philip Balister <philip@balister.org> | 2009-10-18 16:17:34 -0400 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-10-18 16:17:34 -0400 |
commit | f581fe3a0d3c192e04475fd61e5c7f0bcc8ccebe (patch) | |
tree | a90c8e75dcbf683c7b71f6085c10fd23bf87c7e1 /recipes | |
parent | aaf5481ce374e7a43e60fac904f3cda4e62e7070 (diff) |
wxwindows : Update license information.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/wxwidgets/wxbase.inc | 2 | ||||
-rw-r--r-- | recipes/wxwidgets/wxwidgets.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/wxwidgets/wxbase.inc b/recipes/wxwidgets/wxbase.inc index 2976dec289..0febe0a241 100644 --- a/recipes/wxwidgets/wxbase.inc +++ b/recipes/wxwidgets/wxbase.inc @@ -1,7 +1,7 @@ DESCRIPTION = "wxBase is a library for programming \ non-GUI (console) applications using the base wxWidgets functionality." HOMEPAGE = "http://www.wxwidgets.org/" -LICENSE = "GPL" +LICENSE = "wxWindows" SECTION = "libs" PRIORITY = "optional" DEPENDS = "zlib expat" diff --git a/recipes/wxwidgets/wxwidgets.inc b/recipes/wxwidgets/wxwidgets.inc index 19952948bb..2fb2befbd6 100644 --- a/recipes/wxwidgets/wxwidgets.inc +++ b/recipes/wxwidgets/wxwidgets.inc @@ -1,10 +1,10 @@ DESCRIPTION = "wxWidgets is a cross platform application framework utilizing native widgets." HOMEPAGE = "http://www.wxwidgets.org" SECTION = "x11/libs" -LICENSE = "GPL" +LICENSE = "wxWindows" DEPENDS = "gtk+ jpeg tiff libpng zlib expat" -SRC_URI = "${SOURCEFORGE_MIRROR}/wxwindows/wxWidgets-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/wxwindows/wxWidgets-${PV}.tar.bz2" S = "${WORKDIR}/wxWidgets-${PV}" |