aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone/almmgrd_svn.bb
blob: 5b8234a2e29726879ad51239313649765f5d0a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Alarm manager daemon"
SECTION = "gpephone"
PRIORITY = "required"
LICENSE = "LiPS"
DEPENDS = "glib-2.0 libiac sqlite3 libcalenabler2 libalmmgr"
PV = "0.0+svnr-${SRCREV}"
FILE_PR = "r0"

DEFAULT_PREFERENCE = "-1"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN}"

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