summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgpg-error/libgpg-error_1.35.bb
diff options
context:
space:
mode:
authorSean Nyekjaer <sean@geanix.com>2019-09-09 20:29:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-30 16:44:42 +0100
commitc6720451a8d0cb672d8fe36a34b5283787edac55 (patch)
treed8096d9152df8f76b071669ae561b3be92baa679 /meta/recipes-support/libgpg-error/libgpg-error_1.35.bb
parent86beba7ac3a1d59bef517bde87a90226f197541a (diff)
downloadpoky-c6720451a8d0cb672d8fe36a34b5283787edac55.tar.gz
libgpg-error: Fix build with gawk 5.x
Based on poky master, but for version 1.35 (From OE-Core rev: 4e110b7d3b6e84015249f4174766dd3790f9bbbe) Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgpg-error/libgpg-error_1.35.bb')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.35.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.35.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.35.bb
index 57ac143fd5..37c298e151 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.35.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.35.bb
@@ -14,6 +14,7 @@ SECTION = "libs"
14UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" 14UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
15SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ 15SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
16 file://pkgconfig.patch \ 16 file://pkgconfig.patch \
17 file://libgpg-error-1.35-gawk5-support.patch \
17 " 18 "
18 19
19SRC_URI[md5sum] = "2808a9e044f883f7554c5ba6a380b711" 20SRC_URI[md5sum] = "2808a9e044f883f7554c5ba6a380b711"