diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-12 12:54:08 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:13:27 +0100 |
commit | 7132e90e930fe52bfb528af9764a74fa46ae6cd0 (patch) | |
tree | 9ab4722c9582c358152d781c5485a03ae897c0bb /meta/packages/xorg-proto | |
parent | 52e12bd760c50613acc74fc066f1438c94901404 (diff) | |
download | poky-7132e90e930fe52bfb528af9764a74fa46ae6cd0.tar.gz |
calibrateproto: fix metadata
Also change to use new patch parameter
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/xorg-proto')
-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" |