summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gzip/gzip_1.9.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-06 15:57:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-08 10:51:59 +0100
commitfd977a604ac498d76c8fefbc27ef55f3259dcd45 (patch)
tree3a7f3052e24342e9988f7184a778c37c87fa9604 /meta/recipes-extended/gzip/gzip_1.9.bb
parent56464dd3963121b79fadd2bdb48c835e4fd4309d (diff)
downloadpoky-fd977a604ac498d76c8fefbc27ef55f3259dcd45.tar.gz
gzip: Fix build with glibc 2.28
(From OE-Core rev: 224500314aa76bf70cbe5dce2c7736e94b9a2ceb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gzip/gzip_1.9.bb')
-rw-r--r--meta/recipes-extended/gzip/gzip_1.9.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/gzip/gzip_1.9.bb b/meta/recipes-extended/gzip/gzip_1.9.bb
index a8eeba1380..19f6586526 100644
--- a/meta/recipes-extended/gzip/gzip_1.9.bb
+++ b/meta/recipes-extended/gzip/gzip_1.9.bb
@@ -3,7 +3,9 @@ require gzip.inc
3LICENSE = "GPLv3+" 3LICENSE = "GPLv3+"
4 4
5SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz \ 5SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz \
6 file://run-ptest" 6 file://run-ptest \
7 file://gnulib.patch \
8 "
7SRC_URI_append_class-target = " file://wrong-path-fix.patch" 9SRC_URI_append_class-target = " file://wrong-path-fix.patch"
8 10
9LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \