summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2008-08-03merge of '1e7e45502df6c52d725444e6655b368305ffe8d6'Phil Blundell1
and '6690ff49b103de5f60ddc09faaed43726adb4506'
2008-08-03gpe-plucker: use correct RANLIB, reported by c.romain@laposte.netPhil Blundell1
2008-08-03u-boot git: bump SRCREV for neuros-osd2Koen Kooi1
2008-08-03merge of '12e8362ccf0740454595721a242cfb8e867eb512'Koen Kooi2
and 'e7f394edea22558fdbcb02929f1540784a5265f2'
2008-08-03samba: Move cifs.patch from .inc to .bb as newer versions don't need this patchOyvind Repvik2
2008-08-03apply uclibc-arm-ftruncate64 patch for 0.9.29Khem Raj1
2008-08-03espgs: build with support for gutenprint, gimpprint and cups. ijs still ↵Rolf Leggewie1
disabled. Closes 3032.
2008-08-03rrdtool: some cleanupRolf Leggewie1
* introduce SECTION variable * update HOMEPAGE and DESCRIPTION * autotools_stage_all instead of custom do_stage routine * reordering of fields * update SRC_URI
2008-08-02rrdtool: fixup in EXTRA_OECONF to get past error in do_configure. add ↵Tim Ellis1
do_stage. Closes 2524. * commit by Laibsch
2008-08-02merge of 'dde1602d414f1e9af9fbf46e7fea13cda79bdd4c'Koen Kooi1
and 'e7877fb9e5d6fe166efa6973b930549f64b7bccb'
2008-08-02qt4_staging.inc: something in the qt build process hardcodes the tooldir to ↵Koen Kooi1
the target stagingdir, while the actual tools reside in the native target dir. Copy over the tools to work around this. This is a bandaid, the proper fix would be to use the newly gained crosscompile support in qt 4.4.1.
2008-08-02merge of '0af36442f2b5ad5f505d802f19a109562afaee66'Paul Eggleton17
and '0dee125d6c77c5911cd60676bb87681b7565e13f'
2008-08-02merge of '987c8d92ee736e8162fb230be7d61936f9640e8d'Paul Eggleton9
and 'ccb7f1f9255a881fe31045e96a80be35d59827a8'
2008-08-02konqueror-embedded: fix build problemsPaul Eggleton7
* Upgrade 20070212 to 20070316 (earlier version no longer available for fetching) * Fix _AC_PATH_X_XMKMF error during configure (fixes bug #3569)
2008-08-02flac: consolidate and unify. preparing closure of bug 4386.Rolf Leggewie9
2008-08-02create the ChangeLog file that hold irssi date and time version.Khem Raj1
2008-08-02gst-ffmpeg: bump PR to pick up ffmpeg SOVERSION changeKoen Kooi1
2008-08-02qmake2 native: update to 4.4.1 and fix builds from scratchKoen Kooi4
2008-08-02uicmoc4 native: fix stagingKoen Kooi2
2008-08-02merge of 'a675a323523cfdb282fa64bd2a0e42d19d71db33'Koen Kooi5
and 'b67dfab13ef7114048f172a8cce5a15a5e2f5b07'
2008-08-02libmpcdec: initial release 1.2.6. Closes 4385.Rolf Leggewie2
2008-08-02samba: remove some unsupported ones. confirm #2117 has been fixed.Michael Lauer5
2008-08-02libmatchbox 1.9 fix bug #2048Michael Lauer5
2008-08-02merge of '53ed84a346013a17d2e419b516e0718f0a5ea922'Michael Lauer2
and 'b53a69990c9003e5c1457b56d66b6f431cdb303d'
2008-08-02python 2.5.2 RDEPENDS_python-logging += python-pickleMichael Lauer2
2008-08-02gcc-cross-intermediate: remove dummy libc.so *after* staging, since do_stage ↵Koen Kooi1
will fail with "cannot find -lc" if it's removed beforehand. This does contradict this part of the commit message of the previous change: "This fix deletes the dummy libc.so before gcc-intermediate is staged. Because the main purpose of dummy libc.so is to get gcc-intermediate built with shared lib support. Ideally this libc.so should be deleted right after do_configure of gcc-intermediate but gcc's configure is spread across and some configure stuff happens during compile step. Therefore its best to delete this libc.so after the compile step is done." I don't have a better solution that this one.
2008-08-02ffmpeg git: bump SRCREVKoen Kooi1
2008-08-02u-boot: make do_deploy safe for packaged-staging and update beagleboard stuffKoen Kooi4
2008-08-02x-load: merge x-load recipe and patches from ↵Koen Kooi14
http://www.sakoman.net/cgi-bin/gitweb.cgi?p=org.openembedded.dev-omap3.git;a=tree;f=packages/x-load;hb=d19fc238129e7d515c731916bf3bd964c0a8a098 signgp-native: build our own signing tool
2008-08-02merge of '93e88a1c0fbbb69dbad706857468d431d612b9c9'Phil Blundell9
and 'f7aee16bb45052647fd1a8b8b1d5617ec91b95a9'
2008-08-02lrzsz: straighten out alternatives, patch from martyn.welch@gefanuc.comPhil Blundell1
2008-08-02gpe-scap: bump PR to get libc.so fixKoen Kooi1
2008-08-02oneko: initial release. closes 4271Dmitry Artamonow8
* commit by Laibsch
2008-08-02tangogps: update to 0.9.2. Closes 4438.Rolf Leggewie3
* the fso version should probably be merged back in. leaving as separate package for now.
2008-08-02otpcalc: add initial version 0.97 based on work from Yuri Bushmelev. Closes ↵Rolf Leggewie7
4441.
2008-08-01Consider i386 when making XMLCALL as decl type.Khem Raj2
This fixes gdb build failures on x86_64 host machines.
2008-08-01Move the RRECOMMEND for libgcc from glibc to busybox.Khem Raj26
Busybox/logger is the place where libgcc is really invoked.
2008-08-01Delete dummy libc.so that was created during glibc-initial step. Khem Raj1
This library is overwritten by a linker script file called libc.so during complete glibc install so the packaged built after glibc is staged are fine. But the binaries/libraries that build with glibc and depend on libc.so in some form see this dummy libc.so and gets things wrong. This fix deletes the dummy libc.so before gcc-intermediate is staged. Because the main purpose of dummy libc.so is to get gcc-intermediate built with shared lib support. Ideally this libc.so should be deleted right after do_configure of gcc-intermediate but gcc's configure is spread across and some configure stuff happens during compile step. Therefore its best to delete this libc.so after the compile step is done.
2008-08-01qt4: update qt/e and qt4-x11 to 4.4.1Koen Kooi26
2008-08-01libstroke: new, patch from jay4mail@gmail.comPhil Blundell8
2008-08-01bash: apply patch from clement.hermann@free.fr to set a more sensible ↵Phil Blundell3
default PATH
2008-08-01merge of 'a061abf4bdeedaccdb10ef3b7372827d261db509'Phil Blundell3
and 'c6e91bf295f3be4e74e18520fdbb8aeb20908d3e'
2008-08-01bash_3.2: apply more patches from upstreamPhil Blundell1
2008-08-01mesa-dri: squash bogus dependency on nonexistent packagePhil Blundell2
2008-08-01frameworkd git RDEPENDS += python-subprocessMichael Lauer1
2008-08-01merge of '03e37205ddb308324f3e7b1e882c50510b125716'Michael Lauer2
and '9ed8a9e4b331c4c26542be80abb9775edaf8f5bf'
2008-08-01python-evas cvs patch has been accepted upstreamMichael Lauer2
2008-08-01python-dbus 0.82.4 update to 0.83.0Michael Lauer1
2008-08-01blueprobe: add rx3000 support, patch from roman.moravcik@gmail.comPhil Blundell2
2008-08-01linux omap2 git: update serial hang patches for beagleboardKoen Kooi9