mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/pkg-generic: fix 'globally' typo
Found by codespell. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
86a5b45755
commit
2b51fbdc6a
@@ -878,7 +878,7 @@ $$(error "Package $(1) defines host variant before target variant!")
|
||||
endif
|
||||
endif
|
||||
|
||||
# Globaly remove following conflicting and useless files
|
||||
# Globally remove following conflicting and useless files
|
||||
$(2)_DROP_FILES_OR_DIRS += /share/info/dir
|
||||
|
||||
ifeq ($$($(2)_TYPE),host)
|
||||
|
||||
Reference in New Issue
Block a user