summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/asciidoc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-31 12:03:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-01 13:42:34 +0000
commitc2da016918d1fda5bf63d94b59863f5013e482f9 (patch)
tree7f1c5dd99c56a405c1ebd86f497461b5c4214752 /meta/recipes-extended/asciidoc
parentc690181cd112ac6eac18c358b970f0ca0c73cd5f (diff)
downloadpoky-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/recipes-extended/asciidoc')
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb b/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb
index 1065acdb8e..0360a342b4 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
18 18
19# Tell xmllint where to find the DocBook XML catalogue, because right now it 19# Tell xmllint where to find the DocBook XML catalogue, because right now it
20# opens /etc/xml/catalog on the host. Depends on auto-catalogs.patch 20# opens /etc/xml/catalog on the host. Depends on auto-catalogs.patch
21export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog" 21export SGML_CATALOG_FILES = "file://${STAGING_ETCDIR_NATIVE}/xml/catalog"
22 22
23inherit setuptools3 23inherit setuptools3
24CLEANBROKEN = "1" 24CLEANBROKEN = "1"