summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/migration-5.2.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst
index a5ac33d816..c4ee3fadd5 100644
--- a/documentation/migration-guides/migration-5.2.rst
+++ b/documentation/migration-guides/migration-5.2.rst
@@ -140,6 +140,17 @@ replacing is not as straightforward. For more examples, see the commit
140c++/binutils)" </openembedded-core/commit/?id=4ccc3bc8266c>` in 140c++/binutils)" </openembedded-core/commit/?id=4ccc3bc8266c>` in
141:term:`OpenEmbedded-Core (OE-Core)`. 141:term:`OpenEmbedded-Core (OE-Core)`.
142 142
143:ref:`ref-classes-autotools` changes
144~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
145
146- Changes to how ``aclocal`` is invoked means that ``ACLOCALDIR`` and
147 ``ACLOCALEXTRAPATH`` are no longer used.
148
149- Directories containing m4 files are no longer found automatically and
150 passed to ``autoreconf``. If a recipe fails to configure because it cannot
151 find m4 macros, then usually the solution is to set ``EXTRA_AUTORECONF += "-I
152 path/to/m4"`` in the recipe.
153
143Recipe changes 154Recipe changes
144~~~~~~~~~~~~~~ 155~~~~~~~~~~~~~~
145 156