summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-29 10:07:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-03 13:03:31 +0000
commitd139952afd3746cd5d50d01a8c8e75013cb9921e (patch)
tree9d254284354239e46ae0408db8ba711bd88e6731 /meta/recipes-extended
parent29ba11e7d10f26e3b696a7d3ded0150b77d06fc1 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/findutils/findutils.inc2
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
9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz" 9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz"
10 10
11inherit autotools gettext texinfo update-alternatives upstream-version-is-even 11inherit autotools gettext texinfo update-alternatives
12 12
13ALTERNATIVE_${PN} = "find xargs" 13ALTERNATIVE_${PN} = "find xargs"
14ALTERNATIVE_PRIORITY = "100" 14ALTERNATIVE_PRIORITY = "100"