aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/gpephone/libmsgenabler_svn.bb
blob: 3cfe44923d964c1753ad8a38334a43da21ff1d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE     = "LiPS"
DESCRIPTION = "LiPS message backend library."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "glib-2.0 dbus-glib librecord sqlite3"
PV = "1.0+svnr-${SRCREV}"
PR          = "r0"

DEFAULT_PREFERENCE = "-1"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN}"

FILES_${PN} += "$(datadir)/libmsgenabler"

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