diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-29 10:07:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 13:03:31 +0000 |
commit | d139952afd3746cd5d50d01a8c8e75013cb9921e (patch) | |
tree | 9d254284354239e46ae0408db8ba711bd88e6731 | |
parent | 29ba11e7d10f26e3b696a7d3ded0150b77d06fc1 (diff) | |
download | poky-d139952afd3746cd5d50d01a8c8e75013cb9921e.tar.gz |
findutils: drop upstream-version-is-even
Upstream seems to have dropped the odd-even policy
(From OE-Core rev: 3b41a5518b5f51816171daf716fedfe16854b191)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index a0e1f8962c..9aa7239825 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc | |||
@@ -8,7 +8,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 | 10 | ||
11 | inherit autotools gettext texinfo update-alternatives upstream-version-is-even | 11 | inherit autotools gettext texinfo update-alternatives |
12 | 12 | ||
13 | ALTERNATIVE_${PN} = "find xargs" | 13 | ALTERNATIVE_${PN} = "find xargs" |
14 | ALTERNATIVE_PRIORITY = "100" | 14 | ALTERNATIVE_PRIORITY = "100" |