summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/freesmartphone/fsodeviced_git.bb15
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 0000000000..e8a77fd617
--- /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}"