aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-22 00:10:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:47:35 +0000
commitda0a84295583aaf9f943f7e3a64373079a70024d (patch)
treef2dadb814c5fbfbccfa761415a7b0e715a886799
parentd11e297b007aba625b398c52952ec929c3b02b83 (diff)
downloadopenembedded-core-contrib-da0a84295583aaf9f943f7e3a64373079a70024d.tar.gz
qt4: set SUMMARY and tweak DESCRIPTION
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta/recipes-qt/qt4/qt4-embedded.inc3
-rw-r--r--meta/recipes-qt/qt4/qt4-x11-free.inc1
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc
index cbdda5f82a..e87de4b379 100644
--- a/meta/recipes-qt/qt4/qt4-embedded.inc
+++ b/meta/recipes-qt/qt4/qt4-embedded.inc
@@ -1,4 +1,5 @@
-DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded version."
+SUMMARY = "Cross-platform UI toolkit and application framework (framebuffer version)"
+DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded (framebuffer) version."
SECTION = "libs"
HOMEPAGE = "http://qt-project.org/"
DEPENDS += "directfb tslib"
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
index 369b3d5ae0..73ed2bcbd9 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free.inc
+++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
@@ -1,5 +1,6 @@
require qt4.inc
+SUMMARY = "Cross-platform UI toolkit and application framework (X11 version)"
DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version."
HOMEPAGE = "http://qt-project.org/"
SECTION = "x11/libs"