diff options
Diffstat (limited to 'documentation/ref-manual/migration-3.2.rst')
| -rw-r--r-- | documentation/ref-manual/migration-3.2.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/migration-3.2.rst b/documentation/ref-manual/migration-3.2.rst index 39743af70d..956a56f626 100644 --- a/documentation/ref-manual/migration-3.2.rst +++ b/documentation/ref-manual/migration-3.2.rst | |||
| @@ -90,12 +90,12 @@ If you have anonymous python or in-line python conditionally adding | |||
| 90 | dependencies in your custom recipes, and you intend for those recipes to | 90 | dependencies in your custom recipes, and you intend for those recipes to |
| 91 | work with multilib, then you will need to ensure that ``${MLPREFIX}`` | 91 | work with multilib, then you will need to ensure that ``${MLPREFIX}`` |
| 92 | is prefixed on the package names in the dependencies, for example | 92 | is prefixed on the package names in the dependencies, for example |
| 93 | (from the ``glibc`` recipe): :: | 93 | (from the ``glibc`` recipe):: |
| 94 | 94 | ||
| 95 | RRECOMMENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig', '${MLPREFIX}ldconfig', '', d)}" | 95 | RRECOMMENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig', '${MLPREFIX}ldconfig', '', d)}" |
| 96 | 96 | ||
| 97 | This also applies when conditionally adding packages to :term:`PACKAGES` where | 97 | This also applies when conditionally adding packages to :term:`PACKAGES` where |
| 98 | those packages have dependencies, for example (from the ``alsa-plugins`` recipe): :: | 98 | those packages have dependencies, for example (from the ``alsa-plugins`` recipe):: |
| 99 | 99 | ||
| 100 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'alsa-plugins-pulseaudio-conf', '', d)}" | 100 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'alsa-plugins-pulseaudio-conf', '', d)}" |
| 101 | ... | 101 | ... |
| @@ -229,7 +229,7 @@ needs ``/etc/ld.so.conf`` to be present at image build time: | |||
| 229 | 229 | ||
| 230 | When some recipe installs libraries to a non-standard location, and | 230 | When some recipe installs libraries to a non-standard location, and |
| 231 | therefore installs in a file in ``/etc/ld.so.conf.d/foo.conf``, we | 231 | therefore installs in a file in ``/etc/ld.so.conf.d/foo.conf``, we |
| 232 | need ``/etc/ld.so.conf`` containing: :: | 232 | need ``/etc/ld.so.conf`` containing:: |
| 233 | 233 | ||
| 234 | include /etc/ld.so.conf.d/*.conf | 234 | include /etc/ld.so.conf.d/*.conf |
| 235 | 235 | ||
