blob: 8293f350c5dc9b26d8da3a23d64c08ece8930b3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "nokia"
PR = "r2"
DEPENDS = "libgpsmgr dbus"
# This is proprietary software in Chinook, so we have to stay with the last released
# free version.
SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-18.tar.gz \
file://configure-fix-version.patch;patch=1"
inherit autotools
TARGET_CC_ARCH += "${LDFLAGS}"
|