diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 35d6feb17a..a978e2cd7d 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -853,7 +853,7 @@ This step in the build process consists of the following tasks: | |||
853 | variables. For information on how this variable works within that | 853 | variables. For information on how this variable works within that |
854 | class, see the | 854 | class, see the |
855 | :ref:`autotools <ref-classes-autotools>` class | 855 | :ref:`autotools <ref-classes-autotools>` class |
856 | :yocto_git:`here </poky/tree/meta/classes/autotools.bbclass>`. | 856 | :yocto_git:`here </poky/tree/meta/classes-recipe/autotools.bbclass>`. |
857 | 857 | ||
858 | - *do_compile*: Once a configuration task has been satisfied, | 858 | - *do_compile*: Once a configuration task has been satisfied, |
859 | BitBake compiles the source using the | 859 | BitBake compiles the source using the |
@@ -931,7 +931,7 @@ The :term:`FILES` variable defines the | |||
931 | files that go into each package in | 931 | files that go into each package in |
932 | :term:`PACKAGES`. If you want | 932 | :term:`PACKAGES`. If you want |
933 | details on how this is accomplished, you can look at | 933 | details on how this is accomplished, you can look at |
934 | :yocto_git:`package.bbclass </poky/tree/meta/classes/package.bbclass>`. | 934 | :yocto_git:`package.bbclass </poky/tree/meta/classes-global/package.bbclass>`. |
935 | 935 | ||
936 | Depending on the type of packages being created (RPM, DEB, or IPK), the | 936 | Depending on the type of packages being created (RPM, DEB, or IPK), the |
937 | :ref:`do_package_write_* <ref-tasks-package_write_deb>` | 937 | :ref:`do_package_write_* <ref-tasks-package_write_deb>` |