]> code.ossystems Code Review - openembedded-core.git/commitdiff
calibrateproto: fix metadata
authorDexuan Cui <dexuan.cui@intel.com>
Sat, 12 Jun 2010 04:54:08 +0000 (12:54 +0800)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Jun 2010 22:13:27 +0000 (23:13 +0100)
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>
meta/packages/xorg-proto/calibrateproto_git.bb

index 2c85cd7033d858f2723fb07b54d898dd15d15ff9..9fd5c3fe0b7b3ee09ad625af038cd6e1c1fa1673 100644 (file)
@@ -2,9 +2,13 @@ require xorg-proto-common.inc
 
 DESCRIPTION = "Touchscreen calibration protocol"
 
+LICENSE = "MIT-style"
+LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \
+                    file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db"
+
 PV = "0.0+git${SRCPV}"
 PR = "r2"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git \
-           file://fix.patch;patch=1"
+           file://fix.patch;apply=yes"
 S = "${WORKDIR}/git"