blob: 57574b5320e9f67495f673280ac12e66cc3b2c8f (
plain)
1
2
3
4
5
6
7
8
|
SECTION = "console/utils"
DESCRIPTION = "find, locate, and xargs binaries."
SRC_URI = "ftp://alpha.gnu.org/gnu/findutils/findutils-${PV}.tar.gz \
file://configure.patch;patch=1 \
file://m4.patch;patch=1"
inherit autotools
|