aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-monitord_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/fso-monitord_git.bb')
-rw-r--r--recipes/freesmartphone/fso-monitord_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fso-monitord_git.bb b/recipes/freesmartphone/fso-monitord_git.bb
new file mode 100644
index 0000000000..c7bbbe06c1
--- /dev/null
+++ b/recipes/freesmartphone/fso-monitord_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "FSO monitor daemon"
+SECTION = "console/network"
+DEPENDS = "vala-native dbus dbus-glib"
+LICENSE = "GPL"
+PV = "0.2.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/fso-monitord.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "fso-monitord"
+INITSCRIPT_PARAMS = "defaults 35"
+
+RDEPENDS_${PN} = "frameworkd"
+
+FILES_${PN} += "${datadir} ${sysconfdir}"