diff options
author | Holger Freyther <zecke@selfish.org> | 2005-09-04 20:32:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-04 20:32:29 +0000 |
commit | 609d9c38392c60fb450a88cb6f5c78b4e44d3924 (patch) | |
tree | 472890cacc3494408e4bed310311fa4eb7c7b5f4 /packages/qte/qte_2.3.10.bb | |
parent | 9b93a8936062e13507b33f870f00ecbb4d0ba628 (diff) |
QtE 2.3.10:
The touchscreen patch is stated GPL only, update the license
to be GPL only!
We should consider adding both proprietary and non-proprietary
versions of QtE to OE, to avoid further similiar problems.
Generally we should clearly state under which conditions patches
in OE can be used.
(sorry I do not know the new commit message policy yet)
Diffstat (limited to 'packages/qte/qte_2.3.10.bb')
-rw-r--r-- | packages/qte/qte_2.3.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qte/qte_2.3.10.bb b/packages/qte/qte_2.3.10.bb index 55a79cf089..ee7ac50898 100644 --- a/packages/qte/qte_2.3.10.bb +++ b/packages/qte/qte_2.3.10.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Qt/Embedded Version ${PV}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL QPL" +LICENSE = "GPL" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" DEPENDS_mnci = "zlib libpng jpeg uicmoc-native" DEPENDS_append_c7x0 = " sharp-aticore-oss" |