Browse Source

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>
Andreas Müller 3 years ago
parent
commit
8f70e31109
1 changed files with 0 additions and 2 deletions
  1. 0 2
      meta-gnome/classes/gnome-help.bbclass

+ 0 - 2
meta-gnome/classes/gnome-help.bbclass

@@ -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"