diff options
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 87676bd01e..1cde2b2bd1 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -4616,8 +4616,7 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
4616 | <listitem><para> | 4616 | <listitem><para> |
4617 | The <filename>USE_LDCONFIG</filename> variable has been | 4617 | The <filename>USE_LDCONFIG</filename> variable has been |
4618 | replaced with the "ldconfig" | 4618 | replaced with the "ldconfig" |
4619 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> | 4619 | <filename>DISTRO_FEATURES</filename> feature. |
4620 | feature. | ||
4621 | Distributions that previously set: | 4620 | Distributions that previously set: |
4622 | <literallayout class='monospaced'> | 4621 | <literallayout class='monospaced'> |
4623 | USE_LDCONFIG = "0" | 4622 | USE_LDCONFIG = "0" |
@@ -4676,9 +4675,9 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
4676 | </para></listitem> | 4675 | </para></listitem> |
4677 | <listitem><para> | 4676 | <listitem><para> |
4678 | All native and nativesdk recipes now use a separate | 4677 | All native and nativesdk recipes now use a separate |
4679 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> | 4678 | <filename>DISTRO_FEATURES</filename> value instead of |
4680 | value instead of sharing the value used by recipes for the | 4679 | sharing the value used by recipes for the target, in order |
4681 | target, in order to avoid unnecessary rebuilds.</para> | 4680 | to avoid unnecessary rebuilds.</para> |
4682 | 4681 | ||
4683 | <para>The <filename>DISTRO_FEATURES</filename> for | 4682 | <para>The <filename>DISTRO_FEATURES</filename> for |
4684 | <filename>native</filename> recipes is | 4683 | <filename>native</filename> recipes is |