From: Alexander Kanavin Date: Wed, 29 Jan 2020 09:07:16 +0000 (+0100) Subject: findutils: drop upstream-version-is-even X-Git-Tag: uninative-2.8~343 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3b41a5518b5f51816171daf716fedfe16854b191;p=openembedded-core.git findutils: drop upstream-version-is-even Upstream seems to have dropped the odd-even policy Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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"