Fix QA issue about GNU_HASH not being found
authorKirtika Ruchandani <kirtibr@gmail.com>
Sun, 5 Jul 2009 19:26:11 +0000 (00:56 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sun, 5 Jul 2009 19:26:11 +0000 (00:56 +0530)
marquee-plugins_0.22.bb

index 7c1d3b9..05b15c1 100644 (file)
@@ -14,6 +14,11 @@ SRC_URI = "http://mirror.anl.gov/pub/ubuntu/pool/universe/m/${PN}/${PN}_${PV}.or
 
 inherit autotools pkgconfig
 
+# A test workaround to fix the "No GNU_HASH"
+# in elf binary issue            
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+
 do_configure_prepend(){
     for i in `grep -r -l Werror *`;
     do sed -i s:-Werror::g $i;