wxwindows : Update license information.
authorPhilip Balister <philip@balister.org>
Sun, 18 Oct 2009 20:17:34 +0000 (16:17 -0400)
committerPhilip Balister <philip@balister.org>
Sun, 18 Oct 2009 20:17:34 +0000 (16:17 -0400)
recipes/wxwidgets/wxbase.inc
recipes/wxwidgets/wxwidgets.inc

index 2976dec..0febe0a 100644 (file)
@@ -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"
index 1995294..2fb2bef 100644 (file)
@@ -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}"