mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
829fd31ade
commit
8f70e31109
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user