mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
621 B
BlitzBasic
20 lines
621 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 \
|
|
file://fix.patch;apply=yes"
|
|
S = "${WORKDIR}/git"
|