gnutls: Add libcap to DEPENDS

Setup INC_PR for PR bumps

(From OE-Core rev: ffc32d6436bcd11bd9a431affb9d2508fdb3992e)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2011-05-26 11:41:25 -07:00 committed by Richard Purdie
parent 0eb48957ac
commit fe91703601
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
DESCRIPTION = "GNU Transport Layer Security Library"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2)"
DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap"
BBCLASSEXTEND = "native"
INC_PR = "r1"
LICENSE = "GPLv3+ & LGPLv2.1+"
LICENSE_${PN} = "LGPLv2.1+"
@ -44,3 +44,5 @@ FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug"
FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*"
FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*"
BBCLASSEXTEND = "native"

View File

@ -1,6 +1,6 @@
require gnutls.inc
PR = "r0"
PR = "${INC_PR}.0"
SRC_URI += "file://gnutls-openssl.patch \
file://gnutls-texinfo-euro.patch \