mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
libgpg-error: update 1.43 -> 1.44
Drop accepted patch. (From OE-Core rev: a4dc17a8b4080ca17c0f363163363d5c2af4dc4e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3108c18431
commit
f671233fc8
-27
@@ -1,27 +0,0 @@
|
|||||||
From 7437acb228678ea5d8288b930b4f5b72c3d449ed Mon Sep 17 00:00:00 2001
|
|
||||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
||||||
Date: Mon, 24 May 2021 11:03:42 +0200
|
|
||||||
Subject: [PATCH] configure.ac: do not hardcode gnu libc when generating
|
|
||||||
lock-obj
|
|
||||||
|
|
||||||
This erroneously excluded e.g. musl libc.
|
|
||||||
|
|
||||||
Upstream-Status: Submitted [by email to gniibe@fsij.org,gnupg-devel@gnupg.org]
|
|
||||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
||||||
---
|
|
||||||
configure.ac | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index c0aab53..6d46d13 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -603,7 +603,7 @@ if test x"$gl_use_threads" = xno; then
|
|
||||||
AC_MSG_NOTICE([generated src/lock-obj-pub.native.h for $host])
|
|
||||||
elif test x$cross_compiling = xyes; then
|
|
||||||
case $host in
|
|
||||||
- *-*-linux-gnu*)
|
|
||||||
+ *-*-linux-*)
|
|
||||||
AC_CHECK_TOOL(OBJDUMP, [objdump])
|
|
||||||
if test -n "$OBJDUMP"; then
|
|
||||||
lock_obj_h_generated=yes
|
|
||||||
+1
-2
@@ -17,10 +17,9 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
|
|||||||
SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
|
SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
|
||||||
file://pkgconfig.patch \
|
file://pkgconfig.patch \
|
||||||
file://0001-Do-not-fail-when-testing-config-scripts.patch \
|
file://0001-Do-not-fail-when-testing-config-scripts.patch \
|
||||||
file://0001-configure.ac-do-not-hardcode-gnu-libc-when-generatin.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "a9ab83ca7acc442a5bd846a75b920285ff79bdb4e3d34aa382be88ed2c3aebaf"
|
SRC_URI[sha256sum] = "8e3d2da7a8b9a104dd8e9212ebe8e0daf86aa838cc1314ba6bc4de8f2d8a1ff9"
|
||||||
|
|
||||||
BINCONFIG = "${bindir}/gpg-error-config"
|
BINCONFIG = "${bindir}/gpg-error-config"
|
||||||
|
|
||||||
Reference in New Issue
Block a user