summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2007-06-01efl, e17: update to latest versions, entrance has been heavily patched and ↵Justin Patrin38
seems to have some issues so I left the old version as the default
2007-05-30uclibc 0.9.29: Move the angstrom configuration to the global configuration.Jamie Lenehan1
This allows uclibc to build for other distros and it'll make life a lot easier for everyone if we can have a single configuration for all distros. Long term we may need to re-add distro specific configurations, but for now lets see if we can all use the same one.
2007-05-30merge of '99133b6a252718e1e4b91a43a3a2dc3b7a6cfbdd'Jamie Lenehan14
and 'cfdef5c70cac18e3f976428abe56e3b5461c80e0'
2007-05-30perl: Add some more modules which I've been using locally incase someoneJamie Lenehan5
else happens to want to use them.
2007-05-29opie-init: spawn ssh-agent separately. Closes #1729Michael Krelin2
2007-05-29perl: Bump PR on modules that include shared libraries since these may haveJamie Lenehan7
been effected by the revent CFLAGS changes to perl 5.8.8.
2007-05-29perl 5.8.8: Fix the CFLAGS being used for perl modules. Instead of replacingJamie Lenehan2
the CFLAGS from the perl configuration with the OE CFLAGS we prepend the OE CFLAGS. This is needed to ensure that compiler defines (such as _GNU_SOURCE) are correctly definied when building perl modules. This primarily effects modules that link against the core perl library, such as libxml-parser-perl.
2007-05-29m4: removed -1 preference from 1.4.8, closes bug #837Michael Krelin1
2007-05-29WebKit: add WIP recipe to build the webkit-gdk portKoen Kooi7
2007-05-29icu: fix buildKoen Kooi1
2007-05-29mediatomb: update to 0.9.1Koen Kooi1
2007-05-29prismstumbler: added missing dependency on libxpmMichael Krelin1
2007-05-29apmd: prevent build from interferring with host kernel headers. Closes #1257Michael Krelin2
2007-05-29merge of '7a8b58eb1559ce42d012bca6d3e376d7039ca042'Paul Sokolovsky28
and '9cf7a02e468c0f4c9f50d118cdeb06565eeac2ea'
2007-05-29ipkg-utils: Support reading both "control" and "./control" from tar archives.Paul Sokolovsky3
* Fixes #2381.
2007-05-29merge of 'baf576cb1d2852c5ce857ace4188b8e1662ab866'Paul Sokolovsky1
and 'eac29782e598d26c29482f6cb57ba58cbaeb70ca'
2007-05-29ipkg-utils-native: Revert previously applied patch regarding "control" vs Paul Sokolovsky2
"./control" matter to the state which works with tar-native.
2007-05-29xserver-kdrive: add patch to speed up pixbuf compositing on some 16bit displaysKoen Kooi2
2007-05-29merge of '378deeb40b41ec05cc902c4d69546d9f2f604c30'Rolf Leggewie46
and 'abe0bb682ca88dfb40542ab379b6c2af2e84d1b4'
2007-05-29nunome: fix non-working nunome on spitz/AngstromRolf Leggewie2
* Thanks to polyonymous for providing the patch * fixes access to the timer object before allocating it
2007-05-28gnuchess: initial commit of the gnuchess engine. Partly fixes 429.Rolf Leggewie2
2007-05-28merge of '3d4a85aa2c2724b95dcfd705b2078392bd5fe7fa'Stelios Koroneos19
and 'd1aa63f3b61dcecf2e8e5a90f2243dc87573d0b7'
2007-05-28packages/linux/linux-x86-2.6.20/defconfig : remove old config of linux-x86 ↵Stelios Koroneos1
kernel
2007-05-28packages/linux/linux-x86_2.6.20.bb : Set kernel configs for i486, i586 and ↵Stelios Koroneos4
i686 kernels
2007-05-28merge of 'dc99b239ab5958b609e6490dca970a481541c9e3'Leon Woestenberg3
and 'e26bab2aa774c1eb8d6a6fb3e4a8538081d9466b'
2007-05-28merge of '5e3a99cc75e7a19b9e1a2202770d36f7bb244ed3'Leon Woestenberg9
and '964ce234ef1d5dd431f00bd022f11812fa77f370'
2007-05-28lighttpd: Respect --with(out)-pcre, do not depend on libpcre presence.Leon Woestenberg3
2007-05-28packages/linux/linux-dht-walnut: Remove old dht-walnut kernelsStelios Koroneos12
2007-05-28packages/linux/linux-dht-walnut_2.6.20.bb: Build kernel using gcc 4.xStelios Koroneos1
Set compatible machine Make sure kernel-image post-processing takes into account TARGET_VENDOR
2007-05-28packages/linux/linux-sequoia-2.6.21 : Add Denx 2.6.21.git kernel for the ↵Stelios Koroneos2
Sequoia dev board
2007-05-28packages/uboot/u-boot_git.bb : Add sequoia dev board uboot release tagStelios Koroneos1
2007-05-28angstrom-e-image: switch to task-base-extendedJustin Patrin1
2007-05-28merge of 'bca233c54921d697afe0c58539ba0647975eea82'Paul Sokolovsky9
and 'c3ea902a16ac9537aff32973f0af8e547cc765ba'
2007-05-28linux-handhelds-2.6: Add 2.6.21-hh5. Changes since -hh4:Paul Sokolovsky9
1. Add CONFIG_TXTOFFSET_DELTA patch, allowing to shift kernel location in memory (used by rx3000). 2. htcwallaby: Start to cleanup. 3. asus716, h1910: TS updates. 4. ts-adc-debounce: Pass IRQ via resources. 5. htcapache: Update to new power infrastructure, etc. 6. htcathena, htchermes: Initialization tweaks. 7. s3c2410_ts: Fix s3c2440 support. 8. samcop_adc, samcop_ts: Implement IRQ-based sampling, refactor. 9. drivers/usb/gadget/: Upgraded to Zaurus patches, RNDIS now supported on PXA27x. 10. ohci-hcd: Revamped for 2.6.21.
2007-05-28ipkg-utils-native: bump PR since some patches have changedKoen Kooi1
2007-05-28uclibc: fix strongarm configsKoen Kooi5
2007-05-28ipkg-utils: Fix config into ./config in ipkg.pyLeon Woestenberg1
2007-05-28angstrom-console-image: use task-base-extendedKoen Kooi2
angstrom/angstrom-x11-image: use task-base-extended Since console-image is getting rather big nowadays we'll need to create something that is a compromise between angstrom-minimal-image and angstrom-console-image
2007-05-28merge of '06afba065baa0aa6cc772fb60024fa37cb131af1'Marcin Juszkiewicz1
and '5995a83d0430a8edc5974f2cfce4c4bf1150fb1e'
2007-05-28uclibc: fix strongarm defconfigs and add some moreKoen Kooi8
2007-05-28task-base: really add task-base-extended, fixed it's codeMarcin Juszkiewicz1
task-base-extended code use sets which are Python 2.4 thing but it has untested workaround for Python 2.3
2007-05-28merge of '31255ba5192f33ebbab0596e34dbb8754a1d6f5a'Marcin Juszkiewicz2
and 'eb91cd3982ac95a5691bfcc1a9dc860004185f3d'
2007-05-28task-base: add PROVIDES = PACKAGES (requested by Rod Whitby)Marcin Juszkiewicz1
2007-05-28task-base: add task-base-extended which adds wifi/bt for pcmcia/pci/usbhost ↵Marcin Juszkiewicz1
devices
2007-05-27packages/libtool/libtool-cross_1.5.10.bb: Disable --rpath on compiling!Holger Freyther2
Hack libtool.m4 to never ever enable --rpath.
2007-05-27merge of '23a59cebf92d573927159e3645cf0a49afe3efcd'Rolf Leggewie1
and '2744a73f652e4b8cd70f2bd64ec980972854ad0e'
2007-05-27ntp: fix issue with INITSCRIPT_NAMERolf Leggewie3
2007-05-27merge of '66eeab0bd9d407380c581368fae9d811bdf10157'Koen Kooi12
and '7e6a6b9438e8ed84e7dcabbf95517f9dba2ba6e6'
2007-05-27llvm-native: update to 2.0Koen Kooi1
2007-05-27merge of '19e8907fe35a9f46f690201cf752b83fc25cbe4d'Rolf Leggewie22
and '60f25719f044f04c78ec8cfa8af6a503b643df4e'