diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-16 21:32:01 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-16 21:32:30 +0100 |
commit | e72e5da270a52f962070ed8a76254805ae66e597 (patch) | |
tree | 9a8372c93e96d4eedd474a8b66fb25a0feba9f36 /packages | |
parent | 16c5d6f1b953f09368c9f13928b783bcba77b84e (diff) |
fsodeviced: new recipe; C reference implementation of org.freesmartphone.Device.* APIs
Diffstat (limited to 'packages')
-rw-r--r-- | 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 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}" |