]> code.ossystems Code Review - openembedded-core.git/commitdiff
findutils: drop upstream-version-is-even
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 29 Jan 2020 09:07:16 +0000 (10:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Feb 2020 13:03:20 +0000 (13:03 +0000)
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>
meta/recipes-extended/findutils/findutils.inc

index a0e1f8962c5744aa812d2ca4dc4beef2fc7f9081..9aa7239825b6dc11266286405e67a2dc3e6a8357 100644 (file)
@@ -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"