]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-libc-headers: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 24 Apr 2017 13:15:51 +0000 (16:15 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Apr 2017 10:26:07 +0000 (11:26 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc

index 1b0174193f16c18dcd123fd66d800037650e2e40..1657df6e92128a1c933cf7f97eedd071addb418b 100644 (file)
@@ -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}"