From: Adrian Bunk Date: Sun, 23 Feb 2020 14:35:58 +0000 (+0200) Subject: apt: Inherit upstream-version-is-even X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e190bf44ed2aef03ce8922dfbb0bb90a762bb41d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git apt: Inherit upstream-version-is-even Even versions are shipped in Ubuntu LTS and Debian releases. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index 50c4d8484a2..13f5969f86a 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc @@ -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"