X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=marquee-plugins_0.22.bb;h=05b15c19fba46d5300469485bef0e56e8d0e908b;hb=d90dff0157a60c681c4a43894337f7732827f419;hp=7c1d3b95bcdb6ece58eb7c907dfb29a8fa321c81;hpb=50fb253a1a10c8887666ca66ced0a170a572b95a;p=oespirit1 diff --git a/marquee-plugins_0.22.bb b/marquee-plugins_0.22.bb index 7c1d3b9..05b15c1 100644 --- a/marquee-plugins_0.22.bb +++ b/marquee-plugins_0.22.bb @@ -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;