diff options
author | Greg Gilbert <greg@treke.net> | 2004-11-11 07:58:02 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-11-11 07:58:02 +0000 |
commit | dd81b9c0783482953b934ad6f9db20af42bc649a (patch) | |
tree | bae3c52c29e6110e92394e5e8d058935efa1b235 /qt | |
parent | b8c6f9c62a4d235d9a40508e60e711e187428ca5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into olddog.home.treke.net:/home/ggilbert/oe/packages
2004/11/10 23:56:46-08:00 treke.net!ggilbert
Adding license field to numerous oe's
BKrev: 41931b8aM9b0i5CGPNUKzDjvOBgvjw
Diffstat (limited to 'qt')
-rw-r--r-- | qt/qt-x11-free-native_3.3.2.oe | 2 | ||||
-rw-r--r-- | qt/qt-x11-free_3.3.3.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qt/qt-x11-free-native_3.3.2.oe b/qt/qt-x11-free-native_3.3.2.oe index c52f54f68a..1d5e18ea3b 100644 --- a/qt/qt-x11-free-native_3.3.2.oe +++ b/qt/qt-x11-free-native_3.3.2.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Qt/X11 Version ${PV}" SECTION = "libs" PRIORITY = "optional" -LICENSE = "GPL/QPL" +LICENSE = "GPL QPL" DEPENDS = "qmake-native x11-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/qt-x11-free" diff --git a/qt/qt-x11-free_3.3.3.oe b/qt/qt-x11-free_3.3.3.oe index 1b235d5bed..84973ce7fa 100644 --- a/qt/qt-x11-free_3.3.3.oe +++ b/qt/qt-x11-free_3.3.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Qt/X11 Version ${PV}" SECTION = "libs" PRIORITY = "optional" -LICENSE = "GPL/QPL" +LICENSE = "GPL QPL" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "uicmoc3-native freetype x11 xft xext libxrender libxrandr libxcursor mysql" PR = "r5" |