diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-16 12:25:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-16 12:25:51 +0100 |
commit | ccfc85ed3b6c3880a6142adf53fa63856bc6d7d7 (patch) | |
tree | 27180748fac3fcd108058a677a59abbbacca4d02 | |
parent | c86fb1727ae09526c442ec29fffde3f010aa70eb (diff) | |
download | meta-qt3-ccfc85ed3b6c3880a6142adf53fa63856bc6d7d7.tar.gz |
qt-x11-free-native: Improve LICENSE field to specify versions
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | DESCRIPTION = "Qt/X11 Version ${PV}" | 1 | DESCRIPTION = "Qt/X11 Version ${PV}" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | LICENSE = "GPL | QPL" | 3 | LICENSE = "GPLv2 | QPL-1.0" |
4 | DEPENDS = "xmu-native" | 4 | DEPENDS = "xmu-native" |
5 | HOMEPAGE = "http://www.trolltech.com" | 5 | HOMEPAGE = "http://www.trolltech.com" |
6 | PR = "r4" | 6 | PR = "r4" |