[oe-commits] Koen Kooi : libgpsbt: fix QA errors

git version control git at git.openembedded.org
Wed Oct 21 18:46:44 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5411ee5d6f940ab71593c277f08a087d5deadbd8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5411ee5d6f940ab71593c277f08a087d5deadbd8

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct 21 20:39:10 2009 +0200

libgpsbt: fix QA errors

---

 recipes/maemo4/libgpsbt_0.1.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/maemo4/libgpsbt_0.1.bb b/recipes/maemo4/libgpsbt_0.1.bb
index beca783..2b2c0a1 100644
--- a/recipes/maemo4/libgpsbt_0.1.bb
+++ b/recipes/maemo4/libgpsbt_0.1.bb
@@ -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
 }





More information about the Openembedded-commits mailing list