summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-10 23:52:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-15 10:56:50 +0100
commit1eed078c4a042c3465df65cb8cc9040973422c9b (patch)
tree4486d37a713af8232c5a2864552a92cf72b48bc4 /meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb
parent418b9d9ee7ce168186be433df942a95c5b16cfce (diff)
downloadpoky-1eed078c4a042c3465df65cb8cc9040973422c9b.tar.gz
libxcrypt: Fix build with gcc8
Reported-by: Martin Jansa <martin.jansa@gmail.com> (From OE-Core rev: b4aadf55b9e0979108875778c05915f96e0770aa) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb
index a1be4be7ef..8cc5edac49 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb
+++ b/meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb
@@ -12,7 +12,9 @@ inherit autotools
12SRCREV ?= "215b32aa4e0b255c3356a96bd6d257661bad73ca" 12SRCREV ?= "215b32aa4e0b255c3356a96bd6d257661bad73ca"
13SRCBRANCH ?= "master" 13SRCBRANCH ?= "master"
14 14
15SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}" 15SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH} \
16 file://0001-disable-format-truncation-warning-with-gcc-8.patch \
17 "
16 18
17PROVIDES = "virtual/crypt" 19PROVIDES = "virtual/crypt"
18 20