package/pkg-utils: fix 'necessary' and 'dictionary' typos

Found by codespell.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit ba08a37af572397aef2b38de8f45381d12f7f441)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-12-09 09:27:09 +01:00
parent 2167526591
commit 325f755182

View File

@ -73,7 +73,7 @@ extractor-pkg-dependency = $(EXTRACTOR_PKG_DEPENDENCY$(suffix $(1)))
# extractor-system-dependency(filename): returns the name of the tool
# needed to extract 'filename', and is meant to be used with
# DL_TOOLS_DEPENDENCIES, in order to check that the necesary tool is
# DL_TOOLS_DEPENDENCIES, in order to check that the necessary tool is
# provided by the system Buildroot runs on.
#
# $(firstword) is used here because the extractor can have arguments,
@ -97,7 +97,7 @@ define yesno-to-bool
endef
# json-info -- return package or filesystem metadata formatted as an entry
# of a JSON dictionnary
# of a JSON dictionary
# $(1): upper-case package or filesystem name
define json-info
"$($(1)_NAME)": {