diff options
Diffstat (limited to 'meta/recipes-extended/findutils/findutils.inc')
| -rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 6 |
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/" | |||
| 6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" | 6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" |
| 7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
| 8 | 8 | ||
| 9 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz" | 9 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz \ |
| 10 | file://run-ptest \ | ||
| 11 | " | ||
| 10 | 12 | ||
| 11 | inherit autotools gettext texinfo update-alternatives | 13 | inherit autotools gettext texinfo update-alternatives ptest |
| 12 | 14 | ||
| 13 | ALTERNATIVE:${PN} = "find xargs" | 15 | ALTERNATIVE:${PN} = "find xargs" |
| 14 | ALTERNATIVE_PRIORITY = "100" | 16 | ALTERNATIVE_PRIORITY = "100" |
