From: Alexander Kanavin Date: Mon, 24 Apr 2017 13:15:51 +0000 (+0300) Subject: linux-libc-headers: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21552 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d55bcc63510d3704078f19c255c524d8fffc39;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-libc-headers: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index 1b0174193f1..1657df6e921 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc @@ -47,6 +47,7 @@ inherit kernel-arch pkgconfig multilib_header KORG_ARCHIVE_COMPRESSION ?= "xz" SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v${HEADER_FETCH_VER}/linux-${PV}.tar.${KORG_ARCHIVE_COMPRESSION}" +UPSTREAM_CHECK_URI = "https://www.kernel.org/" S = "${WORKDIR}/linux-${PV}"