]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: add p11tool into gnutls-bin
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 2 Jun 2011 16:41:08 +0000 (16:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2011 14:52:17 +0000 (15:52 +0100)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta/recipes-support/gnutls/gnutls.inc

index 03aed6a9978580e18953d007bcfedd13a686a2d8..92578809f8356fc06d381c84d5a65b8f32691a10 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/"
 BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
 DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap"
 
-INC_PR = "r1"
+INC_PR = "r2"
 
 LICENSE = "GPLv3+ & LGPLv2.1+"
 LICENSE_${PN} = "LGPLv2.1+"
@@ -39,6 +39,7 @@ FILES_${PN}-bin = "${bindir}/gnutls-serv \
                    ${bindir}/gnutls-cli \
                    ${bindir}/srptool \
                    ${bindir}/psktool \
+                   ${bindir}/p11tool \
                    ${bindir}/certtool \
                    ${bindir}/gnutls-srpcrypt"