into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/02/19 00:35:19+01:00 handhelds.org!zecke
QtE 2.3.10:
Enable parallel build again
BKrev: 42167cdbL3n66uf2rdNy5calGInjwQ
EXTRA_OECONF = "-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif \
-xplatform ${TARGET_OS}-${QTE_ARCH}-g++ ${EXTRA_OECONF_CONFIG} -depths 8,16,32"
EXTRA_OEMAKE = "-e"
-PARALLEL_MAKE = ""
#
# FIXME: Add more here
install -m 0644 ${WORKDIR}/sharp_char.h include/asm/
install -d include/linux/
install -m 0644 ${WORKDIR}/switches.h include/linux/
- oe_runmake
+
+ # Create symlinks first and then compile the library
+ oe_runmake symlinks
+ oe_runmake src-mt sub-src
}
do_stage() {