fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs
[openembedded.git] / recipes / tslib / tslib_git.bb
blobf2253aa5adec76cc6e1bcdd1ce8941078d3e513c
1 SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git \
2 file://0001-relax-EV_VERSION-check-fail-only-if-version-of-runni.patch"
3 S = "${WORKDIR}/git"
4 SRCREV = "5f48c7b878862b67ba61"
5 PV = "1.0+gitr${SRCPV}"
6 PR = "${INC_PR}.5"
8 DEFAULT_PREFERENCE = "-1"
10 # move this to tslib.inc when upstream releases a new version which includes support for
11 # the palmpre machine
12 SRC_URI_append_palmpre = " \
13 file://include-cy8mrln-header.patch \
15 EXTRA_OECONF_palmpre = " \
16 --enable-shared \
17 --enable-cy8mrln-palmpre \
18 --enable-input \
19 --disable-h3600 \
20 --disable-corgi \
21 --disable-collie \
22 --disable-mk712 \
23 --disable-artic2 \
24 --disable-ucb1x00 \
25 --disable-tatung \
28 include tslib.inc