summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.20.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-20 09:52:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-21 12:52:53 +0000
commitdfa69259b9d7c1f23c592799230d4d338bc9af57 (patch)
tree872412116a9950195bcd2f8d0258bbc757a19ffe /meta/recipes-core/gettext/gettext_0.20.1.bb
parentdd2862668a86db5fccec51f74afc7e4dc85a3eac (diff)
downloadpoky-dfa69259b9d7c1f23c592799230d4d338bc9af57.tar.gz
gettext: Fix overloadable error with clang
Clang detects that getcwd is being re-declared and signatures don't match, simple solution is to let clang use overloadable attribute (From OE-Core rev: d32626c3c5b034b72495c2949b3e94ca55f04a9b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext/gettext_0.20.1.bb')
-rw-r--r--meta/recipes-core/gettext/gettext_0.20.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.20.1.bb b/meta/recipes-core/gettext/gettext_0.20.1.bb
index 09628bc4a3..3b576f45e9 100644
--- a/meta/recipes-core/gettext/gettext_0.20.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.20.1.bb
@@ -25,6 +25,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
25 file://serial-tests-config.patch \ 25 file://serial-tests-config.patch \
26 file://0001-msgmerge-Fix-behaviour-of-for-msgfmt-on-PO-files-wit.patch \ 26 file://0001-msgmerge-Fix-behaviour-of-for-msgfmt-on-PO-files-wit.patch \
27 file://0001-tests-autopoint-3-unset-MAKEFLAGS.patch \ 27 file://0001-tests-autopoint-3-unset-MAKEFLAGS.patch \
28 file://overloadable.patch \
28 " 29 "
29 30
30SRC_URI[md5sum] = "bb5b0c0caa028105f3ca1905ddc306e2" 31SRC_URI[md5sum] = "bb5b0c0caa028105f3ca1905ddc306e2"