mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user