summaryrefslogtreecommitdiff
path: root/packages/maemo3/libgpsbt_0.1.bb
blob: 59d0db9fbc1e8d6030515a2c9fb343089a397f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "nokia"

DEPENDS = "libgpsmgr dbus-glib"

SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-18.tar.gz"

inherit autotools pkgconfig

do_stage() {
        autotools_stage_all
}