[oe-issues] [Bug 2436] QtEmbedded2 uClibc-EABI build doesn't configure.

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Thu Jun 7 23:26:31 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2436





--- Comment #2 from Marek Vasut <marek.vasut at gmail.com>  2007-06-07 16:26:31 ---
Patch fixing this issue ... (dunno how to fix the summary)

--- packages/qte/qte-common_2.3.10.inc 
77b17aa1d6610e4d5c33ba805a1fef052f47a292
+++ packages/qte/qte-common_2.3.10.inc 
78cb3d68831ddf36defb17d31a2cd74e48132f96
@@ -152,6 +152,8 @@ do_configure() {
                        > `dirname $f`/`basename $f | sed -e
's,linux-,linux-uclibc-,'`
                sed -e 's,-linux-,-linux-gnueabi-,g' < $f \
                        > `dirname $f`/`basename $f | sed -e
's,linux-,linux-gnueabi-,'`
+               sed -e 's,-linux-,-linux-uclibcgnueabi-,g' < $f \
+                       > `dirname $f`/`basename $f | sed -e
's,linux-,linux-uclibcgnueabi-,'`
        done
        echo yes | ./configure ${EXTRA_OECONF} || die "Configuring qt failed.
EXTRA_OECONF was ${EXTRA_OECONF}"
 }


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list