diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-26 23:53:48 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:24 +0000 |
commit | 443178d3d34f297cbd67dbe7e9cb803ec112f5db (patch) | |
tree | fdb1fe86c3d60dd8312c8af216518cf34fc50b1c /meta | |
parent | 88697edaaa3ee1e666b62e931f44abc802130b3a (diff) | |
download | openembedded-core-443178d3d34f297cbd67dbe7e9cb803ec112f5db.tar.gz openembedded-core-443178d3d34f297cbd67dbe7e9cb803ec112f5db.tar.bz2 openembedded-core-443178d3d34f297cbd67dbe7e9cb803ec112f5db.zip |
pointercal: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/pointercal/files/COPYING | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/pointercal/pointercal_0.0.bb | 5 |
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 @@ +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 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" 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() { |