aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wxwidgets
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2009-10-18 16:17:34 -0400
committerPhilip Balister <philip@balister.org>2009-10-18 16:17:34 -0400
commitf581fe3a0d3c192e04475fd61e5c7f0bcc8ccebe (patch)
treea90c8e75dcbf683c7b71f6085c10fd23bf87c7e1 /recipes/wxwidgets
parentaaf5481ce374e7a43e60fac904f3cda4e62e7070 (diff)
downloadopenembedded-f581fe3a0d3c192e04475fd61e5c7f0bcc8ccebe.tar.gz
wxwindows : Update license information.
Diffstat (limited to 'recipes/wxwidgets')
-rw-r--r--recipes/wxwidgets/wxbase.inc2
-rw-r--r--recipes/wxwidgets/wxwidgets.inc4
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}"