mirror of
https://git.yoctoproject.org/poky
synced 2026-03-30 08:02:22 +02:00
The LIC_FILES_CHKSUM is changed because of year updated, the contents are the same. (From OE-Core rev: fd8d58e6f5ae9111d87f44ca379478851f49156e) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
421 B
BlitzBasic
13 lines
421 B
BlitzBasic
require ccache.inc
|
|
|
|
LICENSE = "GPLv3+"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=dae379a85bb6e9d594773e0aa64876f6"
|
|
|
|
SRC_URI[md5sum] = "eee58db7cce892febddb989308dc568f"
|
|
SRC_URI[sha256sum] = "190576a6e938760ec8113523e6fd380141117303e90766cc4802e770422b30c6"
|
|
|
|
SRC_URI += " \
|
|
file://0002-dev.mk.in-fix-file-name-too-long.patch \
|
|
file://Revert-Create-man-page-in-the-make-install-from-git-.patch \
|
|
"
|