aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libcontactsdb/libcontactsdb_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libcontactsdb/libcontactsdb_0.1.bb')
-rw-r--r--recipes/libcontactsdb/libcontactsdb_0.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/libcontactsdb/libcontactsdb_0.1.bb b/recipes/libcontactsdb/libcontactsdb_0.1.bb
new file mode 100644
index 0000000000..62b7566700
--- /dev/null
+++ b/recipes/libcontactsdb/libcontactsdb_0.1.bb
@@ -0,0 +1,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
+}