aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libschedule/libschedule_0.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libschedule/libschedule_0.15.bb')
-rw-r--r--recipes/libschedule/libschedule_0.15.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libschedule/libschedule_0.15.bb b/recipes/libschedule/libschedule_0.15.bb
new file mode 100644
index 0000000000..77c6a97f81
--- /dev/null
+++ b/recipes/libschedule/libschedule_0.15.bb
@@ -0,0 +1,15 @@
+LICENSE = "LGPL"
+PR = "r3"
+DESCRIPTION = "RTC alarm handling library for GPE"
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "glib-2.0 sqlite"
+GPE_TARBALL_SUFFIX = "gz"
+
+inherit autotools pkgconfig gpe
+
+
+do_stage () {
+autotools_stage_all
+}
+