mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/pkg-golang: fix 'unknown' 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
2b51fbdc6a
commit
bd1f401ecd
@@ -102,7 +102,7 @@ endif
|
||||
|
||||
# Due to vendoring, it is pretty likely that not all licenses are
|
||||
# listed in <pkg>_LICENSE. If the license is unset, it is "unknown"
|
||||
# so adding unknowns to some unknown is still some other unkown,
|
||||
# so adding unknowns to some unknown is still some other unknown,
|
||||
# so don't append the blurb in that case.
|
||||
ifneq ($$($(2)_LICENSE),)
|
||||
$(2)_LICENSE += , vendored dependencies licenses probably not listed
|
||||
|
||||
Reference in New Issue
Block a user