summaryrefslogtreecommitdiffstats
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:50:22 +0000
commita011d8af63a46367c6cf02bb99f7d58be7d723ca (patch)
tree499d0cd34dbdd0d6987f16fbe0c7c336f052d6db
parent9f8f4fd1f923e940f325c0562af1a94970bad924 (diff)
downloadpoky-a011d8af63a46367c6cf02bb99f7d58be7d723ca.tar.gz
qt4: set SUMMARY and tweak DESCRIPTION
(From OE-Core rev: da0a84295583aaf9f943f7e3a64373079a70024d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@
1DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded version." 1SUMMARY = "Cross-platform UI toolkit and application framework (framebuffer version)"
2DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded (framebuffer) version."
2SECTION = "libs" 3SECTION = "libs"
3HOMEPAGE = "http://qt-project.org/" 4HOMEPAGE = "http://qt-project.org/"
4DEPENDS += "directfb tslib" 5DEPENDS += "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 @@
1require qt4.inc 1require qt4.inc
2 2
3SUMMARY = "Cross-platform UI toolkit and application framework (X11 version)"
3DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version." 4DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version."
4HOMEPAGE = "http://qt-project.org/" 5HOMEPAGE = "http://qt-project.org/"
5SECTION = "x11/libs" 6SECTION = "x11/libs"