Explorar el Código

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 hace 3 años
padre
commit
8f70e31109
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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"