blob: 213e61025778edba6e590684d26ca0f76d0e7f02 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SECTION = "console/utils"
LICENSE = "GPL"
DESCRIPTION = "find, locate, and xargs binaries."
PR = "r1"
SRC_URI = "ftp://alpha.gnu.org/gnu/findutils/findutils-${PV}.tar.gz \
file://configure.patch;patch=1 \
file://make.patch;patch=1"
inherit autotools gettext
|