summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-20 13:16:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-28 10:57:47 +0000
commite4c4208d126c133f8b36b6add5d917830237d5bc (patch)
tree42e71be92ead32fbcc9485abd07d11f6e3e9753f
parentab4152528f029e48271b73a35b3271a380ec0d8d (diff)
downloadpoky-e4c4208d126c133f8b36b6add5d917830237d5bc.tar.gz
ref-manual/classes: document the cython class
Small class added in oecore by commit 64b6e8580842949be58f97f4dff91d1f097c4020 ("classes-recipe: add cython class"). (From yocto-docs rev: 0979e02b71b6c91fa27cdeacd70036564fbe1a2d) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/classes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 3d61d8d7a0..af9aac9281 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -614,6 +614,15 @@ You will find some more details in the
614":ref:`dev-manual/vulnerabilities:checking for vulnerabilities`" 614":ref:`dev-manual/vulnerabilities:checking for vulnerabilities`"
615section in the Development Tasks Manual. 615section in the Development Tasks Manual.
616 616
617.. _ref-classes-cython:
618
619``cython``
620==========
621
622The :ref:`ref-classes-cython` class can be used by Python recipes that require
623`Cython <https://cython.org/>`__ as part of their build dependencies
624(:term:`DEPENDS`).
625
617.. _ref-classes-debian: 626.. _ref-classes-debian:
618 627
619``debian`` 628``debian``