diff options
-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 | ||