summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2005-09-24add python-pyvisa, a package that enables you to control all kinds of ↵Michael Lauer3
measurement equipment through various buses (GPIB, RS232, USB) with Python programs.
2005-09-24add python-pyflakes, a source code checker similar to pycheckerMichael Lauer3
2005-09-24add tcl (tool command language) and the tk (toolkit) extensionMichael Lauer5
2005-09-23packages/gpe-today/: add (disabled) cvs version of gpe-todayKoen Kooi4
2005-09-23linux-oz-2.6: Add a fix for spitz resuming the backlight whilst performing ↵Richard Purdie14
charging operations and suspended. Upgrade development series to 2.6.14-rc2-mm1. Testing of -mm kernel welcome - untested as yet but can't be more broken than it was.
2005-09-23nslu2-kernel: reworked ixp4xx copy_from patchJohn Bowler1
2005-09-23packages/atd/atd_0.70.bb: apply patch from #341 to remove -oknodo from the ↵Koen Kooi3
initscript
2005-09-23nslu2-kernel: working copies of patches to push upstreamJohn Bowler13
2005-09-23merge of 31e4b6a6f2954655d18e0e65341dbd7053995cecJohn Bowler1
and 68ad04146d2caa3296187babd7b1ea4128dac5f1
2005-09-23ucslugc-packages: remove (temporarily) sane-backends and streamripperJohn Bowler1
These packages have unsatisfied thumb libgcc references as a result of recent changes.
2005-09-22merge of a60d3fd56109a66320e32c0f8aa0af61036586a2Philipp Zabel2
and d08b1028598c89e26738182a8271ca038bd0f5b5
2005-09-22pmount: fix pmount to work with mmc block devicesPhilipp Zabel2
2005-09-22merge of 8982ebf16224df4ea5b5e7852e63112f004bbd33John Bowler2
and a89d5956fffe61c303ff6a056247b5569871e5c5
2005-09-22ucslugc-packages: temporarily remove perlJohn Bowler2
The .so link of libperl doesn't link with anything which provides the _call_via_rX functions, so it breaks on thumb (the previous version didn't work because it pulled _call_via_rX from libgcc_s.so.1 - and that doesn't always work.)
2005-09-22merge of 3918e04d271278074bcf12fe4c07ea259cbc92b0Koen Kooi4
and ba30bfad08ba6c051b42fb8b245a2323db4719d9
2005-09-22packages/netbase/netbase/interfaces: indent usb0 entry to make Koen Kooi1
sure broken apps can still read it
2005-09-22gdb_6.3: patch the thumb handling to use a thumb swi (not an undefined instr)John Bowler2
This doesn't fix thumb debugging (a thumb program run under gdb will crash right at the start) but it does avoid the illegal instruction crash by inserting a swi instead.
2005-09-22nslu2-kernel_2.6.12.2: add a patch for thumb breakpoints (via a thumb SWI)John Bowler2
2005-09-22merge of 71128e6c89c536ab0046ade14dfc6c2b2dc7b2e4John Bowler11
and decc2032888381bf591149b1c37d124ec383c249
2005-09-22ucslugc, openslug-init: changes to ensure compatibility with new thumb ↵John Bowler4
compilation Some package builds removed from ucslugc because they are not compatible with the thumb build. openslug-init changed to use the target chroot, not the initrd one, because this actually works when the initrd and target are different operating systems.
2005-09-22packages/xserver/xserver-kdrive_20050624.bb: add serial patch from #340 Koen Kooi2
2005-09-22uclibc_0.9.28: fix thumb support to allow thumb uclibcJohn Bowler7
This, together with the fixes in gcc and binutils, allows a system to be build with thumb libgcc and libuClibc (etc). ucslugc is changed to release 2 and to use thumb compilation of these modules.
2005-09-22gcc_3.4.4: updated thumb patchesJohn Bowler7
The four previous thumb related patch files have been combined into one and simplified. Additional problems with call_via_rX functions being called via the PLT have been fixed (the functions can no longer be called this way - they are hidden). Unnecessary adds of exports of these functions from libgcc have been removed.
2005-09-22binutils_2.16: patch thumb trampoline and glue code generationJohn Bowler3
This patch fixes problems with the ARM thumb specific code generation. It also adds debugging to bfd/elf32-arm.c to detect ref counting problems - one error message can fire in theory in the absence of thumb support if a union refcount field is used to refcount when it is set to something else. The error should be ignorable, in that the code should not have changed in effect.
2005-09-22devio: move to devio_1.0, move to a file (not cvs) releaseJohn Bowler11
2005-09-22upslug2: move to upslug2_4, move to file (not cvs) releaseJohn Bowler6
2005-09-22packages/blueprobe/blueprobe_0.15.bb: add patch from ↵Koen Kooi3
http://handhelds.org/~bugzilla/show_bug.cgi?id=1398
2005-09-22packages/netbase/netbase/interfaces: make usb0 behave like it's 2.4 ↵Koen Kooi2
counterpart, bump PR in .bb
2005-09-22packages/xserver/xserver-kdrive_20050207.bb: enable apm hack for h3900 tooKoen Kooi1
2005-09-22packages/keylaunch/files/keylaunchrc: apply patches from #337Koen Kooi1
2005-09-22packages/blueprobe/: add 0.15Koen Kooi1
2005-09-22packages/pcmcia-cs/pcmcia-cs_3.2.8.bb: bump PR after last changeKoen Kooi1
2005-09-22packages/pcmcia-cs/: apply patches from #287Koen Kooi2
2005-09-22merge of f81152e068aff509b6a52bcc8ada77a0a0c1f09ePhilipp Zabel4
and ab4108f74e6e141a9205e560ab76a02ddff2604f
2005-09-22merge of 42b169fabe3df723d70a1502561f5848f1287a98Philipp Zabel5
and a7038c05fef716879570b18652c839a87a2a65f8
2005-09-22pmount: add a recipe for pmount 0.9.4Philipp Zabel4
2005-09-21linux-oz-2.6: Add patch to mark ide-cs devices as none removable. Add some ↵Richard Purdie2
pcmcia ids from hrw.
2005-09-21add librtaudio + testsMichael Lauer3
rtaudio is a highly efficient and portable C++ sound abstraction layer supporting OSS, ALSA, JACK.
2005-09-21merge of 456405c150fc4438fcce5106fb54fe56ad592fdcPhilipp Zabel4
and 8e9511aa1d63d9f8adab9f54242259e685e6a267
2005-09-21bluez-libs,bluez-utils: new version 2.21Philipp Zabel4
2005-09-21merge of 15102cf542cc997f3e0ddb34d8f69395cdf724c0ccsmart86
and 26c9a4c6e4fd286acde8c53cec3cd492e7bbd3cf
2005-09-21bogofilter: Adding RDEPENDSccsmart1
2005-09-21merge of 7d60c571444743e7ddfdd9c52895c6b38850a8e5Philipp Zabel3
and 9a585ac85d681727fb65515f8c7f6612395d0ffc
2005-09-21merge of 4d90ab5d26d197102fc3d27dd18f5a9756bb5478Philipp Zabel10
and b53f933a2781412213b8f358f75b788c7dfb5844
2005-09-21bluez-utils-dbus: work around some alignment issues in hcidPhilipp Zabel3
2005-09-21nokia770-init: Correct DEPENDSRichard Purdie1
2005-09-21pcmciautils: Correct DEPENDSRichard Purdie1
2005-09-21merge of 59522ce91cdb430a3bf5ac208b9486b4cdb66d0dPhilipp Zabel1
and e1b2e8e447769fbcf97f076e87be6da4168640a8
2005-09-21packages/abiword/abiword_2.3.99.bb: s/AbiSuite-2.2/AbiSuite-2.4/g to fix ↵Koen Kooi1
packaging
2005-09-21merge of 9bbf3b49428861667fd03d8e2eea47c7348e91bbPhilipp Zabel9
and 9cc938ac7d8bab2bd41cb94d8c11a81bfbf6dabe