apt: Inherit upstream-version-is-even

Even versions are shipped in Ubuntu LTS and Debian releases.

(From OE-Core rev: e190bf44ed2aef03ce8922dfbb0bb90a762bb41d)

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Adrian Bunk
2020-02-23 16:35:58 +02:00
committed by Richard Purdie
parent 5766996130
commit d193c123e1

View File

@@ -26,7 +26,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263"
# so we check the latest upstream from a directory that does get updated
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/"
inherit autotools gettext useradd
inherit autotools gettext useradd upstream-version-is-even
EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"