[oe-commits] Michael 'Mickey' Lauer : fsodeviced: new recipe; C reference implementation of org.freesmartphone.Device.* APIs

GIT User account git at amethyst.openembedded.net
Thu Mar 19 14:45:53 UTC 2009


Module: openembedded.git
Branch: hrw/poky-merge/add-rpm-packages-support
Commit: e72e5da270a52f962070ed8a76254805ae66e597
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e72e5da270a52f962070ed8a76254805ae66e597

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Mar 16 21:32:01 2009 +0100

fsodeviced: new recipe; C reference implementation of org.freesmartphone.Device.* APIs

---

 packages/freesmartphone/fsodeviced_git.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/packages/freesmartphone/fsodeviced_git.bb b/packages/freesmartphone/fsodeviced_git.bb
new file mode 100644
index 0000000..e8a77fd
--- /dev/null
+++ b/packages/freesmartphone/fsodeviced_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Reference implementation of the org.freesmartphone.Device.* APIs"
+SECTION = "console/network"
+DEPENDS = "libfsoframework"
+LICENSE = "GPL"
+PV = "0.0.0.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git/fsodeviced"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}"





More information about the Openembedded-commits mailing list