blob: bfedf874be942605930626cf442d817a12c8c5c7 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "find, locate, and xargs binaries"
2DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \
3These programs are typically used in conjunction with other programs to provide modular and powerful directory \
4search and file locating capabilities to other commands."
5HOMEPAGE = "http://www.gnu.org/software/findutils/"
6BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils"
7SECTION = "console/utils"
8
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05009SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050011inherit autotools gettext texinfo update-alternatives upstream-version-is-even
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
13ALTERNATIVE_${PN} = "find xargs"
14ALTERNATIVE_PRIORITY = "100"
15
16# diffutils assumes non-glibc compilation with uclibc and
17# this causes it to generate its own implementations of
18# standard functionality. regex.c actually breaks compilation
19# because it uses __mempcpy, there are other things (TBD:
20# see diffutils.mk in buildroot)
21EXTRA_OECONF_libc-uclibc = "--without-included-regex"
22
23BBCLASSEXTEND = "native nativesdk"