diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-10-30 16:41:51 +0900 |
---|---|---|
committer | Duy Dang <duy.dang.yw@renesas.com> | 2019-09-23 11:16:57 +0700 |
commit | a5d400c1ba93c189d761a779a44e2200f273c336 (patch) | |
tree | dd18b5d93624ffafba29863f53658eee0a2fb732 /meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb | |
parent | 1c41b8e0f586ea5c31b73a981fbb3e7c1071ef7c (diff) |
rcar-gen3: linux-libc-headers: Update LIC_FILES_CHKSUM value
This commit updates LIC_FILES_CHKSUM value to avoid QA issue.
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Ie440e5227ba74fc5b987acd52c1989da3afd3079
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb index ec3748a..203ea19 100644 --- a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb +++ b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb @@ -9,6 +9,8 @@ SRCREV = "1d76a004d3a19367669b861559c1fbbf546b3065" SRC_URI = "${RENESAS_BSP_URL};branch=${BRANCH}" +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" + # Enable RPMSG_VIRTIO depend on ICCOM SRC_URI_append = " \ ${@oe.utils.conditional("USE_ICCOM", "1", " file://0001-rpmsg-Add-message-to-be-able-to-configure-RPMSG_VIRT.patch", "", d)} \ |