diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-02 14:38:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:10:52 +0000 |
commit | 206ebe842ba12db271133a80a3d095c0d659eb45 (patch) | |
tree | ebe645fafafd08a37b0baf53962b1d0532e452db /meta/recipes-support/gnutls/gnutls_2.12.14.bb | |
parent | 3ebc06c2f011da95fd6bed74c9e27b2148011ee7 (diff) | |
download | openembedded-core-206ebe842ba12db271133a80a3d095c0d659eb45.tar.gz openembedded-core-206ebe842ba12db271133a80a3d095c0d659eb45.tar.bz2 openembedded-core-206ebe842ba12db271133a80a3d095c0d659eb45.zip |
gnutls: more gettext version fixes
Address [YOCTO #1849]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls_2.12.14.bb')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_2.12.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.14.bb b/meta/recipes-support/gnutls/gnutls_2.12.14.bb index f521f1a672..045ba69d1b 100644 --- a/meta/recipes-support/gnutls/gnutls_2.12.14.bb +++ b/meta/recipes-support/gnutls/gnutls_2.12.14.bb @@ -1,6 +1,6 @@ require gnutls.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.3" SRC_URI += "file://gnutls-openssl.patch \ file://configure-fix.patch \ |