summaryrefslogtreecommitdiff
path: root/packages/findutils
AgeCommit message (Collapse)AuthorFiles
2008-11-01findutils: fix mkinstalldirs for the po directroy requested by koenwoglinde2
2008-11-01findutils: update to latest version 4.4, but not enabled yetwoglinde2
2008-11-01findutils: remove install_apend it looks good inside the image dir nowwoglinde1
2008-11-01findutils: switch EXTRA_OECONF setting for uclibc to +=woglinde1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-02-21Fixed sort path in updatedb.Stanislav Brabec1
* Set ac_cv_path_SORT to the correct value.
2006-12-16findutils: updated to 4.2.29Marcin Juszkiewicz7
2006-10-24findutils 4.1.20: Use alternatives for find and xargs since these commandsJamie Lenehan1
are also provided by busybox. Closes #1472.
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-01-21findutils: add --without-included-regex for uclibc builds in 4.1.20John Bowler1
- findutils works out that uclibc is not glibc and automagically builds its own regex, this is not good because its own regex relies on GNU specific features which are no longer in uclibc (svn head), whereas the uclibc regex is actually a copy of the glibc one...