aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/palmpre/tsmd_git.bb
blob: b6a1dd26abf96b635592307d342bfb2dbdd69ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Touchscreen management daemon - manages the touchscreen of the palm pre machine"
HOMEPAGE = "http://www.freesmartphone.org"
AUTHOR = "Valéry Febvre <vfebvre@easter-eggs.com>
SECTION = "base"
LICENSE = "GPL"

DEPENDS = "tslib"

PR = "r1"
PV = "1.0.0+gitr${SRCPV}"

SRCREV = "704b7965ad1936bf935b576d4663590bdaab09b1"
SRC_URI = " \
 ${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \
"

S = "${WORKDIR}/git/palmpre/tsmd"

PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit autotools