diff options
| -rw-r--r-- | meta/packages/xorg-proto/calibrateproto_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/xorg-proto/calibrateproto_git.bb b/meta/packages/xorg-proto/calibrateproto_git.bb index 2c85cd7033..9fd5c3fe0b 100644 --- a/meta/packages/xorg-proto/calibrateproto_git.bb +++ b/meta/packages/xorg-proto/calibrateproto_git.bb | |||
| @@ -2,9 +2,13 @@ require xorg-proto-common.inc | |||
| 2 | 2 | ||
| 3 | DESCRIPTION = "Touchscreen calibration protocol" | 3 | DESCRIPTION = "Touchscreen calibration protocol" |
| 4 | 4 | ||
| 5 | LICENSE = "MIT-style" | ||
| 6 | LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ | ||
| 7 | file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db" | ||
| 8 | |||
| 5 | PV = "0.0+git${SRCPV}" | 9 | PV = "0.0+git${SRCPV}" |
| 6 | PR = "r2" | 10 | PR = "r2" |
| 7 | 11 | ||
| 8 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git \ | 12 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git \ |
| 9 | file://fix.patch;patch=1" | 13 | file://fix.patch;apply=yes" |
| 10 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
