recipes: Fix variable assignment whitespace

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Richard Purdie
2025-03-19 13:07:48 -07:00
committed by Khem Raj
parent 42727bb3c0
commit eac1f5b9c0
86 changed files with 96 additions and 96 deletions

View File

@@ -1,7 +1,7 @@
SUMMARY = "Count blank lines, comment lines, and physical lines of source code \
in many programming languages."
LICENSE="GPL-2.0-only"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
SRC_URI = "https://github.com/AlDanial/cloc/releases/download/v${PV}/${BP}.tar.gz"