generic-poky/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb
Yu Ke 61018fda65 poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally

(From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a)

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-04 15:06:36 +01:00

20 lines
634 B
BlitzBasic

require xorg-proto-common.inc
SUMMARY = "XCalibrate: Touchscreen calibration headers"
DESCRIPTION = "This package provides the wire protocol for the \
Touchscreen calibration extension."
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \
file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db"
SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
PV = "0.0+git${SRCPV}"
PR = "r2"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git \
file://fix.patch;apply=yes"
S = "${WORKDIR}/git"