[1/1] docs: Fix typo in arch=all provides suffix

Message ID 20260730073805.396068-1-felix.moessbauer@siemens.com
State Under Review
Headers show
Series [1/1] docs: Fix typo in arch=all provides suffix | expand

Commit Message

MOESSBAUER, Felix July 30, 2026, 7:38 a.m. UTC
The suffix added to architecture-all providers is -archall, not -all.
The bigger example already had this correct, but the text missed it.

No functional change.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 RECIPE-API-CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
index f5b84c84..222e6fae 100644
--- a/RECIPE-API-CHANGELOG.md
+++ b/RECIPE-API-CHANGELOG.md
@@ -1083,7 +1083,7 @@  work for packages that generate both arch specific and arch all binary packages.
 We now explicitly disable building `arch=all` binary packages during cross
 compilation (this only affects packages that produce both architecture-specific
 and `arch=all` binary packages). Recipes for such mixed packages should append
-`-all` to the `arch=all` binary packages listed in `PROVIDES` (e.g.,
+`-archall` to the `arch=all` binary packages listed in `PROVIDES` (e.g.,
 `PROVIDES="foo-doc-archall"` for an `arch=all` binary package `foo-doc`).
 Consumers can then simply reference the package by its original name (e.g.,
 `foo-doc`).