Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
* 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
|
|
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Doing this avoids having two entries in the checksums.ini.
|
|
Add the 'E' suffix to QtopiaCore libraries. This allows to install both
qtopiacore, qt/X11 at the same time.
|
|
(rcc)
The build of qsvn failed due invoking the wrong rcc. Change the qmake specs
to set QMAKE_RCC and set it to OE_QMAKE_RCC.
|
|
default module
-Do not hardcode O2, we have flags in OE to do such things and passing both
didn't make sense
-With QtopiaCore QtGui is using Tcp/Udp/Sockets for the QWS implementation. This means when
building a gui application you will need the network module. Allow to add modules using
environment variables.
|
|
to change the prefixes at runtime
qmake has built-in paths. When building qmake2-native we have a pretty boring path
which is certainly wrong for qt/x11 and qt/embedded. So we need a way to change this
path at runtime. We just need to point qmake to a qt.conf and everything will be fine!
|
|
Create a qmake2-native.inc, get the files from qmake2-native. Recreate
qmake2-native_2.10a.bb and require the above file and say which version
of QtopiaCore to get.
|
|
|
|
|
|
problems
|
|
-Update PREFERRED_VERSION
-Update checksums
-Update patches
|
|
Move the LFLAGS to the end of the linker line. Otherwise a package (e.g. webkit)
will try to link to the library in the staging directory and not to the one
recently built.
Remove the unstage hack from webkit-gtk as it is not needed anymore.
|
|
licensed
Also adjust indention of the SRC_URI
|
|
|
|
|
|
|
|
Version 4.2 is needed to compile the WebKit/Gdk port. Update the checksums.ini
containing the md5/shasum of my download.
Install qmake as qmake2 and qmake-qt4 to follow the debian naming of this
binary.
|
|
|
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
Fix GNUism on the usage of cp
-d as --no-derefence -> -P
--deference -> -L
-r -> -R
-a same as -dpR -> -PpR
|
|
|
|
proper staging area
|
|
give up with trying to make qmake2 work with old stuff, instead
start to make qmake1 and qmake2 coexist in staging
|
|
|
|
packages/qt/qt-x11-free-native:
-update from 3.3.2 to 3.3.5
packages/qt/qt-x11-free:
-update from 3.3.3 to 3.3.5
packages/qte-fonts-common/qte-fonts-common:
-update from 3.3.3 to 3.3.5
packages/uicmoc/uicmoc3-native:
-update from 3.3.2 to 3.3.5
-build not the complete Qt3 but only most parts
-use ${PV} instead of hardcondig version
packages/qmake/qmake-native_1.07:
-update from 3.3.3 to 3.3.5
|
|
files, use a space
|
|
|
|
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/15 23:25:59+02:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded
2005/06/15 23:23:46+02:00 handhelds.org!zecke
qmake 2.00a update:
-Use the most recent version of qmake as found in Qt/X11 4rc1
-Update the oe-qmake.conf
2005/06/15 23:18:07+02:00 opfer.lan!dirk
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into wks-dirk.opfer.lan:/prj/zaurus/dev/openembedded
2005/06/15 23:16:28+02:00 opfer.lan!dirk
TOSA: update touchscreen. autoload touchscreen and sound modules on startup
2005/06/15 21:58:37+01:00 rpsys.net!RP
oprofile: update cvs version - some arm patches merged
2005/06/15 21:57:10+01:00 rpsys.net!RP
rootfs_ipk: Make the shell script valid
2005/06/15 22:38:57+02:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded
2005/06/15 22:37:17+02:00 handhelds.org!zecke
Qt4 uic/moc:
-Use Qt/X11 4.0.0rc1 as the Embedded version is missing
-Update patch and configuration options to 4.0.0rc1 and
X11
BKrev: 42b0a03azEk5o8agXTo43EgKiE5_xg
|