[Buildroot] [git commit] package/flare-engine: drop spurious space

Peter Korsgaard peter at korsgaard.com
Tue Nov 30 16:10:06 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=06f7a9bbf01e99644a146688f583c0a12309f107
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Drop spurious space added by commit
419b68eef5bc98b53514eff41b56a11f66e3898a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/flare-engine/flare-engine.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/flare-engine/flare-engine.mk b/package/flare-engine/flare-engine.mk
index b91fc16af3..14d2681fda 100644
--- a/package/flare-engine/flare-engine.mk
+++ b/package/flare-engine/flare-engine.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 FLARE_ENGINE_VERSION = 1.11
-FLARE_ENGINE_SITE =  $(call github,flareteam,flare-engine,v$(FLARE_ENGINE_VERSION))
+FLARE_ENGINE_SITE = $(call github,flareteam,flare-engine,v$(FLARE_ENGINE_VERSION))
 FLARE_ENGINE_LICENSE = GPL-3.0+
 FLARE_ENGINE_LICENSE_FILES = COPYING
 


More information about the buildroot mailing list