[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5750/8267] linux-libc-headers: fix upstream version check



commit ad6bb68906e82c6861becfd1e4516b39de3a882f
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date:   Mon Apr 24 16:15:51 2017 +0300

    linux-libc-headers: fix upstream version check
    
    (From OE-Core rev: 83d55bcc63510d3704078f19c255c524d8fffc39)
    
    Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../linux-libc-headers/linux-libc-headers.inc      |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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 1b01741..1657df6 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}"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]