[poky] [PATCH 01/14] pointercal: Add license checksum
Zhai Edwin
edwin.zhai at intel.com
Fri Nov 26 07:53:48 PST 2010
Signed-off-by: Zhai Edwin <edwin.zhai at intel.com>
---
meta/recipes-bsp/pointercal/files/COPYING | 2 ++
meta/recipes-bsp/pointercal/pointercal_0.0.bb | 5 ++++-
2 files changed, 6 insertions(+), 1 deletions(-)
create mode 100644 meta/recipes-bsp/pointercal/files/COPYING
diff --git a/meta/recipes-bsp/pointercal/files/COPYING b/meta/recipes-bsp/pointercal/files/COPYING
new file mode 100644
index 0000000..63f5293
--- /dev/null
+++ b/meta/recipes-bsp/pointercal/files/COPYING
@@ -0,0 +1,2 @@
+This is a blank COPYING file, and should be filled in by original author in future.
+
diff --git a/meta/recipes-bsp/pointercal/pointercal_0.0.bb b/meta/recipes-bsp/pointercal/pointercal_0.0.bb
index 3112c97..069d850 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"
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() {
--
1.7.0.4
More information about the poky
mailing list