aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/useen_svn.bb
blob: 1a180683a7de7b90e14196a7b5cf9dd17a39fc6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE     = "LiPS"
DESCRIPTION = "Useen tool"
SECTION = "gpe"
PRIORITY    = "optional"
PR          = "r0"
PV = "0.0+svnr-${SRCREV}"

DEFAULT_PREFERENCE = "-1"

DEPENDS = "glib-2.0"

inherit gpephone autotools pkgconfig

SRC_URI = "${GPEPHONE_SVN}"

S = "${WORKDIR}/${PN}"