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.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc
index ea8a1b7afe..ddcc05750b 100644
--- a/meta/recipes-extended/findutils/findutils.inc
+++ b/meta/recipes-extended/findutils/findutils.inc
@@ -6,9 +6,11 @@ HOMEPAGE = "http://www.gnu.org/software/findutils/"
6BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" 6BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils"
7SECTION = "console/utils" 7SECTION = "console/utils"
8 8
9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz" 9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz \
10 file://run-ptest \
11 "
10 12
11inherit autotools gettext texinfo update-alternatives 13inherit autotools gettext texinfo update-alternatives ptest
12 14
13ALTERNATIVE:${PN} = "find xargs" 15ALTERNATIVE:${PN} = "find xargs"
14ALTERNATIVE_PRIORITY = "100" 16ALTERNATIVE_PRIORITY = "100"