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