mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
diffutils: Fix build with eglibc 2.16
eglibc 2.16 has removed gets so we account for that (From OE-Core rev: bd47833dea9e1b39ca19b02f06ba9194c6d52be8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -5,9 +5,11 @@ SECTION = "base"
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"
|
||||
SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz \
|
||||
file://remove-gets.patch \
|
||||
"
|
||||
|
||||
inherit autotools update-alternatives gettext
|
||||
|
||||
|
||||
Reference in New Issue
Block a user