diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-05-26 11:41:25 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 00:48:11 +0100 |
| commit | fe91703601fce1bdff7ed1a9dd1e04f47b41e280 (patch) | |
| tree | 42183400327a49d0420e0051f0d661d3d9f8284b | |
| parent | 0eb48957ace8e4d6ac7943f361e0b3fbcf0d72da (diff) | |
| download | poky-fe91703601fce1bdff7ed1a9dd1e04f47b41e280.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 6 | ||||
| -rw-r--r-- | meta/recipes-support/gnutls/gnutls_2.10.4.bb | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 2dcd8a018e..fd77af4c84 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | DESCRIPTION = "GNU Transport Layer Security Library" | 1 | DESCRIPTION = "GNU Transport Layer Security Library" |
| 2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" |
| 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" | 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" |
| 4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2)" | 4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap" |
| 5 | 5 | ||
| 6 | BBCLASSEXTEND = "native" | 6 | INC_PR = "r1" |
| 7 | 7 | ||
| 8 | LICENSE = "GPLv3+ & LGPLv2.1+" | 8 | LICENSE = "GPLv3+ & LGPLv2.1+" |
| 9 | LICENSE_${PN} = "LGPLv2.1+" | 9 | LICENSE_${PN} = "LGPLv2.1+" |
| @@ -44,3 +44,5 @@ FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug" | |||
| 44 | FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" | 44 | FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" |
| 45 | FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" | 45 | FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" |
| 46 | FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" | 46 | FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" |
| 47 | |||
| 48 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-support/gnutls/gnutls_2.10.4.bb b/meta/recipes-support/gnutls/gnutls_2.10.4.bb index 3924ecdf9a..cc2fa27894 100644 --- a/meta/recipes-support/gnutls/gnutls_2.10.4.bb +++ b/meta/recipes-support/gnutls/gnutls_2.10.4.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://gnutls-texinfo-euro.patch \ | 6 | file://gnutls-texinfo-euro.patch \ |
