summaryrefslogtreecommitdiffstats
path: root/classes/qmake_base.bbclass
AgeCommit message (Collapse)Author
2010-06-10Drop some unnecessary immediate assignmentsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-01-14qmake_base.bbclass: Unexport STRIP from the environmentHolger Hans Peter Freyther
The Makefile's generated by Qt are using this variable and the assignment of STRIP = $(OE_QMAKE_STRIP) will be overturned by this export. One option would be to set STRIP = $OE_QMAKE_STRIP in the bb file but this would break striping in package.bbclass. With the unset STRIP we are able to generate proper -dbg packages for Qt and other qmake based utilities.
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2008-11-30qmake: add *linux-uclibcgnueabi-oe-g++ to the qmakespecswoglinde
* patch was provided by Andrea Adami <andrea.adami@gmail.com> alias ant * now we can build qt stuff with the arm-uclibc-eabi toolchain * bump PR on qmake-native and qmake2-native
2007-09-08qmake-base.bbclass: Rename to qmake_base.bbclass.Paul Sokolovsky
* Hyphens are bad in function names. * Fixes OPIE build.