Merge pull request #180 from Ossanes/topic/u-boot-script-gateworks-imx

u-boot-script-gateworks-imx.bb: Fix license checksum
This commit is contained in:
Otavio Salvador 2021-10-28 09:17:52 -03:00 committed by GitHub
commit 557e7b627c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
LICENSE = "GPLv3" LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891"
DEPENDS = "u-boot-mkimage-native" DEPENDS = "u-boot-mkimage-native"
SRC_URI = "file://6x_bootscript-yocto.txt" SRC_URI = "file://6x_bootscript-yocto.txt"