fsodeviced: new recipe; C reference implementation of org.freesmartphone.Device....
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 16 Mar 2009 20:32:01 +0000 (21:32 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 16 Mar 2009 20:32:30 +0000 (21:32 +0100)
packages/freesmartphone/fsodeviced_git.bb [new file with mode: 0644]

diff --git a/packages/freesmartphone/fsodeviced_git.bb b/packages/freesmartphone/fsodeviced_git.bb
new file mode 100644 (file)
index 0000000..e8a77fd
--- /dev/null
@@ -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}"