aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libcontactsdb/libcontactsdb_0.4.bb
blob: cedb3b8e2315da51d513f75420126267f61d031f (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"

FILE_PR = "r0"
GPE_TARBALL_SUFFIX = "bz2"

inherit autotools gpe pkgconfig

do_stage () {
autotools_stage_all
}