diff options
author | 2012-10-16 12:25:28 +0100 | |
---|---|---|
committer | 2012-10-16 12:25:51 +0100 | |
commit | ccfc85ed3b6c3880a6142adf53fa63856bc6d7d7 (patch) | |
tree | 27180748fac3fcd108058a677a59abbbacca4d02 /recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | |
parent | c86fb1727ae09526c442ec29fffde3f010aa70eb (diff) | |
download | meta-qt3-ccfc85ed3b6c3880a6142adf53fa63856bc6d7d7.tar.gz meta-qt3-ccfc85ed3b6c3880a6142adf53fa63856bc6d7d7.tar.bz2 meta-qt3-ccfc85ed3b6c3880a6142adf53fa63856bc6d7d7.zip |
qt-x11-free-native: Improve LICENSE field to specify versions
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb')
-rw-r--r-- | recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb index f80345b..0dcbf9d 100644 --- a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb +++ b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Qt/X11 Version ${PV}" SECTION = "libs" -LICENSE = "GPL | QPL" +LICENSE = "GPLv2 | QPL-1.0" DEPENDS = "xmu-native" HOMEPAGE = "http://www.trolltech.com" PR = "r4" |