aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libcontactsdb/libcontactsdb_0.4.bb
blob: 62b756670024380669e4a7c6ca9cf5f28e9452d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "LGPL"
DESCRIPTION = "Database access library for GPE contacts"
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "libgpewidget libgpepimc sqlite"

PR = "r0"
GPE_TARBALL_SUFFIX = "bz2"

inherit autotools gpe pkgconfig

do_stage () {
autotools_stage_all
}