summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/xorg-proto/calibrateproto_git.bb6
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
3DESCRIPTION = "Touchscreen calibration protocol" 3DESCRIPTION = "Touchscreen calibration protocol"
4 4
5LICENSE = "MIT-style"
6LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \
7 file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db"
8
5PV = "0.0+git${SRCPV}" 9PV = "0.0+git${SRCPV}"
6PR = "r2" 10PR = "r2"
7 11
8SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git \ 12SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git \
9 file://fix.patch;patch=1" 13 file://fix.patch;apply=yes"
10S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"