diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 16:17:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 16:51:31 +0200 |
commit | 0a2d1e13ec1cc334aaa5dfd6be7a668723388279 (patch) | |
tree | 03025e18564bfc10c791b64e3d36028f9053324b /recipes/libgpg-error | |
parent | 2eabb4b0744d17eca2f85f5467b2d4aa2b19faa8 (diff) |
recipes: don't use INC_PR in recipes which weren't converted to include .inc (added INC_PR definition there - ugly)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libgpg-error')
-rw-r--r-- | recipes/libgpg-error/libgpg-error_0.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libgpg-error/libgpg-error_0.6.bb b/recipes/libgpg-error/libgpg-error_0.6.bb index 69577e003a..47e1ca6272 100644 --- a/recipes/libgpg-error/libgpg-error_0.6.bb +++ b/recipes/libgpg-error/libgpg-error_0.6.bb @@ -2,6 +2,7 @@ DESCRIPTION = "GPG-Error library" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" +INC_PR = "r7" PR = "${INC_PR}.1" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz" |