Skip to content

documentation seems to use bad postbuild_arch example #3299

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationShould be documentatedPriority: LowThis issue can probably be picked up by anyone looking to contribute to the project, as an entry fixeasy

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions