summaryrefslogtreecommitdiffstats
path: root/recipes-support/gnutls/gnutls_3.3.27.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2017-06-12 18:22:18 +0200
committerRoss Burton <ross.burton@intel.com>2017-06-12 20:13:53 +0100
commitd1ab8b5b8d106d380f27e9157c94ec8ae2c6da30 (patch)
treedfa1d1e86f14625d60ea3aa9ec6098d019c9a540 /recipes-support/gnutls/gnutls_3.3.27.bb
parent9397c157eef1ff74e41f5a82faceb6dc3f672a0c (diff)
downloadmeta-gplv2-d1ab8b5b8d106d380f27e9157c94ec8ae2c6da30.tar.gz
gnutls: add use-pkg-config-to-locate-zlib.patch
* it was modified in oe-core/master in this commit: commit ba7e5f51327d9833776aa066f30c5e46606be374 Author: Fan Xin <fan.xin@jp.fujitsu.com> Date: Fri Jun 9 15:49:18 2017 +0900 gnutls: Upgrade to 3.5.13 1. Upgrade gnutls from 3.5.9 to 3.5.13 2. Rebase the following patch file. use-pkg-config-to-locate-zlib.patch Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> and no longer applies for this version. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-support/gnutls/gnutls_3.3.27.bb')
-rw-r--r--recipes-support/gnutls/gnutls_3.3.27.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/gnutls/gnutls_3.3.27.bb b/recipes-support/gnutls/gnutls_3.3.27.bb
index c98da34..9a8cd40 100644
--- a/recipes-support/gnutls/gnutls_3.3.27.bb
+++ b/recipes-support/gnutls/gnutls_3.3.27.bb
@@ -3,7 +3,7 @@ require recipes-support/gnutls/gnutls.inc
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" 4 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
5 5
6FILESEXTRAPATHS_prepend = "${COREBASE}/meta/recipes-support/${BPN}/${BPN}:" 6FILESEXTRAPATHS_prepend = "${THISDIR}/${BPN}:${COREBASE}/meta/recipes-support/${BPN}/${BPN}:"
7 7
8SRC_URI += " \ 8SRC_URI += " \
9 file://correct_rpl_gettimeofday_signature.patch \ 9 file://correct_rpl_gettimeofday_signature.patch \