[oe-commits] Michael 'Mickey' Lauer : fsodatad: new recipe; FSO data storage service

git version control git at git.openembedded.org
Sat Nov 28 15:46:18 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Nov 28 16:45:50 2009 +0100

fsodatad: new recipe; FSO data storage service
fsomusicd: new recipe; FSO music player service

---

 conf/distro/include/fso-autorev.inc      |    2 ++
 conf/distro/include/sane-srcrevs-fso.inc |    4 +++-
 recipes/freesmartphone/fsodatad_git.bb   |    6 ++++++
 recipes/freesmartphone/fsomusicd_git.bb  |   20 ++++++++++++++++++++
 4 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index ba8cdac..658a439 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -2,9 +2,11 @@
 SRCREV_pn-dbus-hlid = "${AUTOREV}"
 SRCREV_pn-frameworkd = "${AUTOREV}"
 SRCREV_pn-frameworkd-devel = "${AUTOREV}"
+SRCREV_pn-fsodatad = "${AUTOREV}"
 SRCREV_pn-fsodeviced = "${AUTOREV}"
 SRCREV_pn-fsogsmd = "${AUTOREV}"
 SRCREV_pn-fsogpsd = "${AUTOREV}"
+SRCREV_pn-fsomusicd = "${AUTOREV}"
 SRCREV_pn-fsonetworkd = "${AUTOREV}"
 SRCREV_pn-fsotimed = "${AUTOREV}"
 SRCREV_pn-fsousaged = "${AUTOREV}"
diff --git a/conf/distro/include/sane-srcrevs-fso.inc b/conf/distro/include/sane-srcrevs-fso.inc
index 6cb423d..1b56add 100644
--- a/conf/distro/include/sane-srcrevs-fso.inc
+++ b/conf/distro/include/sane-srcrevs-fso.inc
@@ -3,9 +3,11 @@
 # FSO Projects -- Cornucopia
 FSO_CORNUCOPIA_SRCREV ?= "1dcf546fb0423930f938129a51f538874c172226"
 SRCREV_pn-fso-apm ?= "${FSO_CORNUCOPIA_SRCREV}"
-SRCREV_pn-fsodeviced ?= "0ea5c80742a4f788a29258e9e01d9ebc25dad2dc"
+SRCREV_pn-fsodatad ?= "1b329ccc044eb087a6f8a7c7c61022c162f51ab2"
+SRCREV_pn-fsodeviced ?= "1b329ccc044eb087a6f8a7c7c61022c162f51ab2"
 SRCREV_pn-fsogsmd ?= "${FSO_CORNUCOPIA_SRCREV}"
 SRCREV_pn-fsogpsd ?= "${FSO_CORNUCOPIA_SRCREV}"
+SRCREV_pn-fsomusicd ?= "1b329ccc044eb087a6f8a7c7c61022c162f51ab2"
 SRCREV_pn-fsonetworkd ?= "${FSO_CORNUCOPIA_SRCREV}"
 SRCREV_pn-fsotimed ?= "${FSO_CORNUCOPIA_SRCREV}"
 SRCREV_pn-fsousaged ?= "fe2ec3260b73233c414de584aa1b4a5e49c24a0d"
diff --git a/recipes/freesmartphone/fsodatad_git.bb b/recipes/freesmartphone/fsodatad_git.bb
new file mode 100644
index 0000000..de13bed
--- /dev/null
+++ b/recipes/freesmartphone/fsodatad_git.bb
@@ -0,0 +1,6 @@
+require cornucopia.inc
+inherit fso-plugin
+PR = "${INC_PR}.0"
+PV = "0.0.0+gitr${SRCREV}"
+
+DEPENDS += "libxml2 mobile-broadband-provider-info"
diff --git a/recipes/freesmartphone/fsomusicd_git.bb b/recipes/freesmartphone/fsomusicd_git.bb
new file mode 100644
index 0000000..80c4b96
--- /dev/null
+++ b/recipes/freesmartphone/fsomusicd_git.bb
@@ -0,0 +1,20 @@
+require cornucopia.inc
+DEPENDS += "gstreamer"
+PR = "${INC_PR}.0"
+PV = "0.0.1"
+
+RDEPENDS += "\
+  gst-plugin-volume \
+  gst-plugin-mad \
+  gst-plugin-oggdemux \
+  gst-plugin-ivorbisdec \
+  gst-plugin-audioconvert \
+  gst-plugin-flacdec \
+  gst-plugin-waveparse \
+  gst-plugin-siddec \
+  gst-plugin-modplug \
+  gst-plugin-filesrc \
+  gst-plugin-souphttpsrc \
+  gst-plugin-mmssrc \
+  gst-plugin-alsasink \
+"





More information about the Openembedded-commits mailing list