diff options
Diffstat (limited to 'documentation/migration-guides/migration-3.0.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst index 163c6201c5..20c7026e8d 100644 --- a/documentation/migration-guides/migration-3.0.rst +++ b/documentation/migration-guides/migration-3.0.rst | |||
@@ -243,7 +243,7 @@ The following sanity check changes occurred. | |||
243 | - Setting ``DEPENDS_${PN}`` anywhere (i.e. typically in a recipe) now | 243 | - Setting ``DEPENDS_${PN}`` anywhere (i.e. typically in a recipe) now |
244 | triggers an error. The error is triggered because | 244 | triggers an error. The error is triggered because |
245 | :term:`DEPENDS` is not a package-specific variable | 245 | :term:`DEPENDS` is not a package-specific variable |
246 | unlike RDEPENDS. You should set ``DEPENDS`` instead. | 246 | unlike RDEPENDS. You should set :term:`DEPENDS` instead. |
247 | 247 | ||
248 | - systemd currently does not work well with the musl C library because | 248 | - systemd currently does not work well with the musl C library because |
249 | only upstream officially supports linking the library with glibc. | 249 | only upstream officially supports linking the library with glibc. |