From 5fd5ef78c4a0a2ebebb94cc3e325d511c80da413 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 Oct 2012 12:01:30 -0700 Subject: [PATCH] documentation: dev-manual - Changed wording to recipe In the Quilt and Git flow methods there is a bullet that talks about incrementing the PR variable. I changed the wording to be in the context of recipes rather than packages. (From yocto-docs rev: 64f6230251c023e469a346c0425834b950ed5c9b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 7ab9e015a6..d75b21ddde 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1725,10 +1725,10 @@ directory. SRC_URI += "file://my_changes.patch" - Increment the Package Revision Number: + Increment the Recipe Revision Number: Finally, don't forget to 'bump' the PR - value in the same recipe since the resulting packages have changed. + value in the recipe since the resulting packages have changed. @@ -1851,10 +1851,10 @@ directory. SRC_URI += "file://my_changes.patch" - Increment the Package Revision Number: + Increment the Recipe Revision Number: Finally, don't forget to 'bump' the PR - value in the same recipe since the resulting packages have changed. + value in the recipe since the resulting packages have changed.