aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAgeFilesLines
* klibc: fix packaging mismatchAndrea Adami2010-09-132-14/+8
| | | | | | * introduced by mistake extending list of packaged files * (copy and paste is for the lazy...) * bump PR
* Revert "gcc: trade QA errors for broken runtime dependencies"Koen Kooi2010-09-131-6/+0
| | | | | | This isn't needed anymore now the proper fix is in This reverts commit 241b8865f20b9e3c3beb334535e6cd8452cbf47d.
* time: Make /usr/bin/time use update-alternativesTom Rini2010-09-131-1/+16
| | | | | | This is a little funny as we don't want u-a on the -native. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* inetutils: Add traceroute and ifconfig to u-a, ifconfig moves to /sbinTom Rini2010-09-132-3/+17
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* xfsprogs: Switch to getting libtool from PATHTom Rini2010-09-132-4/+7
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* xfsdump: Switch to getting libtool from PATHTom Rini2010-09-131-1/+3
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* sg3-utils: Switch to getting libtool from PATHTom Rini2010-09-131-2/+3
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* jpeg 6b: Switch to getting libtool from PATHTom Rini2010-09-131-2/+3
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* apmd: Switch to getting libtool from PATHTom Rini2010-09-131-2/+6
| | | | | | While doing this, also ensure CC/CFLAGS/LDFLAGS are also obeyed. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* apr-util: Switch to getting libtool from PATHTom Rini2010-09-132-6/+5
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* apr 1.2.12: Switch to getting libtool from PATHTom Rini2010-09-131-2/+4
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* apr 1.3.5: Rework and re-apply the cleanup patch, so this builds.Tom Rini2010-09-132-2/+44
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* libtool-cross 2.2.6[ab]: Drop legacy staging, taken from pokyTom Rini2010-09-132-23/+33
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* ffmpeg: Pass along all of CCLDs flags, fix !Altivec PowerPCTom Rini2010-09-132-1/+3
| | | | | | | | | What's passed for --enable-ldflags is for ffmpeg using cc-as-ld but not just using CCLD, so pass in TOOLCHAIN_OPTIONS. For PowerPC, only pass --enable-altivec on ppce600 (only case of it we support) otherwise disable as ffmpeg defaults to enabled. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* libfreesmartphone-glib: new recipeKlaus Kurzmann2010-09-131-0/+12
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* cairo: add 1.10.0, latest stable releaseKoen Kooi2010-09-132-0/+14
|
* shr-splash-theme-logo: support palmpre and htcdream machinesSebastian Krzyszkowiak2010-09-131-2/+4
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* cornucopia: bump to get fsogsmd fixSebastian Krzyszkowiak2010-09-131-1/+1
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* util-linux-ng: increase PREric Bénard2010-09-131-1/+1
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* util-linux-ng: fix broken symlinksEric Bénard2010-09-131-4/+4
| | | | | | | | | | | | | | | | * # opkg files util-linux-ng | grep 'halt\|boot' | xargs file /usr/sbin/fastboot: broken symbolic link to `/usr/sbin/shutdown' /usr/sbin/halt: broken symbolic link to `shutdown' /usr/sbin/halt.util-linux-ng: broken symbolic link to `/usr/sbin/shutdown' /usr/sbin/fasthalt: broken symbolic link to `/usr/sbin/shutdown' /usr/sbin/reboot: broken symbolic link to `shutdown' /usr/sbin/reboot.util-linux-ng: broken symbolic link to `/usr/sbin/shutdown' * this patch close bug 5475 http://bugs.openembedded.org/show_bug.cgi?id=5475 From: Korey Lu <koreylu@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* util-linux-ng: add missing `update-alternatives --remove' in pkg_prermEric Bénard2010-09-131-1/+1
| | | | | | | | | | | * util-linux-ng installs alternative of hexdump, setsid and chrt in postinst, but doesn't remove them in prerm leading to broken simlinks * this patch closes bug 5476 http://bugs.openembedded.org/show_bug.cgi?id=5476 From: Korey Lu <koreylu@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* util-linux-ng: fix reset update-alternative vs busyboxEric Bénard2010-09-131-3/+3
| | | | | | | | | * we actually get the following log : update-alternatives: Error: cannot register alternative reset to /bin/reset since it is already registered to /usr/bin/reset * the fix is to have util-linux-ng install reset in /usr/bin Signed-off-by: Eric Bénard <eric@eukrea.com>
* gcc-package-cross.inc: install shlibs lists into target dir instead of host dirKoen Kooi2010-09-1322-18/+26
| | | | | | | | | | | This fixes the "libstdc++ isn't installed into my rootfs anymore" type of problems after a full rebuild of all packages This bumps PR of gcc to force a rebuild, but that is *NOT* enough to fix the packages built before this fix, those still need rebuilding Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Dallas Foley <dfoley@telus.net> Acked-by: Graeme Gregory <dp@xora.org.uk> Signed-off-by: Koen Kooi <koen@openembedded.org>
* ti-framework-components_2.25.03.07: add new framework components recipeBrijesh Singh2010-09-131-0/+8
| | | | | | | | | ti-framework-components_2.25.03.07: add new framework components recipe Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
* ti-cgt6x: Prepare for ELF/C6000 EABI - Add cgt v7 versions (7.0.1/2/3)Roger Monk2010-09-133-0/+27
| | | | | Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
* ti-cgt6x: Add latest c6000 code generation tools versions (6.1.15/16/17)Roger Monk2010-09-133-0/+27
| | | | | Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
* ti-xdais_6.26.00.02: add new xdais version.Brijesh Singh2010-09-131-0/+8
| | | | | | | | | ti-xdais_6.26.00.02: add new xdais version. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com>
* ti-linuxutils_2.25.05.11: add new linux utils recipeBrijesh Singh2010-09-131-0/+8
| | | | | | | | | ti-linuxutils_2.25.05.11: add new linux utils recipe Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com>
* ti-xdctools: Add Latest Versions 3.20.02/03Roger Monk2010-09-132-0/+14
| | | | | Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
* ti-dspbios: Add Latest versions 5.41.06/07Roger Monk2010-09-132-0/+15
| | | | | Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
* ti-codec-engine: Add space at end of SRC_URI to enable SRC_URI_appendRoger Monk2010-09-131-1/+1
| | | | | Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
* ti recipes: remove -sourcetree supportKoen Kooi2010-09-131-3/+0
|
* klibc: bump to 1.5.20Andrea Adami2010-09-1318-16/+20
| | | | | | * still some doubt about klcc-cross packaging, triggering * NOTE: the following files were installed but not shipped in any package: * staging-klcc-cross seems sane, though.
* mplayer_git: fix omapfb patchset and bump PRDenis 'GNUtoo' Carikli2010-09-123-2/+49
| | | | | | | | | | | | | | | | | | | | omapfb.patch was rebased and added as mplayer-git_omapfb.patch vo_omapfb.c had to be patched due to API change, hence the omapfb_control_arguments.patch Thanks to kergoth(on #oe on Freenode) for help on how to patch a file that is copied only in do_configure_prepend which comes after do_patch The first attempt : file://omapfb_control_arguments.patch;patchdir=${WORKDIR} resulted in a strange behaviour such as: NOTE: Handling BitBake files: \ (0675/7073) [ 9 %]NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating: ${PN}-${EXTENDPE}${PV}-${PR} NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating: ${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF} so I used patchdir=.. as advised: <kergoth> you could try using patchdir=.. Thanks a lot for all the help.
* linux-efikamx: Added git version for 2.6.31.14.Leon Woestenberg2010-09-122-0/+2206
| | | | Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* glibc_2.9: Apply patch to fix manual/Makefile for newer GNU makeHolger Hans Peter Freyther2010-09-132-0/+30
| | | | | This patch is coming from upstream glibc and fixes an error on make install in line 235 about mixing patterns.
* Elmdentica abandoned json-c in favor of cjsonRui Miguel Silva Seabra2010-09-123-115/+2
| | | | | | | | | | | | | | | | | | | | | | | Hi, cJSON is not a properly setup library, but drop in files (this should be fixed in the future), however it seems to be working a lot better than json-c. I was running into a lot of weird problems and crashes derived from json-c and so I tried cJSON as advised by disconfitor. Indeed it's working, faster, and more reliably, so I now add two patches: 1) removes elmdentica svn dependency on libjson (already commit in e's svn) 2) removes my naive patch to json-c (or libjson) as they're working on a much better patch and I was the only one using it AFAICT Please apply! Rui Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* frameworkd-config-shr: bumpSebastian Krzyszkowiak2010-09-121-1/+1
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* cornucopia: bumpSebastian Krzyszkowiak2010-09-123-5/+5
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* shr-splash-theme-logo: bump and support nokia900Sebastian Krzyszkowiak2010-09-121-2/+7
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* shr-splash-theme.inc: support splashes for different machinesSebastian Krzyszkowiak2010-09-121-4/+8
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* task-shr-minimal: add gtk-immodule-xim for devices with hardware keyboardSebastian Krzyszkowiak2010-09-121-1/+2
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* xserver-xorg-conf: add xorg.conf for nokia900Sebastian Krzyszkowiak2010-09-121-0/+51
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* task-shr-feed: add xtermSebastian Krzyszkowiak2010-09-121-1/+2
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* task-shr-feed: add udevSebastian Krzyszkowiak2010-09-121-1/+2
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* linux-2.6.28 : nokia900: update patchset and unbreak compilation with gcc 4.4Denis 'GNUtoo' Carikli2010-09-123-96/+97
| | | | | | | | | | | The gcc patch was indicated to me by felipec in #maemo on freenode <felipec> GNUtoo|laptop: http://article.gmane.org/gmane.linux.ports.arm.omap/28461 The nokia patch was updated to kernel_2.6.28-20101501+0m5.diff.gz I was also told in #openmoko-cdevelon freenode by dos11 that PR had to be bumped only in the machine config: <apt> dos11 meant: GNUtoo|laptop: only macine conf
* mythplugins_0.23: added mythweather dependenciesFrans Meulenbroeks2010-09-121-1/+8
| | | | Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
* libdatetime-timezone-perl_1.21.bb: fix DEPENDS/RDEPENDSFrans Meulenbroeks2010-09-121-3/+5
| | | | Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
* libdatetime-perl_0.61.bb: fix DEPENDS/RDEPENDSFrans Meulenbroeks2010-09-121-2/+4
| | | | Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
* libdatetime-locale-perl_0.45.bb: fix DEPENDS/RDEPENDSFrans Meulenbroeks2010-09-121-2/+3
| | | | Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>