summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-lib/libxcalibrate_git.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-06-29 10:29:49 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:19:08 +0100
commitc858c1f73f54274eb27b4486911ed66cdc294696 (patch)
treee2e527f9951c10e3946a36a8aa8ad9d406c624ad /meta/packages/xorg-lib/libxcalibrate_git.bb
parentf90229230531d69173ccc089fc4a04127cbb9480 (diff)
downloadopenembedded-core-c858c1f73f54274eb27b4486911ed66cdc294696.tar.gz
openembedded-core-c858c1f73f54274eb27b4486911ed66cdc294696.tar.bz2
openembedded-core-c858c1f73f54274eb27b4486911ed66cdc294696.tar.xz
openembedded-core-c858c1f73f54274eb27b4486911ed66cdc294696.zip
libxcalibrate: upgrade to the latest version 209d83af61ed38a002c8096377deac292b3e396c
Remove the ";patch=1" in SRC_URI because by default a .patch file is applied. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/xorg-lib/libxcalibrate_git.bb')
-rw-r--r--meta/packages/xorg-lib/libxcalibrate_git.bb13
1 files changed, 9 insertions, 4 deletions
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb
index 5c2cd12f7..8ca731b2e 100644
--- a/meta/packages/xorg-lib/libxcalibrate_git.bb
+++ b/meta/packages/xorg-lib/libxcalibrate_git.bb
@@ -1,13 +1,18 @@
+DESCRIPTION = "Touchscreen calibration client library"
+
require xorg-lib-common.inc
-DESCRIPTION = " Touchscreen calibration client library"
-LICENSE = "BSD-X"
+LICENSE = "MIT-style"
+LIC_FILES_CHKSUM = "file://xcalibrate.h;endline=21;md5=fa572df6439f0f235f2612f370f153d7 \
+ file://xcalibrate.c;endline=21;md5=fa572df6439f0f235f2612f370f153d7"
+
DEPENDS = "virtual/libx11 calibrateproto libxext"
+
PV = "0.0+git${SRCPV}"
-PR = "r2"
+PR = "r0"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git \
- file://fix-xcb.patch;patch=1"
+ file://fix-xcb.patch"
S = "${WORKDIR}/git"