diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-22 00:10:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:35 +0000 |
commit | da0a84295583aaf9f943f7e3a64373079a70024d (patch) | |
tree | f2dadb814c5fbfbccfa761415a7b0e715a886799 /meta/recipes-qt/qt4 | |
parent | d11e297b007aba625b398c52952ec929c3b02b83 (diff) | |
download | openembedded-core-da0a84295583aaf9f943f7e3a64373079a70024d.tar.gz openembedded-core-da0a84295583aaf9f943f7e3a64373079a70024d.tar.bz2 openembedded-core-da0a84295583aaf9f943f7e3a64373079a70024d.zip |
qt4: set SUMMARY and tweak DESCRIPTION
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt4')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 3 | ||||
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 1 |
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" |