summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2008-12-08rxtx: pass --tag=CC to libtool to make libtool 2.x workKoen Kooi1
2008-12-08gcc: rename gfortran patch to avoid FILESPATH confusion with sdk buildsKoen Kooi6
2008-12-08angstrom: rename ANGSTROM_MODE to ANGSTROMLIBC to make it work with bitbake ↵Koen Kooi2
env filtering (>1.8.10) * http://www.angstrom-distribution.org/files/source-me.txt has been adjusted as well
2008-12-08tofrodos 1.7.8: add tofrodos to get dos2unix and unix2dosKoen Kooi2
2008-12-08netperf-2.4.4: Build on eglibc.Leon Woestenberg2
2008-12-08linux-omap git: add patch to suppress needless timer reprogrammingKoen Kooi2
2008-12-07slugos-init: cleanup work, eliminate a warning messages at boot time.Mike Westerhof1
2008-12-07slugos-init: remove last traces of /boot/kexecMike Westerhof1
2008-12-07slugos-init: drop boot/kexec, alway mount /proc and /sysMike Westerhof7
2008-12-07evas-native: DEPEND on eina-nativeMichael 'Mickey' Lauer1
2008-12-07essential-dialer: cosmetic fixMichael 'Mickey' Lauer2
libefso: cosmetic fix
2008-12-07libefso: add fso + edbus wrapper library packageCarsten Haitzler (Raster)1
2008-12-07essemtial-dialer: add swisscom essenital diallerCarsten Haitzler (Raster)1
2008-12-07e-wm: sysactions package is "all" archs, not machne-specific and preload.a ↵Carsten Haitzler (Raster)1
is not used for anything at all. not even dev.
2008-12-07imlib2: sync version with upstreamMichael 'Mickey' Lauer1
2008-12-07illume-image: update packages to reflect contentsCarsten Haitzler (Raster)1
2008-12-07elementary: include test app .desktop and icon in packageCarsten Haitzler (Raster)1
2008-12-07ewl: fix package version to match srcCarsten Haitzler (Raster)1
2008-12-07evas[-native]: sync version number with upstreamMichael 'Mickey' Lauer3
2008-12-07e-wm: sync version number with upstream; patch from RastermanMichael 'Mickey' Lauer1
2008-12-07esmart: fix package version to match srcCarsten Haitzler (Raster)1
2008-12-07emotion: fix package version to match srcCarsten Haitzler (Raster)1
2008-12-07embryo: fix package version to match srcCarsten Haitzler (Raster)1
2008-12-07efreet: fix package version to match srcCarsten Haitzler (Raster)1
2008-12-07eet: fix package version to match srcCarsten Haitzler (Raster)1
2008-12-07edje: fix package version to match srcCarsten Haitzler (Raster)3
2008-12-07edbus: fix package version to match srcCarsten Haitzler (Raster)1
2008-12-07edb: fix package version to match srcCarsten Haitzler (Raster)1
2008-12-07ecore: fix package version to match srcCarsten Haitzler (Raster)2
2008-12-07bftpd:Øyvind Repvik2
Add package bftpd, a "portable ftp daemon"
2008-12-07samba:Øyvind Repvik4
Add samba 3.2.5, again thanks to timtimred.
2008-12-07samba:Øyvind Repvik3
Add samba 3.0.33, thanks to timtimred.
2008-12-07Merge branch 'simpad' into org.openembedded.devwoglinde11
2008-12-07linux-2.6.27: porting simpad patches to linux-2.6.27woglinde11
* trying my best to port the patches from class_device to device * update to the new include structure * at least it is booting, but not all drivers are working correct
2008-12-07linux-storcenter: Remove ancient kernels with patches, update to vanilla ↵Øyvind Repvik9
2.6.27.7
2008-12-07linux-ixp4xx: bump PRMike Westerhof1
(Makes SlugOS kernels pick up the new (correct) defconfig)
2008-12-07udev: slugos - add loop devices to blacklist, bump PRMike Westerhof2
(loop devices are now detected by udev with newer kernels)
2008-12-07linux-ixp4xx: defconfig-2.6.24 - renamed nslu2 version of theMike Westerhof1
defconfig to match the current kernel version.
2008-12-07gcc, gcc-native 3.4.6 : Oops, O_CREAT was already fixedTom Rini2
Undo my pushing of Jonas Bonn patch as I missed that it was fixed differently.
2008-12-07linux-omap 2.6.27: add openvz patch and enable it in the defconfigKoen Kooi8
* see http://openvz.linuxguru.co.uk/openvz-is-running-on-an-arm-gumstix-overo/39/
2008-12-07vzctl: add 3.0.23 + patch for armKir Kolyshkin2
* see http://openvz.linuxguru.co.uk/openvz-is-running-on-an-arm-gumstix-overo/39/
2008-12-07xscreensaver: enable more screensavers, add 'xscreensaver-hacks' meta packageKoen Kooi3
2008-12-07linux-msm7xxxx: fix upgrade pathsKoen Kooi1
2008-12-07udev-124: Fix firmware loader script name and bump package PR (fromCyril Humbert2
poky)
2008-12-07e-wm usage of RDEPENDS_${PN}_append_linux etc failes to generate proper ↵Stian Skjelstad1
depency graphs for *image.bb
2008-12-07Merge branch 'afeb9260' into org.openembedded.devSergey Lapin11
2008-12-07at91bootstrap: afeb9260 support, cleanupSergey Lapin6
2008-12-07connman: Add the 0.1 "Nikolaus" releaseStefan Schmidt3
* Factor out common bits from the git and the 0.1 recipe into .inc * Add checksum for the release tarball * DEFAULT_PREFERENCE = "-1" in the 0.1 recipe for now. Needs more testing and perhaps packaging tweaks
2008-12-06meta-toolchain: Preserve value of PACKAGE_ARCHSMike Westerhof1
This fixes build failures caused when building a "be" sdk/toolchain on a "le" machine, and vice-versa.
2008-12-06gcc, gcc-native 3.4.6 : Fix O_CREAT permissions for -D_FORTIFY_SOURCEJonas Bonn2
On Ubuntu Intrepid, -D_FORTIFY_SOURCE is enabled by default, thus requiring file permissions when the O_CREAT flag is set on open. This patch remedies this for gcc-3.4.6. Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>