diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 22:51:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:18 +0000 |
commit | 8e93fbd5f63564e11beff7a7518828fe8c35abb0 (patch) | |
tree | dbf9c8888195482c0659ad1168022552d4db6d9b /meta/recipes-qt | |
parent | 513061eec988f649437ffb83646fad7290a44db0 (diff) | |
download | tizen-distro-8e93fbd5f63564e11beff7a7518828fe8c35abb0.tar.gz tizen-distro-8e93fbd5f63564e11beff7a7518828fe8c35abb0.tar.bz2 tizen-distro-8e93fbd5f63564e11beff7a7518828fe8c35abb0.zip |
Add missing SUMMARY values
These recipes all had a long DESCRIPTION but no SUMMARY; since the
SUMMARY is often displayed alone by package managers and the default
value ("${PN} version ${PV}") isn't particularly useful, we should
always try to set SUMMARY.
(From OE-Core rev: db02edd2e9d7645592933cbb25ea0ca4d6561392)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/qt-apps/fotowall_0.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/meta/recipes-qt/qt-apps/fotowall_0.9.bb index 2e1fbaaec2..48dcc02e2a 100644 --- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb +++ b/meta/recipes-qt/qt-apps/fotowall_0.9.bb @@ -1,3 +1,4 @@ +SUMMARY = "Creative photo display application" DESCRIPTION = "Fotowall is a creative tool that allows you to layout your photos or pictures \ in a personal way. You can add pictures, then resize, move, change colors, text, shadows, etc.." |