diff options
Diffstat (limited to 'recipes/maemo4/libgpsbt_0.1.bb')
-rw-r--r-- | recipes/maemo4/libgpsbt_0.1.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/recipes/maemo4/libgpsbt_0.1.bb b/recipes/maemo4/libgpsbt_0.1.bb index 2b2c0a1ee4..8293f350c5 100644 --- a/recipes/maemo4/libgpsbt_0.1.bb +++ b/recipes/maemo4/libgpsbt_0.1.bb @@ -1,19 +1,15 @@ LICENSE = "nokia" -PR = "r1" +PR = "r2" 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" +SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-18.tar.gz \ + file://configure-fix-version.patch;patch=1" -inherit autotools pkgconfig +inherit autotools TARGET_CC_ARCH += "${LDFLAGS}" -do_stage() { - autotools_stage_all -} - - |