diff options
Diffstat (limited to 'meta/recipes-bsp/pointercal/pointercal_0.0.bb')
| -rw-r--r-- | meta/recipes-bsp/pointercal/pointercal_0.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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" | |||
| 2 | SECTION = "base" | 2 | SECTION = "base" |
| 3 | PR = "r11" | 3 | PR = "r11" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4b5fcfc87fb615860d398b5e38685edf" | ||
| 6 | |||
| 7 | SRC_URI = "file://pointercal \ | ||
| 8 | file://COPYING" | ||
| 5 | 9 | ||
| 6 | SRC_URI = "file://pointercal" | ||
| 7 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
| 8 | 11 | ||
| 9 | do_install() { | 12 | do_install() { |
