summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/pointercal/files/COPYING2
-rw-r--r--meta/recipes-bsp/pointercal/pointercal_0.0.bb5
2 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pointercal/files/COPYING b/meta/recipes-bsp/pointercal/files/COPYING
new file mode 100644
index 0000000000..63f5293810
--- /dev/null
+++ b/meta/recipes-bsp/pointercal/files/COPYING
@@ -0,0 +1,2 @@
1This is a blank COPYING file, and should be filled in by original author in future.
2
diff --git a/meta/recipes-bsp/pointercal/pointercal_0.0.bb b/meta/recipes-bsp/pointercal/pointercal_0.0.bb
index 3112c9750e..069d85066e 100644
--- a/meta/recipes-bsp/pointercal/pointercal_0.0.bb
+++ b/meta/recipes-bsp/pointercal/pointercal_0.0.bb
@@ -2,8 +2,11 @@ DESCRIPTION = "Touchscreen calibration data"
2SECTION = "base" 2SECTION = "base"
3PR = "r11" 3PR = "r11"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=4b5fcfc87fb615860d398b5e38685edf"
6
7SRC_URI = "file://pointercal \
8 file://COPYING"
5 9
6SRC_URI = "file://pointercal"
7S = "${WORKDIR}" 10S = "${WORKDIR}"
8 11
9do_install() { 12do_install() {