mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
aaba16de6f
commit
ad6bb68906
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user