aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/gpephone/almmgrd_svn.bb
blob: 70d02ff018e3a23decd81269e1869d73d4991756 (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}"
PR = "r0"

DEFAULT_PREFERENCE = "-1"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN}"

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