mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
After eglibc was merged into glibc, Kconfig support was also dropped so these libc features therefore are not effective anymore and can be removed (From OE-Core rev: c62b1cc06613a4cdddf53290e6203559f43fc62d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
751 B
BlitzBasic
22 lines
751 B
BlitzBasic
require findutils.inc
|
|
|
|
# GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32)
|
|
LICENSE = "GPLv3+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
|
|
|
DEPENDS = "bison-native"
|
|
|
|
SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
|
|
file://0001-find-make-delete-honour-the-ignore_readdir_race-opti.patch \
|
|
file://findutils-4.6.0-gnulib-fflush.patch \
|
|
file://findutils-4.6.0-gnulib-makedev.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "9936aa8009438ce185bea2694a997fc1"
|
|
SRC_URI[sha256sum] = "ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d"
|
|
|
|
# http://savannah.gnu.org/bugs/?27299
|
|
CACHED_CONFIGUREVARS += "gl_cv_func_wcwidth_works=yes"
|
|
|
|
EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort"
|