diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-05-20 23:30:56 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-05-20 23:30:59 -0300 |
commit | 36d5b6464b18caf961faf61b2f8a4732e40a15f9 (patch) | |
tree | cb58e7112020d7fecd0bef28648820a81626c8d4 /recipes/cups/cups_1.2.12.bb | |
parent | a009dcf2dce41b7028ccc6a3a2d3fd7d49733613 (diff) |
cups: use INC_PR due cups.inc being used in many recipes
To be easier to update the recipes we use a INC_PR in cups.inc that is
included in all PR fields in all recipes. Since currently the oldest
revision was 'r6' INC_PR starts in 'r7'.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/cups/cups_1.2.12.bb')
-rw-r--r-- | recipes/cups/cups_1.2.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cups/cups_1.2.12.bb b/recipes/cups/cups_1.2.12.bb index 4f7d0d49b6..773f97e101 100644 --- a/recipes/cups/cups_1.2.12.bb +++ b/recipes/cups/cups_1.2.12.bb @@ -1,2 +1,2 @@ require cups.inc -PR = "r2" +PR = "${INC_PR}.1" |