blob: 4b8f125762bc812bb68470fa65715e7eb0376f9d (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "console/utils"
LICENSE = "GPL"
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
|