aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-08-09 14:35:05 +0200
committerKhem Raj <raj.khem@gmail.com>2020-08-09 13:00:23 -0700
commit8f70e3110973da52d048c03945630b68e5e49b84 (patch)
tree81f9462da31fc7ad55f01e672a6461e9b38a6f23 /meta-gnome
parent829fd31adea1ee5c78ce7ab0760c71bcac8752a1 (diff)
downloadmeta-openembedded-contrib-8f70e3110973da52d048c03945630b68e5e49b84.tar.gz
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>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/classes/gnome-help.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-gnome/classes/gnome-help.bbclass b/meta-gnome/classes/gnome-help.bbclass
index 967091ba45..9c4771ddc0 100644
--- a/meta-gnome/classes/gnome-help.bbclass
+++ b/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"