summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme_1.15.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-07-15 15:28:52 -0700
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-20 22:54:01 +0800
commitf03762543ad8f05c2b5aea2c33f86d5eeef2e8bc (patch)
treeef2a7b16c8bd67318bb7a7e4d3ba3384da69e524 /meta/recipes-support/gpgme/gpgme_1.15.1.bb
parent4d350d458fa4ec75bf6f40da9c3a7c43403f3dbd (diff)
downloadopenembedded-core-contrib-f03762543ad8f05c2b5aea2c33f86d5eeef2e8bc.tar.gz
gpgme: Use glibc provided closefrom API when available
glibc 2.34+ has added this API new Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a2b2479d20d029f5a11dba8cf7f7ca3e4a5bbbe2) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme_1.15.1.bb')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.15.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.15.1.bb b/meta/recipes-support/gpgme/gpgme_1.15.1.bb
index dc38aa8e3c..f207e81687 100644
--- a/meta/recipes-support/gpgme/gpgme_1.15.1.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.15.1.bb
@@ -20,7 +20,8 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \
file://0006-fix-build-path-issue.patch \
file://0007-python-Add-variables-to-tests.patch \
file://0008-do-not-auto-check-var-PYTHON.patch \
- "
+ file://0001-use-closefrom-on-linux-and-glibc-2.34.patch \
+ "
SRC_URI[sha256sum] = "eebc3c1b27f1c8979896ff361ba9bb4778b508b2496c2fc10e3775a40b1de1ad"