[OE-core] [PATCH 02/24] findutils: drop upstream-version-is-even

Alexander Kanavin alex.kanavin at gmail.com
Wed Jan 29 09:07:16 UTC 2020


Upstream seems to have dropped the odd-even policy

Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
---
 meta/recipes-extended/findutils/findutils.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc
index a0e1f8962c5..9aa7239825b 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"
-- 
2.25.0



More information about the Openembedded-core mailing list