summaryrefslogtreecommitdiffstats
path: root/recipes/maemo4/libgpsbt_0.1.bb
blob: 2b2c0a1ee4387c2ac8d46470cf3a3b78ba7b78c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LICENSE = "nokia"

PR = "r1"

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"

inherit autotools pkgconfig

TARGET_CC_ARCH += "${LDFLAGS}"

do_stage() {
        autotools_stage_all
}