blob: 4cb61c7c298c43dded21b5374dc0d4657afc1cc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 fso-plugin vala
|