]> code.ossystems Code Review - openembedded-core.git/commitdiff
handbook: PR should always be set, even if to 0
authorJoshua Lock <josh@linux.intel.com>
Fri, 25 Jun 2010 12:13:09 +0000 (13:13 +0100)
committerJoshua Lock <josh@linux.intel.com>
Fri, 25 Jun 2010 13:54:30 +0000 (14:54 +0100)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
handbook/extendpoky.xml

index 936a74480eb34a4749c1bc0e8d27770d89cc1822..d03284d0e3c7c1beae80c8a2f47597c7c3960925 100644 (file)
@@ -650,7 +650,9 @@ require conf/distro/include/poky-extras-src-revisions.inc
                 </glossterm> variable needs to be increased (commonly referred to 
                 as 'bumped') as part of that commit. Only integer values are used
                 and <glossterm><link linkend='var-PR'>PR</link></glossterm> = 
-                "r0" should not be added into new recipes as this is default value.
+                "r0" should be added into new recipes as, while this is the
+                default value, not having the variable defined in a recipe makes
+                it easy to miss incrementing it when updating the recipe.
                 When upgrading the version of a package (<glossterm><link 
                 linkend='var-PV'>PV</link></glossterm>), the <glossterm><link 
                 linkend='var-PR'>PR</link></glossterm> variable should be removed.