summaryrefslogtreecommitdiffstats
path: root/meta-gnome/classes/gnome-help.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* gnome-help.bbclass: remove double FILES_${PN}-help entryAndreas Müller2020-08-091-2/+0
| | | | | | | | | When I wrote this class meta-qt5-extra's qt5-translation.bbclass was taken as template. So this is a leftover which does not make sense: Variable is set differently few lines below. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-help.bbclass: Handle gnome-help files with new distro feature 'helpfiles'Andreas Müller2019-10-271-0/+69
Now that we can build gnome help files, let our users decide what to do with them: if 'helpfiles' not in DISTRO_FEATURES delete all help contents during install else if PACKAGE_NO_HELP_SPLIT == 1 pack all help files to ${PN}-help else pack help files to ${PN}-help-<lingua> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>