mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
pointercal: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
parent
88697edaaa
commit
443178d3d3
2
meta/recipes-bsp/pointercal/files/COPYING
Normal file
2
meta/recipes-bsp/pointercal/files/COPYING
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
This is a blank COPYING file, and should be filled in by original author in future.
|
||||
|
||||
|
|
@ -2,8 +2,11 @@ DESCRIPTION = "Touchscreen calibration data"
|
|||
SECTION = "base"
|
||||
PR = "r11"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4b5fcfc87fb615860d398b5e38685edf"
|
||||
|
||||
SRC_URI = "file://pointercal \
|
||||
file://COPYING"
|
||||
|
||||
SRC_URI = "file://pointercal"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user