aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tslib/tslib_git.bb
blob: f2253aa5adec76cc6e1bcdd1ce8941078d3e513c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git \
           file://0001-relax-EV_VERSION-check-fail-only-if-version-of-runni.patch"
S = "${WORKDIR}/git"
SRCREV = "5f48c7b878862b67ba61"
PV = "1.0+gitr${SRCPV}"
PR = "${INC_PR}.5"

DEFAULT_PREFERENCE = "-1"

# move this to tslib.inc when upstream releases a new version which includes support for
# the palmpre machine
SRC_URI_append_palmpre = " \
  file://include-cy8mrln-header.patch \
"
EXTRA_OECONF_palmpre = " \
   --enable-shared \
   --enable-cy8mrln-palmpre \
   --enable-input \
   --disable-h3600 \
   --disable-corgi \
   --disable-collie \
   --disable-mk712 \
   --disable-artic2 \
   --disable-ucb1x00 \
   --disable-tatung \
"

include tslib.inc