[oe-commits] Michael 'Mickey' Lauer : fsod: new recipe, a C/ Vala implementation of the freesmartphone.org dbus APIs

GIT User account git at amethyst.openembedded.net
Sun Nov 16 02:05:50 UTC 2008


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Nov 16 03:05:05 2008 +0100

fsod: new recipe, a C/Vala implementation of the freesmartphone.org dbus APIs

---

 conf/distro/include/fso-autorev.inc  |    1 +
 conf/distro/include/sane-srcrevs.inc |    1 +
 packages/freesmartphone/fsod_git.bb  |   34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index e0f6423..8d7a98c 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -1,5 +1,6 @@
 SRCREV_pn-frameworkd = "${AUTOREV}"
 SRCREV_pn-frameworkd-devel = "${AUTOREV}"
+SRCREV_pn-fsod = "${AUTOREV}"
 SRCREV_pn-fso-gpsd = "${AUTOREV}"
 SRCREV_pn-fso-sounds = "${AUTOREV}"
 SRCREV_pn-gsm0710muxd = "${AUTOREV}"
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index c0946a7..80ae0a6 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -49,6 +49,7 @@ SRCREV_pn-fbgrab-viewer-native ?= "1943"
 SRCREV_pn-flashrom ?= "3682"
 SRCREV_pn-frameworkd ?= "b4fc84fef759999e9e0cb73902e4b42fbbc8351d"
 SRCREV_pn-frameworkd-devel ?= "e8ad25f2e36e31e0a8afe08fbe11e54b9305aa8f"
+SRCREV_pn-fsod ?= "9ab5e9884839c9745ecd878a9cf562a1c1b73411"
 SRCREV_pn-fso-gpsd ?= "8f82d35ae83fdc00f2c4786257e98551b9dea995"
 SRCREV_pn-fso-sounds ?= "b24d3c2e66fee10a5e288101cd1b6f5bbd3da7e2"
 SRCREV_pn-fstests ?= "204"
diff --git a/packages/freesmartphone/fsod_git.bb b/packages/freesmartphone/fsod_git.bb
new file mode 100644
index 0000000..2783313
--- /dev/null
+++ b/packages/freesmartphone/fsod_git.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "The C/Vala implementation of the freesmartphone.org framework APIs"
+HOMEPAGE = "http://www.freesmartphone.org/"
+AUTHOR = "Sudharshan S"
+SECTION = "console/network"
+DEPENDS = "dbus dbus-glib libnl vala-native"
+LICENSE = "LGPL"
+PV = "0.1+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/openmoko-gsoc2008.git;protocol=git;branch=master \
+#  file://fsod \
+"
+S = "${WORKDIR}/git/fsod"
+
+inherit autotools pkgconfig update-rc.d
+
+INITSCRIPT_NAME = "fsod"
+INITSCRIPT_PARAMS = "defaults 21"
+
+do_install_append() {
+#        install -d ${D}${sysconfdir}/init.d
+#        install -m 0755 ${WORKDIR}/fsod ${D}${sysconfdir}/init.d/
+}
+
+RCONFLICTS_${PN} = "frameworkd"
+RREPLACES_${PN} = "frameworkd"
+
+FILES_${PN} += "${sysconfdir}"
+FILES_${PN}-dbg += "\
+  ${libdir}/fsod/subsystems/.debug \
+  ${libdir}/fsod/subsystems/*/.debug \
+"
+





More information about the Openembedded-commits mailing list