diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-07-07 18:36:04 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-07-10 14:25:47 -0300 |
commit | 68c5927ab4971e93f4a5929b6e28edce92c53b8b (patch) | |
tree | 28366f39b102a8de96a7b6873151a5adbda42fb5 /recipes/libgpg-error/libgpg-error_0.6.bb | |
parent | 9ae853a7edbe27f42f64bf9213772a28e925c0d3 (diff) |
libgpg-error: convert to INC_PR usage
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/libgpg-error/libgpg-error_0.6.bb')
-rw-r--r-- | recipes/libgpg-error/libgpg-error_0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libgpg-error/libgpg-error_0.6.bb b/recipes/libgpg-error/libgpg-error_0.6.bb index 4929121167..69577e003a 100644 --- a/recipes/libgpg-error/libgpg-error_0.6.bb +++ b/recipes/libgpg-error/libgpg-error_0.6.bb @@ -2,7 +2,7 @@ DESCRIPTION = "GPG-Error library" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" -PR = "r1" +PR = "${INC_PR}.1" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz" |