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>
This commit is contained in:
Dexuan Cui 2010-06-29 10:29:49 +08:00 committed by Richard Purdie
parent f902292305
commit c858c1f73f
2 changed files with 10 additions and 5 deletions

View File

@ -60,7 +60,7 @@ SRCREV_pn-libx11-diet ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"
SRCREV_pn-libx11-native ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"
SRCREV_pn-libx11-nativesdk ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"
SRCREV_pn-libx11-trim ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"
SRCREV_pn-libxcalibrate ??= "7b8e29186097170e930de634a4a68072558aa056"
SRCREV_pn-libxcalibrate ??= "209d83af61ed38a002c8096377deac292b3e396c"
SRCREV_pn-libxcb ??= "625ed596cae6dd8175aeb6cb6f26784928042f22"
SRCREV_pn-libxcb-nativesdk ??= "625ed596cae6dd8175aeb6cb6f26784928042f22"
SRCREV_pn-libxext ??= "d1f3bc77a48c8e42771579e3fdf3370b35d3209d"

View File

@ -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"