diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-02-23 16:35:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-25 10:41:22 +0000 |
commit | d193c123e127afe1b97a3acb828c704824ca8d6a (patch) | |
tree | 6f47be3e2344303497fc23d40148fe7643d3f2b1 /meta/recipes-devtools/apt | |
parent | 57669961302978642df4e0c9f3b1c3c3ce680bbb (diff) | |
download | poky-d193c123e127afe1b97a3acb828c704824ca8d6a.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/apt')
-rw-r--r-- | meta/recipes-devtools/apt/apt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
26 | # so we check the latest upstream from a directory that does get updated | 26 | # so we check the latest upstream from a directory that does get updated |
27 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/" | 27 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/" |
28 | 28 | ||
29 | inherit autotools gettext useradd | 29 | inherit autotools gettext useradd upstream-version-is-even |
30 | 30 | ||
31 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" | 31 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" |
32 | 32 | ||