diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-12-16 16:32:09 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-12-16 16:32:09 +0000 |
commit | f96fcd9fb35d4e4b39855df69e7e7aab6822d69b (patch) | |
tree | 54f388e05a12d9086d722050f2398afa63e0b62a /packages/findutils/findutils.inc | |
parent | 13a8227b89f5d8f0a7fe7744f2b9194ec886abbd (diff) | |
parent | e8d54ebb210cda9477e57bd7c9fa48092f930856 (diff) |
merge of 4a314ca9c007e9d4eb374d347d7d82585e1fc69a
and d6e69351555033b3ced6ef08ee078fd3b64c2825
Diffstat (limited to 'packages/findutils/findutils.inc')
-rw-r--r-- | packages/findutils/findutils.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/findutils/findutils.inc b/packages/findutils/findutils.inc new file mode 100644 index 0000000000..e054dd0cc7 --- /dev/null +++ b/packages/findutils/findutils.inc @@ -0,0 +1,14 @@ +DESCRIPTION = "find, locate, and xargs binaries." +SECTION = "console/utils" +LICENSE = "GPL" + +SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz" + +inherit autotools gettext + +# 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_linux-uclibc = "--without-included-regex" |