blob: 37c84cc59bea5fd347540b989dd64061704c9734 [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
9
10SRC_URI = "ftp://alpha.gnu.org/gnu/${BPN}/${BP}.tar.gz"
11
12inherit autotools gettext texinfo update-alternatives
13
14ALTERNATIVE_${PN} = "find xargs"
15ALTERNATIVE_PRIORITY = "100"
16
17# diffutils assumes non-glibc compilation with uclibc and
18# this causes it to generate its own implementations of
19# standard functionality. regex.c actually breaks compilation
20# because it uses __mempcpy, there are other things (TBD:
21# see diffutils.mk in buildroot)
22EXTRA_OECONF_libc-uclibc = "--without-included-regex"
23
24BBCLASSEXTEND = "native nativesdk"