mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/fmt: get rid of extra space
Commit32c10f256bintroduced extra space so let's remove that in order to be consistent with other variables. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit64dfbb0795) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e64c007a27
commit
68bfcf72dd
@@ -9,7 +9,7 @@ FMT_SITE = https://github.com/fmtlib/fmt/releases/download/$(FMT_VERSION)
|
||||
FMT_SOURCE = fmt-$(FMT_VERSION).zip
|
||||
FMT_LICENSE = MIT with exception
|
||||
FMT_LICENSE_FILES = LICENSE.rst
|
||||
FMT_CPE_ID_VENDOR = fmt
|
||||
FMT_CPE_ID_VENDOR = fmt
|
||||
FMT_INSTALL_STAGING = YES
|
||||
|
||||
FMT_CONF_OPTS = \
|
||||
|
||||
Reference in New Issue
Block a user