summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/findutils/findutils.inc')
-rw-r--r--meta/recipes-extended/findutils/findutils.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc
index 7a07ad502f..64909a1f8c 100644
--- a/meta/recipes-extended/findutils/findutils.inc
+++ b/meta/recipes-extended/findutils/findutils.inc
@@ -12,7 +12,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
12 12
13SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz" 13SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz"
14 14
15inherit autotools gettext 15inherit autotools gettext update-alternatives
16
17ALTERNATIVE_LINKS = "${bindir}/find ${bindir}/xargs"
18ALTERNATIVE_PRIORITY = "100"
16 19
17# diffutils assumes non-glibc compilation with uclibc and 20# diffutils assumes non-glibc compilation with uclibc and
18# this causes it to generate its own implementations of 21# this causes it to generate its own implementations of