]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcalibrate: upgrade to the latest version 209d83af61ed38a002c8096377deac292b3e396c
authorDexuan Cui <dexuan.cui@intel.com>
Tue, 29 Jun 2010 02:29:49 +0000 (10:29 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 30 Jun 2010 12:19:08 +0000 (13:19 +0100)
Remove the ";patch=1" in SRC_URI because by default a .patch file is applied.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/conf/distro/include/poky-default-revisions.inc
meta/packages/xorg-lib/libxcalibrate_git.bb

index 7a70c4f63ce3b28c4b2c1e3484fad590732d19a0..16c8cdb93761f322a9d4e1d87aa55e802b1986c7 100644 (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"
index 5c2cd12f74a52bfeb710b9ea345f07d2c9f06abd..8ca731b2ef33e5f4d6e22df5013c52c229e61846 100644 (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"