diff options
Diffstat (limited to 'recipes/maemo4/libgpsmgr_0.1.bb')
-rw-r--r-- | recipes/maemo4/libgpsmgr_0.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/maemo4/libgpsmgr_0.1.bb b/recipes/maemo4/libgpsmgr_0.1.bb new file mode 100644 index 0000000000..bcbb4cefcb --- /dev/null +++ b/recipes/maemo4/libgpsmgr_0.1.bb @@ -0,0 +1,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 +} + + |