diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7b1aef08c3..8650efabd9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10178,6 +10178,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Thus, the RDEPENDS variable has the ${PN}-dev package name as part of the variable. + + Caution + RDEPENDS_${PN}-dev includes + ${PN} + by default. + This default is set in the BitBake configuration file + (meta/conf/bitbake.conf). + Be careful not to accidentally remove + ${PN} when modifying + RDEPENDS_${PN}-dev. + Use the "+=" operator rather than the "=" operator. +