Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-08-02 | meta-toolchain-qte: Reorder the tasks to match other recipes | Holger Hans Peter Freyther | 1 | |
Cleanup on the meta-toolchain-qte. Set the variables before rquiring meta-toolchain. | ||||
2009-08-02 | libtool 2.2.6a: fix libltdl problem, add default pref version so distros ↵ | Koen Kooi | 1 | |
don't accidentally pick this one up | ||||
2009-08-02 | gdb: Add a patch to fix compilation of gdb 6.8 | Holger Hans Peter Freyther | 3 | |
gcc warns about the subscript_array being uninitialized, just memset this area... luckily I can not break much as this is for fortran code. | ||||
2009-08-02 | rsstail: New recipe for 'tail' like RSS feed reader. (Needs QA love.) | Leon Woestenberg | 2 | |
2009-08-02 | libnxml: Added 0.18.3. | Leon Woestenberg | 1 | |
2009-08-02 | libmrss: Added 0.19.2. | Leon Woestenberg | 4 | |
2009-08-02 | libmrss: Use .inc and INC_PR. | Leon Woestenberg | 3 | |
2009-08-02 | libnxml.inc: Fix INC_PR from "0" to "r0". | Leon Woestenberg | 1 | |
2009-08-02 | libnxml: Added 0.18.3. Changed upstream URL www2.* to www.*. | Leon Woestenberg | 3 | |
2009-08-02 | libnxml: Use .inc and INC_PR. | Leon Woestenberg | 1 | |
2009-08-01 | base.bbclass: Strip -sdk from the PN for BPN as well | Holger Hans Peter Freyther | 1 | |
This is fixing the compilation of libtool-sdk_2.6.6a which is currently the only user of BPN. | ||||
2009-08-01 | qt4: Do not recreate the link if it exists otherwise do_install will fail | Holger Hans Peter Freyther | 1 | |
When running configure more than once the do_install stage will fail due excessive symlinks... Stop doing that. | ||||
2009-08-01 | qt4: Add patch to fix the visibility and bsymbolic detection | Holger Hans Peter Freyther | 3 | |
Do not use "$COMPILER" to execute the test. This fails when the passed compiler is something like "ccache gcc". | ||||
2009-08-01 | qt4: Use require instead of include to fail on missing includes | Holger Hans Peter Freyther | 5 | |
2009-08-01 | uclibc_git: Remove DEFAULT_PREFERENCE | Khem Raj | 1 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-08-01 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Khem Raj | 14 | |
into org.openembedded.dev | ||||
2009-08-01 | uclibc: Convert eligible uclibc recipes to use git instead of svn. | Khem Raj | 34 | |
uclibc has changed its SCM system to git. We need to adjust the recipes to fetch from uclibc git Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-07-31 | checksums.ini: restore entries that got deleted in last commit | Cliff Brake | 1 | |
I should be more careful when I copy files in tarballs | ||||
2009-07-31 | Merge branch 'mono-dev2-prepare-to-commit' into org.openembedded.dev | Cliff Brake | 9 | |
2009-07-31 | mono: add 2.4.2.3 recipes | Cliff Brake | 9 | |
2009-07-31 | task-beagleboard-demo: remove exhibit | Koen Kooi | 1 | |
2009-07-31 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 14 | |
into org.openembedded.dev | ||||
2009-07-31 | minimal.conf: Add PREFERRED_PROVIDER for libusb0. | Khem Raj | 1 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-07-31 | tinylogin, unzip: Update URLs. | Khem Raj | 3 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-07-31 | qt4: Qt4.5 is released under LGPLv2.1 and GPLv3 | Holger Hans Peter Freyther | 6 | |
Update licensing bits on the Qt classes. | ||||
2009-07-31 | enlightenment: bump SRCREV, fix upgrade paths | Koen Kooi | 4 | |
2009-07-31 | emotion_svn: Give path to edje_cc to fix build. Bump PR. | Stefan Schmidt | 1 | |
2009-07-31 | libdbi-drivers: Upgrade to 0.8.3-1 with more db drivers | Holger Hans Peter Freyther | 4 | |
Upgrade to the latest upstream release, coming with MySQL, postgres, sqlite3 and sqlite3 drivers. | ||||
2009-07-31 | libdbi: Move from 0.8.2 to 0.8.3 which is the latest version | Holger Hans Peter Freyther | 2 | |
2009-07-31 | kernel.bbclass : moved uImage creation from do_deploy to between do_compile | Graham Gower | 2 | |
and do_install as discussed on ML. linux.inc : removed uImage creation, its now in kernel.bbclass Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Koen Kooi <koen@openembedded.org> | ||||
2009-07-30 | xilinx-ml403 : Do not build a kernel for this machine. | Philip Balister | 1 | |
* Kernel config depends on the fpga bitstream. No sense building kernel we can't use. | ||||
2009-07-30 | openbsc: Add openbsc and build it from git. | Holger Hans Peter Freyther | 2 | |
2009-07-30 | libdbi: Introduce libdbi 0.8.2 | Holger Hans Peter Freyther | 4 | |
2009-07-30 | libxext-1.0.5: Depend on xdmcp as configure wants it | Holger Hans Peter Freyther | 1 | |
libxext 1.0.5 want to have xdmcp, hand it over. prior versions do not have this requirement. | ||||
2009-07-30 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 2 | |
into org.openembedded.dev | ||||
2009-07-30 | linux-omap-pm: make u-boot flashable from within linux, first attempt at ↵ | Koen Kooi | 3 | |
making ehci work | ||||
2009-07-30 | libtool: 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 broke do_configure. | Marc Olzheim | 2 | |
* See http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-July/012754.html for more. | ||||
2009-07-30 | linux-omap-pm git: fix mtd and tweak defconfig | Koen Kooi | 3 | |
2009-07-30 | linux-omap-pm git: add patch for fix musb oops and dss2 patches | Koen Kooi | 148 | |
2009-07-30 | linux-2.6.24: NAND flash size fixed for hipox machine | Steffen Sledz | 1 | |
2009-07-30 | util-linux-ng: fix tls detection | Henning Heinold | 2 | |
* breaks msvc support for now * bump PR | ||||
2009-07-29 | angstrom-2008-preferred-versions.inc : update the libtool version used. | Graeme Gregory | 1 | |
Tool are starting to use this newer version, in testing it didn't seem to break anything | ||||
2009-07-29 | gqview: Use motion hints for smooth panning. Sanitize rc file parser. Fixed ↵ | Stanislav Brabec | 4 | |
gimp call. | ||||
2009-07-29 | linux-2.6.24: some pin assignements fixed in defconfig for hipox machine | Steffen Sledz | 1 | |
2009-07-29 | linux-omap-pm_git.bb : update the commit to the latest SRCREV | Graeme Gregory | 2 | |
defconfig is customized for this release as two drivers are broken. mtd - broken in compile patches in progress musb - oopses on boot | ||||
2009-07-29 | linux-omap-pm git: start updating it to .31rc | Koen Kooi | 72 | |
2009-07-29 | qt4-x11-free-gles: reinstate it now the weird dependency problems have been ↵ | Koen Kooi | 2 | |
resolved * also switch to gles2, requires less patching | ||||
2009-07-29 | qt4x11 bbclass: only match first 12 chars in automagical dependency adder | Koen Kooi | 1 | |
2009-07-29 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 7 | |
into org.openembedded.dev | ||||
2009-07-29 | nandlogical: add nandlogical-klibc-static for Zaurus | Andrea Adami | 3 | |
- code to be used in kexecboot to detect the size of the rootfs in nand |