From bd6a1bb27844cb3c839ada75a5796c611dabf14a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 31 Jan 2025 13:52:13 +0000 Subject: recipes: Fix variable assignment whitespace Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in meta-openembedded recipes to show this is definitely the preferred formatting. This fixes recipes with larger numbers of issues but there are just under 100 other references left to fix. Signed-off-by: Richard Purdie Signed-off-by: Khem Raj --- meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb') diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb index 2f5d192a77..8a114411fa 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb @@ -2,7 +2,7 @@ SUMMARY = "A C implementation of the Constrained Application Protocol" DESCRIPTION = "libcoap implements a lightweight application-protocol for \ devices that are constrained their resources such as computing power, \ RF range, memory, bandwith, or network packet sizes." -HOMEPAGE ="https://libcoap.net/" +HOMEPAGE = "https://libcoap.net/" LICENSE = "BSD-2-Clause & BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=1978dbc41673ab1c20e64b287c8317bc" -- cgit v1.2.3-54-g00ecf