Age | Commit message (Collapse) | Author | Files |
|
working with midori
* runtime tested on beagleboard
|
|
* runtime tested with midori and epiphany
|
|
* http://tinderbox.openembedded.net/builds/56478/
|
|
${TARGET_PREFIX}, so create libtool from ${TARGET_PREFIX}libtool
|
|
|
|
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>
|
|
* seems to be more stable than previous
* requires latest bison to compile
* http soup backend seems to be broken, stay at curl backend
|
|
|
|
infinite libtool loop
|
|
|
|
|
|
fixes 2317.
|
|
|
|
openmoko-feedreader2 and openmoko-browser2
|
|
before: 3.0M armv5te/libwebkitgtk1_0.1+svnr27222-r3_armv5te.ipk
after: 2.3M armv5te/libwebkitgtk1_0.1+svnr27222-r3_armv5te.ipk
|
|
We do not want the package to be named libwebkitgtk-launcher but want to
keep the webkit-gtklauncher names. The same applies to Qt and Qtopia.
Use my Gtk+ API defines for the WebKit/Qt port as well.
|
|
Unifiy the WebKit recipe and allow to build the Gtk+, Qt
and Qtopia port. Add classes/qtopia4core.bbclass to assist
building for Qtopia. Change the WebKit.pro to currently not
build the testkjs and DumpRenderTree test utilities.
|
|
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.
|
|
|
|
|
|
|
|
|
|
Add a qmake2.bbclass which currently takes over the role of qt4x11.bbclass
with setting the QTDIR, MOC, UIC properly. qmake2 and qmake now share
qmake-base.bbclass this is why some var assignments and functions have
been moved around.
Make webkit-gtk use qmake2 to eliminate the Qt3 and Qt4/X11 dependency.
|
|
|