blob: e8a77fd617111c15cfbb5b4468f5289b97bc6b47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}"
|