diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-06-02 16:37:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-06 15:58:40 +0100 |
commit | 048736c286ea1c757ffc91d06e4617950c7ca48d (patch) | |
tree | 04cf4269bae1b7c206354cf126510a378cebdb6a /meta/recipes-support | |
parent | 6e6fa7d63d642c7b39c9ecb17c9bc6d224c9ec0d (diff) | |
download | poky-048736c286ea1c757ffc91d06e4617950c7ca48d.tar.gz |
gnutls: use INC_PR on 2.12.5 version recipe
(From OE-Core rev: fd57537f53483eef24807d9b7b3eaca9bb4cda7f)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_2.12.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.5.bb b/meta/recipes-support/gnutls/gnutls_2.12.5.bb index b27a06506a..9d3f5ab140 100644 --- a/meta/recipes-support/gnutls/gnutls_2.12.5.bb +++ b/meta/recipes-support/gnutls/gnutls_2.12.5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require gnutls.inc | 1 | require gnutls.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "${INC_PR}.0" |
4 | 4 | ||
5 | SRC_URI += "file://gnutls-openssl.patch \ | 5 | SRC_URI += "file://gnutls-openssl.patch \ |
6 | file://configure-fix.patch" | 6 | file://configure-fix.patch" |