From e72e5da270a52f962070ed8a76254805ae66e597 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 16 Mar 2009 21:32:01 +0100 Subject: [PATCH] fsodeviced: new recipe; C reference implementation of org.freesmartphone.Device.* APIs --- packages/freesmartphone/fsodeviced_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/freesmartphone/fsodeviced_git.bb 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}" -- 2.7.4