[oe-commits] Michael 'Mickey' Lauer : fso-monitord: new recipe; freesmartphone. org data logger and supervisor daemon

GIT User account git at amethyst.openembedded.net
Sun Jan 11 16:07:59 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d07137bb31c4b5e0a694e0be62f738e3225b2bee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d07137bb31c4b5e0a694e0be62f738e3225b2bee

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Jan 11 17:06:25 2009 +0100

fso-monitord: new recipe; freesmartphone.org data logger and supervisor daemon

---

 conf/distro/include/sane-srcrevs.inc        |    1 +
 packages/freesmartphone/dbus-hlid_git.bb    |    2 +-
 packages/freesmartphone/fso-monitord_git.bb |   19 +++++++++++++++++++
 3 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 4348721..3e796a3 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -54,6 +54,7 @@ SRCREV_pn-frameworkd-devel ?= "${SRCREV_pn-frameworkd}"
 SRCREV_pn-fsod ?= "3fa5eb6f2edcf7c9f0fc2027fda47b91d9f0f136"
 SRCREV_pn-fso-apm ?= "eb39ce7fb81bfa64e1a9eb5f142ca3d1065be3fa"
 SRCREV_pn-fso-gpsd ?= "15f75f335efb52dd50a22a05f47a0f63eb07378b"
+SRCREV_pn-fso-monitord ?= "31b4d3d1a40b1cc2cbe186e5ea80490a0c80b55f"
 SRCREV_pn-fso-sounds ?= "b24d3c2e66fee10a5e288101cd1b6f5bbd3da7e2"
 SRCREV_pn-fstests ?= "204"
 SRCREV_pn-gconf-dbus ?= "641"
diff --git a/packages/freesmartphone/dbus-hlid_git.bb b/packages/freesmartphone/dbus-hlid_git.bb
index af17582..79bada1 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 0000000..d62d5ea
--- /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}"





More information about the Openembedded-commits mailing list