Fix QA issue
authorKirtika Ruchandani <kirtibr@gmail.com>
Tue, 7 Jul 2009 20:27:18 +0000 (01:57 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Tue, 7 Jul 2009 20:27:18 +0000 (01:57 +0530)
dsme_0.60.4.bb

index e39e41f..6588734 100644 (file)
@@ -14,6 +14,12 @@ SRC_URI = "http://repository.maemo.org/pool/fremantle/free/d/${PN}/${PN}_${PV}+0
 
 S= "${WORKDIR}/${PN}-${PV}+0m5"
 
+# A test workaround to fix the "No GNU_HASH"
+# in elf binary issue            
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+
+
 inherit autotools pkgconfig
 
 do_configure(){