[oe-issues] [Bug 2437] New: libqte-opie wont compile with uclibc
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Jun 8 00:13:57 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2437
Summary: libqte-opie wont compile with uclibc
Product: Openembedded
Version: Angstrom
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Distributions
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: marek.vasut at gmail.com
QAContact: tinderbox-oe at gmx.net
libqte-opie wont compile with uclibc because the target isnt supported by qmake
... following patch adds the target, see also bug 2436
--- packages/qmake/qmake-native_1.07a.bb
bf35689f41c89cea882954d100eb8ba3c5a79faf
+++ packages/qmake/qmake-native_1.07a.bb
2163051b05afb98a10a1d65dfcde8f5687e755c7
@@ -18,7 +18,7 @@ do_configure() {
do_configure() {
# Install the OE build templates
- for template in linux-oe-g++ linux-uclibc-oe-g++ linux-gnueabi-oe-g++
+ for template in linux-oe-g++ linux-uclibc-oe-g++ linux-gnueabi-oe-g++
linux-uclibcgnueabi-oe-g++
do
install -d ${S}/mkspecs/$template
install -m 0644 ${WORKDIR}/linux-oe-qmake.conf
${S}/mkspecs/$template/qmake.conf
--- classes/qmake.bbclass 17ebd03d219366c0e1c20d75ad8cb8d3274b99e4
+++ classes/qmake.bbclass 0db7170f859d8ae750e1bd5f18de23867998b543
@@ -1,8 +1,8 @@ qmake_do_configure() {
inherit qmake-base
qmake_do_configure() {
case ${QMAKESPEC} in
- *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++)
+
*linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibcgnueabi-oe-g++)
;;
*-oe-g++)
die Unsupported target ${TARGET_OS} for oe-g++ qmake spec
--
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