[PATCH v2 2/5] ref-manual: Prune superfluous space with :append
[email protected] Tue, 28 Jul 2026 10:23:16 +0300
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
From: Niko Mauno <[email protected]> Remove occurrences of superfluous space characters in value field of :append assignments. Signed-off-by: Niko Mauno <[email protected]> --- documentation/ref-manual/qa-checks.rst | 2 +- documentation/ref-manual/variables.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-man= ual/qa-checks.rst index 9654cf08e..09b0f628a 100644 --- a/documentation/ref-manual/qa-checks.rst +++ b/documentation/ref-manual/qa-checks.rst @@ -889,7 +889,7 @@ or "-fpic" to the compiler command-line options. For ex= ample, given software that reads :term:`CFLAGS` when you build it, you could add the following to your recipe:: =20 - CFLAGS:append =3D " -fPIC " + CFLAGS:append =3D " -fPIC" =20 For more information on text relocations at runtime, see https://www.akkadia.org/drepper/textrelocs.html. diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-man= ual/variables.rst index 0066ede0f..b124e9c30 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -5559,7 +5559,7 @@ system and gives an overview of their function and co= ntents. KERNEL_EXTRA_FEATURES ?=3D "features/netfilter/netfilter.scc feat= ures/taskstats/taskstats.scc" KERNEL_FEATURES:append =3D " ${KERNEL_EXTRA_FEATURES}" KERNEL_FEATURES:append:qemuall =3D " cfg/virtio.scc" - KERNEL_FEATURES:append:qemux86 =3D " cfg/sound.scc cfg/paravirt_= kvm.scc" + KERNEL_FEATURES:append:qemux86 =3D " cfg/sound.scc cfg/paravirt_k= vm.scc" KERNEL_FEATURES:append:qemux86-64 =3D " cfg/sound.scc" =20 :term:`KERNEL_FIT_LINK_NAME` --=20 2.47.3