Skip to content

documentation seems to use bad postbuild_arch example #3299

@tomasohara

Description

@tomasohara

There seems to be a bad example for postbuild_arch in the recipe documentation. It should call postbuild_arch instead of build_arch:

diff --git a: doc/source/recipes.rst b: doc/source/recipes.rst
index b6e34319..c5097cb9 100644
--- a: doc/source/recipes.rst
+++ b: doc/source/recipes.rst
@@ -88,7 +88,7 @@ The actual build process takes place via three core methods::
           # Do the main recipe build
          
       def postbuild_arch(self, arch):
-          super().build_arch(arch)
+          super().postbuild_arch(arch)
           # Do any clearing up

$ git describe --tags --dirty --always
v2024.01.21-250-g2f107b15-dirty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions