summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/freesmartphone/dbus-hlid_git.bb2
-rw-r--r--packages/freesmartphone/fso-monitord_git.bb19
2 files changed, 20 insertions, 1 deletions
diff --git a/packages/freesmartphone/dbus-hlid_git.bb b/packages/freesmartphone/dbus-hlid_git.bb
index af175829de..79bada1396 100644
--- a/packages/freesmartphone/dbus-hlid_git.bb
+++ b/packages/freesmartphone/dbus-hlid_git.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "High Level DBus Introspection Daemon"
-AUTHOR = "M. Lauer"
+AUTHOR = "M. Lauer et. al."
SECTION = "console/network"
DEPENDS = "vala-native dbus dbus-glib"
LICENSE = "GPL"
diff --git a/packages/freesmartphone/fso-monitord_git.bb b/packages/freesmartphone/fso-monitord_git.bb
new file mode 100644
index 0000000000..d62d5ea588
--- /dev/null
+++ b/packages/freesmartphone/fso-monitord_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "FSO monitor daemon"
+AUTHOR = "M. Lauer et. al."
+SECTION = "console/network"
+DEPENDS = "vala-native dbus dbus-glib"
+LICENSE = "GPL"
+PV = "0.0.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-gpsd"
+INITSCRIPT_PARAMS = "defaults 35"
+
+RDEPENDS_${PN} = "frameworkd"
+
+FILES_${PN} += "${datadir} ${sysconfdir}"