summaryrefslogtreecommitdiffstats
path: root/recipes/maemo4/libgpsmgr_0.1.bb
blob: bcbb4cefcb8dbd30baabaaed504d9f9aa5294812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "nokia"

# 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}-10.tar.gz"

inherit autotools pkgconfig

do_stage() {
  autotools_stage_all
}