aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/librecord_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpephone/librecord_0.1.bb')
-rw-r--r--recipes/gpephone/librecord_0.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpephone/librecord_0.1.bb b/recipes/gpephone/librecord_0.1.bb
new file mode 100644
index 0000000000..532cc267ff
--- /dev/null
+++ b/recipes/gpephone/librecord_0.1.bb
@@ -0,0 +1,15 @@
+LICENSE = "LiPS"
+DESCRIPTION = "LiPS database API."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "glib-2.0 e2fsprogs-libs sqlite3"
+PR = "r0"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpephone pkgconfig autotools
+
+LDFLAGS += " -L${STAGING_LIBDIR}"
+
+do_stage () {
+ autotools_stage_all
+}