blob: beca783a0b754156e84f8eb61d8b3c118f6afa4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "nokia"
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
do_stage() {
autotools_stage_all
}
|