libgpsbt_0.1.bb : apply patch to remove debian requirement, update staging.
[openembedded.git] / recipes / maemo4 / libgpsbt_0.1.bb
index 2b2c0a1..8293f35 100644 (file)
@@ -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
-}
-
-