diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 582f528ca0..84c5295046 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -408,18 +408,20 @@ - If you use the previous statement to inherit the latest + If you use the previous statement to retrieve the latest version of software, you need to be sure PV contains ${SRCPV}. - For example, suppose you have a kernel recipe that needs - to inherit the latest kernel and you use the previous - statement. + For example, suppose you have a kernel recipe that + inherits the + kernel class + and you use the previous statement. In this example, ${SRCPV} does not - get into PV. + automatically get into PV. Consequently, you need to change PV - so that it does contain ${SRCPV}. + in your recipe so that it does contain + ${SRCPV}.