1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

meta/meta-selftest: Fix variable assignment whitespace

Recipes are much more readable with whitespace around the assignment operators.
Fix various assignments in OE-Core to show this is definitely the preferred
formatting.

(From OE-Core rev: 30ea609d3357fb3de911f2f6a5e6856c151b976a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2025-01-31 12:03:05 +00:00
parent c690181cd1
commit c2da016918
75 changed files with 122 additions and 122 deletions
@@ -28,7 +28,7 @@ SRC_URI = "git://github.com/draios/sysdig.git;branch=dev;protocol=https;name=sys
file://0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch \
"
SRCREV_sysdig = "4fb6288275f567f63515df0ff0a6518043ecfa9b"
SRCREV_falco= "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9"
SRCREV_falco = "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9"
SRCREV_FORMAT = "sysdig_falco"
@@ -14,4 +14,4 @@ INITSCRIPT_NAME = "${BPN}"
SYSTEMD_SERVICE:${PN} = "${BPN}.service"
EXCLUDE_FROM_WORLD="1"
EXCLUDE_FROM_WORLD = "1"
@@ -9,4 +9,4 @@ do_install() {
SYSTEMD_SERVICE:${PN} = "${BPN}.service"
EXCLUDE_FROM_WORLD="1"
EXCLUDE_FROM_WORLD = "1"
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
INHIBIT_DEFAULT_DEPS = "1"
PATCHTOOL="git"
PATCHTOOL = "git"
SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \
file://0001-testpatch.patch \
@@ -6,7 +6,7 @@ LICENSE = "MIT"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
EXCLUDE_FROM_WORLD="1"
EXCLUDE_FROM_WORLD = "1"
inherit useradd allarch
@@ -10,7 +10,7 @@ USERADD_DEPENDS = "acreategroup ccreategroup"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
EXCLUDE_FROM_WORLD="1"
EXCLUDE_FROM_WORLD = "1"
inherit useradd allarch
@@ -8,7 +8,7 @@ USERADD_DEPENDS = "acreategroup"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
EXCLUDE_FROM_WORLD="1"
EXCLUDE_FROM_WORLD = "1"
inherit useradd allarch
@@ -8,7 +8,7 @@ USERADD_DEPENDS = "bcreategroup"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
EXCLUDE_FROM_WORLD="1"
EXCLUDE_FROM_WORLD = "1"
inherit useradd allarch