libgpsbt: fix QA errors
authorKoen Kooi <koen@openembedded.org>
Wed, 21 Oct 2009 18:39:10 +0000 (20:39 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 21 Oct 2009 18:39:10 +0000 (20:39 +0200)
recipes/maemo4/libgpsbt_0.1.bb

index beca783..2b2c0a1 100644 (file)
@@ -1,5 +1,7 @@
 LICENSE = "nokia"
 
+PR = "r1"
+
 DEPENDS = "libgpsmgr dbus"
 
 # This is proprietary software in Chinook, so we have to stay with the last released
@@ -8,6 +10,8 @@ SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-18.tar.
 
 inherit autotools pkgconfig
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_stage() {
         autotools_stage_all
 }