blob: 85cb5194b56e870cdc072cc4fd059e0d6e5e7724 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "gspd compatibility layer for frameworkd"
LICENSE = "GPL"
SECTION = "network"
DEPENDS = "dbus-glib"
PV = "0.6+${PR}+gitr${SRCREV}"
PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/fso-gpsd.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
inherit autotools
RPROVIDES_${PN} = "gpsd"
RCONFLICTS_${PN} = "gpsd"
RREPLACES_${PN} = "gpsd"
|