aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2009-04-21busybox: update appletlib dependency patchRoman I Khimov
Previous version still failed from time to time on clean-start builds with 4 bitbake threads and '-j16'. Building busybox as sole target worked well. The reason is that previous version introduced a race between applets make processes spawned from top-level Makefile and from libbb Makefile. Fix it with high-level dependency that doesn't create races. Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-21gnome-media: Built wihout gnomecd => nautilus-cd-burner is not needed. ↵Stanislav Brabec
Removed obsolete .la file.
2009-04-21angstrom: have bluez4 provide bluez-utils as wellKoen Kooi
2009-04-21etk: hack around gettext breakageKoen Kooi
2009-04-21base-passwd: default password for hipox machine setSteffen Sledz
2009-04-21beagleboard: move to 2.6.29Koen Kooi
* on par with 2.6.28 for stability, codec-engine and libgles-omap3 both work as well
2009-04-21libxml++: add 2.26.0Koen Kooi
2009-04-21linux-omap 2.6.29: add support for changing tranparency of overlaysKoen Kooi
2009-04-20libgsm0710mux: bump to 0.3.4Michael 'Mickey' Lauer
2009-04-20rpm-native: do not emit packagesMarcin Juszkiewicz
2009-04-20u-boot_2009.03: fixes/adds for HIPOX machineSteffen Sledz
- enable mmu and dcache for faster nand access - fix reset problem in gmac
2009-04-20e-wm: reorder metadata for clarity; fix packagingMichael 'Mickey' Lauer
2009-04-20linux-2.6.24: new defconfig for HIPOX machineSteffen Sledz
2009-04-20linux-2.6.24: Kconfig patch for HIPOX machine addedSteffen Sledz
2009-04-19wt-2.2.3: ARM_INSTRUCTION_SET = "arm" to workaround toolchain issue.Leon Woestenberg
Works around this: | /tmp/ccGh2Qre.s: Assembler messages: | /tmp/ccGh2Qre.s:2339: Error: selected processor does not support `swp r4,r8,[r5]'
2009-04-19linux-rt: Add 2.6.29 with DEFAULT_PREFERENCE -1.Leon Woestenberg
2009-04-19lighttpd: Added 1.4.22 with DEFAULT_PREFERENCE -1.Leon Woestenberg
2009-04-19util-linux-ng: depend on virtual/libintl to pass building with uclibcMarcin Juszkiewicz
2009-04-19tracker: added libgnomecanvas to dependenciesMarcin Juszkiewicz
2009-04-19gnome-media: fix packaging and make it more determisticKoen Kooi
2009-04-19squashfs-tools: Added release 4.0 (for SquashFS 4.0 in Linux 2.6.29).Leon Woestenberg
Added with DEFAULT_PREFERENCE -1. Be aware that squashfs release 4.0 is now upstream in Linux 2.6.29. The filesystem layout has changed from the 3.x releases. Distro's need to carefully select the (cross and native) version depending on the kernel release, which again might be different for the machines supported. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-04-18zaurus-updater: force PARALLEL_MAKE = ""Andrea Adami
- fix do_stage error during rebuild from packaged-staging
2009-04-18Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stanislav Brabec
into org.openembedded.dev
2009-04-18nautilus-cd-burner: Added version 2.24.0, removed old one.Stanislav Brabec
2009-04-18Improve libgemwidget fixMarek Vasut
2009-04-18vala: Fixed bootstrapping.Stanislav Brabec
2009-04-18gvfs: Don't refer to the host system (samba includes, gawk).Stanislav Brabec
2009-04-18gnome-media: New recipe.Stanislav Brabec
2009-04-18linux-omap 2.6.29: add more dss2 patchesKoen Kooi
2009-04-18udev 141: start clean upKoen Kooi
2009-04-18fso-term: new recipe; a versatile muxer-aware terminal programMichael 'Mickey' Lauer
2009-04-18Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stanislav Brabec
into org.openembedded.dev
2009-04-18iso-codes: Arch-independent package.Stanislav Brabec
2009-04-18minimal-image: update to use util-linux-ngKoen Kooi
2009-04-18libcanberra: Updated to version 0.12.Stanislav Brabec
2009-04-18libelf: fix another GNU_HASH issues while building libelfCarsten Haitzler (Rasterman
2009-04-17mingw-gcc, mingw-runtime, mingw-w32api: Fix DEFAULT_PREFERENCES to be correctTom Rini
We want a default of -1 (not 0) and 1 for "mingw32" so that the default list of overrides will catch and use them.
2009-04-17canadian-sdk: We DO want DEPENDS_prepend to always bring in host virtual ↵Tom Rini
gcc/binutils Without this gdb-canadian-sdk would try and build without a host compiler as it wasn't fixing up this missing dep itself. The comment in the bbclass was wrong (checked -g on all recipes using this bbclass).
2009-04-17canadian-sdk: Synchronize (to some extent) canadian-sdk.bb with ↵David Huggins-Daines
meta-toolchain.bb. Unlike meta-toolchain, it does not build an -extras package.
2009-04-17sysvinit: only ping splash when splashfuncs are presentKoen Kooi
2009-04-17opkg: only ping splash when splashfuncs are presentKoen Kooi
2009-04-17linux-2.6.24: nand and ubifs patches for HIPOX machineSteffen Sledz
2009-04-17libgsm0710mux: bump to 0.3.3 releaseMichael 'Mickey' Lauer
fso-abyss: bump to 0.3.3 release
2009-04-17policykit: fix permissions and volatilesKoen Kooi
2009-04-17packagekit: fix service and policy files, update git versionKoen Kooi
* patches against 0.4.6 have been applied upstream
2009-04-17pulseaudio: fix volatiles and ship policykit fileKoen Kooi
2009-04-17libeflvala: bump to 0.0.1.0 and fix Q/A packaging errorMichael 'Mickey' Lauer
2009-04-17libgsm0710: bump version to 1.1.1 release; add author and homepageMichael 'Mickey' Lauer
2009-04-17Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-04-17gcc-iphone-cross: add rough cross-compiler for iPhoneJeremy Lainé