Also fix plugin descriptions to be more readable by adding missing spaces. Signed-off-by: Paul Eggleton <[email protected]> --- meta/recipes-qt/qt-apps/qmmp_0.6.6.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-qt/qt-apps/qmmp_0.6.6.bb b/meta/recipes-qt/qt-apps/qmmp_0.6.6.bb index 2f5e0d5..ddfdfdc 100644 --- a/meta/recipes-qt/qt-apps/qmmp_0.6.6.bb +++ b/meta/recipes-qt/qt-apps/qmmp_0.6.6.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "Qmmp (Qt-based Multimedia Player) is an audio-player, written with help of Qt library" +SUMMARY = "Qt-based Multimedia Player" +DESCRIPTION = "Qmmp is an audio player, written with the help of the Qt library. The user interface is similar to Winamp or XMMS." HOMEPAGE = "http://qmmp.ylsoftware.com" LICENSE = "GPLv2" LICENSE_FLAGS = "commercial" @@ -58,7 +59,7 @@ python populate_packages_prepend () { for plug_dir in plug_dirs: g_plug_dir = os.path.join(qmmp_libdir,plug_dir) - do_split_packages(d, g_plug_dir, '^lib(.*)\.so$', 'qmmp-plugin-' + plug_dir.lower() + '-%s', 'Qmmp' + plug_dir + 'plugin for %s') + do_split_packages(d, g_plug_dir, '^lib(.*)\.so$', 'qmmp-plugin-' + plug_dir.lower() + '-%s', 'Qmmp ' + plug_dir + ' plugin for %s') } FILES_${PN} = "\ -- 1.8.1.2 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
