From: Michael 'Mickey' Lauer Date: Mon, 16 Mar 2009 20:32:01 +0000 (+0100) Subject: fsodeviced: new recipe; C reference implementation of org.freesmartphone.Device.... X-Git-Tag: Release-2010-05/1~3796^2~84^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72e5da270a52f962070ed8a76254805ae66e597;p=openembedded.git fsodeviced: new recipe; C reference implementation of org.freesmartphone.Device.* APIs --- 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}"