diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-31 12:03:05 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-01 13:42:34 +0000 |
| commit | c2da016918d1fda5bf63d94b59863f5013e482f9 (patch) | |
| tree | 7f1c5dd99c56a405c1ebd86f497461b5c4214752 /meta-selftest/recipes-test | |
| parent | c690181cd112ac6eac18c358b970f0ca0c73cd5f (diff) | |
| download | poky-c2da016918d1fda5bf63d94b59863f5013e482f9.tar.gz | |
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>
Diffstat (limited to 'meta-selftest/recipes-test')
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb b/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb index f9fc59a494..94f9a7a770 100644 --- a/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb +++ b/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb | |||
| @@ -14,4 +14,4 @@ INITSCRIPT_NAME = "${BPN}" | |||
| 14 | 14 | ||
| 15 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" | 15 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
| 16 | 16 | ||
| 17 | EXCLUDE_FROM_WORLD="1" | 17 | EXCLUDE_FROM_WORLD = "1" |
diff --git a/meta-selftest/recipes-test/bbclasses/systemd-only.bb b/meta-selftest/recipes-test/bbclasses/systemd-only.bb index 590a27b9cb..6968247b08 100644 --- a/meta-selftest/recipes-test/bbclasses/systemd-only.bb +++ b/meta-selftest/recipes-test/bbclasses/systemd-only.bb | |||
| @@ -9,4 +9,4 @@ do_install() { | |||
| 9 | 9 | ||
| 10 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" | 10 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
| 11 | 11 | ||
| 12 | EXCLUDE_FROM_WORLD="1" | 12 | EXCLUDE_FROM_WORLD = "1" |
diff --git a/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb b/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb index f1b6c55833..c4806793ee 100644 --- a/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb +++ b/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 5 | 5 | ||
| 6 | INHIBIT_DEFAULT_DEPS = "1" | 6 | INHIBIT_DEFAULT_DEPS = "1" |
| 7 | 7 | ||
| 8 | PATCHTOOL="git" | 8 | PATCHTOOL = "git" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \ | 10 | SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \ |
| 11 | file://0001-testpatch.patch \ | 11 | file://0001-testpatch.patch \ |
diff --git a/meta-selftest/recipes-test/selftest-users/acreategroup.bb b/meta-selftest/recipes-test/selftest-users/acreategroup.bb index 7805182d48..a970c41134 100644 --- a/meta-selftest/recipes-test/selftest-users/acreategroup.bb +++ b/meta-selftest/recipes-test/selftest-users/acreategroup.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
| 6 | S = "${WORKDIR}/sources" | 6 | S = "${WORKDIR}/sources" |
| 7 | UNPACKDIR = "${S}" | 7 | UNPACKDIR = "${S}" |
| 8 | 8 | ||
| 9 | EXCLUDE_FROM_WORLD="1" | 9 | EXCLUDE_FROM_WORLD = "1" |
| 10 | 10 | ||
| 11 | inherit useradd allarch | 11 | inherit useradd allarch |
| 12 | 12 | ||
diff --git a/meta-selftest/recipes-test/selftest-users/bcreategroup.bb b/meta-selftest/recipes-test/selftest-users/bcreategroup.bb index b15c07d7b2..08106dab7c 100644 --- a/meta-selftest/recipes-test/selftest-users/bcreategroup.bb +++ b/meta-selftest/recipes-test/selftest-users/bcreategroup.bb | |||
| @@ -10,7 +10,7 @@ USERADD_DEPENDS = "acreategroup ccreategroup" | |||
| 10 | S = "${WORKDIR}/sources" | 10 | S = "${WORKDIR}/sources" |
| 11 | UNPACKDIR = "${S}" | 11 | UNPACKDIR = "${S}" |
| 12 | 12 | ||
| 13 | EXCLUDE_FROM_WORLD="1" | 13 | EXCLUDE_FROM_WORLD = "1" |
| 14 | 14 | ||
| 15 | inherit useradd allarch | 15 | inherit useradd allarch |
| 16 | 16 | ||
diff --git a/meta-selftest/recipes-test/selftest-users/ccreategroup.bb b/meta-selftest/recipes-test/selftest-users/ccreategroup.bb index ff2da1c039..c82ced8481 100644 --- a/meta-selftest/recipes-test/selftest-users/ccreategroup.bb +++ b/meta-selftest/recipes-test/selftest-users/ccreategroup.bb | |||
| @@ -8,7 +8,7 @@ USERADD_DEPENDS = "acreategroup" | |||
| 8 | S = "${WORKDIR}/sources" | 8 | S = "${WORKDIR}/sources" |
| 9 | UNPACKDIR = "${S}" | 9 | UNPACKDIR = "${S}" |
| 10 | 10 | ||
| 11 | EXCLUDE_FROM_WORLD="1" | 11 | EXCLUDE_FROM_WORLD = "1" |
| 12 | 12 | ||
| 13 | inherit useradd allarch | 13 | inherit useradd allarch |
| 14 | 14 | ||
diff --git a/meta-selftest/recipes-test/selftest-users/dcreategroup.bb b/meta-selftest/recipes-test/selftest-users/dcreategroup.bb index ab0a529669..0030e81ee0 100644 --- a/meta-selftest/recipes-test/selftest-users/dcreategroup.bb +++ b/meta-selftest/recipes-test/selftest-users/dcreategroup.bb | |||
| @@ -8,7 +8,7 @@ USERADD_DEPENDS = "bcreategroup" | |||
| 8 | S = "${WORKDIR}/sources" | 8 | S = "${WORKDIR}/sources" |
| 9 | UNPACKDIR = "${S}" | 9 | UNPACKDIR = "${S}" |
| 10 | 10 | ||
| 11 | EXCLUDE_FROM_WORLD="1" | 11 | EXCLUDE_FROM_WORLD = "1" |
| 12 | 12 | ||
| 13 | inherit useradd allarch | 13 | inherit useradd allarch |
| 14 | 14 | ||
