From 27eafbb395fd4f607249b2e57085012e40283926 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 27 Jul 2021 10:38:12 +0100 Subject: recipes: Drop libc-uclibc overrides and patch These haven't been used for a long time and can therefore be removed. Signed-off-by: Richard Purdie --- recipes-extended/findutils/findutils.inc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'recipes-extended') diff --git a/recipes-extended/findutils/findutils.inc b/recipes-extended/findutils/findutils.inc index bfedf87..ad36429 100644 --- a/recipes-extended/findutils/findutils.inc +++ b/recipes-extended/findutils/findutils.inc @@ -13,11 +13,4 @@ inherit autotools gettext texinfo update-alternatives upstream-version-is-even ALTERNATIVE_${PN} = "find xargs" ALTERNATIVE_PRIORITY = "100" -# diffutils assumes non-glibc compilation with uclibc and -# this causes it to generate its own implementations of -# standard functionality. regex.c actually breaks compilation -# because it uses __mempcpy, there are other things (TBD: -# see diffutils.mk in buildroot) -EXTRA_OECONF_libc-uclibc = "--without-included-regex" - BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf