aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/dialer_svn.bb
blob: 135c4ef43bb44a6f045c337e2ffe179fd312c0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "GPE Phone Edition phone dialer"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+ libgpephone libgemwidget"
PV = "0.0+svnr${SRCPV}"
PE = "1"
PR = "r0"

inherit gpephone autotools

SRC_URI = ${GPEPHONE_SVN}

EXTRA_OECONF = "--disable-hiker"

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


FILES_${PN} += "${datadir}"

DEFAULT_PREFERENCE = "-1"