[OE-core] [PATCH] apt: Inherit upstream-version-is-even

Adrian Bunk bunk at stusta.de
Sun Feb 23 14:35:58 UTC 2020


Even versions are shipped in Ubuntu LTS and Debian releases.

Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
 meta/recipes-devtools/apt/apt.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc
index 50c4d8484a..13f5969f86 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"
 
-- 
2.17.1



More information about the Openembedded-core mailing list