summaryrefslogtreecommitdiffstats
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:20 +0000
commit3b41a5518b5f51816171daf716fedfe16854b191 (patch)
treef02996b2caec7fb726af474778c3edfc2c5517bf
parent1be199f79479d9c8125bd3548cd4f2354f597640 (diff)
downloadopenembedded-core-contrib-3b41a5518b5f51816171daf716fedfe16854b191.tar.gz
findutils: drop upstream-version-is-even
Upstream seems to have dropped the odd-even policy 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.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"
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz"
-inherit autotools gettext texinfo update-alternatives upstream-version-is-even
+inherit autotools gettext texinfo update-alternatives
ALTERNATIVE_${PN} = "find xargs"
ALTERNATIVE_PRIORITY = "100"