gnome-help.bbclass: remove double FILES_${PN}-help entry

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>
This commit is contained in:
Andreas Müller 2020-08-09 14:35:05 +02:00 committed by Khem Raj
parent 829fd31ade
commit 8f70e31109

View File

@ -9,8 +9,6 @@
# else
# pack all help files to ${PN}-help-<lingua>
FILES_${PN}-help = "${datadir}/*/translations"
# Dummy to get yelp build & PACKAGE_NO_HELP_SPLIT set 1
PACKAGES_append = " ${PN}-help"
FILES_${PN}-help = "${datadir}/help"