]> code.ossystems Code Review - openembedded-core.git/commitdiff
qt4: set SUMMARY and tweak DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 22 Dec 2013 00:10:24 +0000 (00:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:47:35 +0000 (12:47 +0000)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-qt/qt4/qt4-embedded.inc
meta/recipes-qt/qt4/qt4-x11-free.inc

index cbdda5f82aa8716df3aa37c352a1495e5f9df3ac..e87de4b379b5ef0125d1b1af40e5eb7c3fc082cd 100644 (file)
@@ -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"
index 369b3d5ae0df97fe903c7cccabb55012743236bb..73ed2bcbd95ed3a43c3dd733240e0ae0172455db 100644 (file)
@@ -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"