summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-12-20libqpe-opie: Dont inherit opie.Khem Raj2
* inhetriting opie caused other problems like circular dependencies in do_stage task etc. therefore dont inherit opie just to get a variable instead define the variable here. * Add a note about the above in the cvs recipe so in future updates happens correctly. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-20qemumips.conf: Add kernel-modules to MACHINE_EXTRA_RRECOMMENDS.Khem Raj1
* Update defconfig for qemumips so that inet support is enabled and networking devices like eth0 are seen. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-20gcc: Enable mips plt extentions if DISTRO_FEATURE has mplt.Khem Raj19
* Newer gcc (4.4+) has implemented -mplt option to enable PLT and copy relocation extentions of MIPS ABI which makes shared code run a lot faster. This feature is however controlled by DISTRO_FEATURES which should add 'mplt' to DISTRO_FEATURES to enable it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-12-20eglibc: Add libc_nonshared.a to FILE list in eglibc-dev.Khem Raj2
* This file is an essential one even for shared linking so once one installs libc6-dev package he expects the linking to work which will not happen without this file as some start up files refer to functions in this library therefore package this file in eglibc-dev Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-12-21kexecboot_git: jump to 76f764cebe1fb0207b44850b52eb5f57ece6f363. BumpAndrea Adami1
PR.
2009-12-21openmoko-icon-theme-standard2: remove inherit openmoko2 which is brokenSebastian Spaeth1
* it reports SECTION='devel' which fail in openmoko2.bbclass * Just removing the inherit which has no future fixes building this icon theme. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-20PISI: Upgrade vom 0.4.9 to 0.4.10Michael Pilgermann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-20upgrade pisi to version 0.4.9; bug fix releaseMichael Pilgermann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-20openbsc-onwaves: Add new recipe for the OpenBSC On Waves BranchHolger Hans Peter Freyther1
It is for experimenting with OpenBSC in a more classic GSM environment.
2009-12-20openbsc: Switch to INC_PR and include fileHolger Hans Peter Freyther2
2009-12-20openbsc: Build more recent version of OpenBSCHolger Hans Peter Freyther1
2009-12-19phoneuid: make it rconflict with shr-todayKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-19task-shr-feed: add dnsmasqKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-19ttf-mplus: new recipe; sans serif font packageMichael 'Mickey' Lauer1
2009-12-19vala[-native]: add 0.7.9 releaseMichael 'Mickey' Lauer5
2009-12-19mpfr_2.3.1.bb: Dont use 'h' asm constraint on mips.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-19gmp-4.2.4: Dont use 'h' asm constraint on mips.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-18gnupg: Fix compilation when using gcc 4.4+Khem Raj2
* 'h' contraint for mips inline asm has been dropped starting gcc 4.4 so we need to replace its usage with equivalent code. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-17gettext-native: rename the M4 var to better reflect its contentsChris Larson2
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-18xserver-xorg-conf: improved buglabs's bug device's xorg.confDenis 'Gnutoo' Carikli1
*each screen has now its respective tslib input device *added usb keyboard support
2009-12-17yum: kill python-bzip2 dep, as python-compression includes it now, per mickeylChris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-17python: only dep on tk if tk is in DISTRO_FEATURES.Chris Larson2
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-17glib-2.0-native: kill unnecessary FILESPATH overrides.Chris Larson3
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-17portmap 6.0: kill -O2 and replace -fpie with -fPIC.Chris Larson1
4fe22eed50ce7c45da30b0efc6106b90281ff5f5 changed the CFLAGS bits to match the makefiles, but bitbake.conf is what controls optimizations--recipes shouldn't be forcing -O2, and -fpie can cause problems on some archs, and should be a distro policy decision regardless. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-17lzma-native: dep on zlib-native, not zlibChris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-16linux-libc-headers_2.6.32.bb: New recipe.Khem Raj2
* Patch to export sa_family_t to userspace. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-16iptables_1.4.6.bb: Recipe for version 1.4.6.Khem Raj4
* Switch to INC_PR. * inherit autotools Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-16task-shr-feed: add obex-data-serverKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-17Merge branch 'jay7-akita' into org.openembedded.devYuri Bushmelev2
2009-12-16coreutils: don't patch the autotools files in the native recipesChris Larson10
If we patch autotools files in the native recipes and build them, the make results in the make rules trying to rerun autoconf, automake, aclocal, etc, and those don't yet exist when coreutils-native is built. So we split out the common target (not native) specific bits so that native recipes aren't including the target recipes, so we can avoid applying those patches for native. This also avoids some duplication of target bits between the versions. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-16xorg-xserver-common.inc: depend on virtual/libgl instead of mesaMartin Jansa1
2009-12-16mesa: add 7.6 from xorg-7.5 branch, update git version with different ↵Martin Jansa4
SRC_URI for om-gta02 (glamo patches)
2009-12-15Patch added to fix QEMU 0.10.3 compilation on distros with FORTIFY_SOURCE ↵Yuri Bushmelev2
enabled.
2009-12-15illume-keyboards-shr: do NOT use SRCPV for git in org.oe.dev yetKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-15qt4-tools: add sdk version as wellKoen Kooi1
* this should really move to BBCLASSEXTEND
2009-12-14xf86-input-tslib: Add patch to stop events being flooded upto to the X server.David-John Willis2
2009-12-14zenity: Add 2.28.0 and checksum.David-John Willis1
2009-12-14networkmanager: Update recipe to install an empty VPN folder in ↵David-John Willis1
/etc/networkmanager as nm-connection-editor will happily segfault without it. * This happens regardless of the VPN setting in the build.
2009-12-14mesa: Add a few more missing INC_PR's for old recipes.David-John Willis2
2009-12-14mesa-xlib: Add 7.4.David-John Willis1
2009-12-14mesa-xlib 7.2: Add missing INC_PR.David-John Willis1
2009-12-14mesa: Add INC_PR for old mesa recipes as these still seem to be in use.David-John Willis3
2009-12-15kexec-tools-klibc-static_1.101: remove unsetting of compiler flagsAndrea Adami1
- klcc is now fixed with reference to -isystem - bump PR
2009-12-15kexec-tools-dietlibc_2.0.1: fix typo, remove unused line.Andrea Adami1
2009-12-15kexec: rename to kexec-tools (kexec and kdump)Andrea Adami17
2009-12-14gcc-svn.inc: Reduce priority via DEFAULT_PREFERENCEKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-14gcc-svn: Add mpc to DEPENDS.Khem Raj5
* mpc-native is needed for cross gcc recipes. * mpc will be needed for gcc recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-14linux-libc-headers_2.6.32.bb: New recipeKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-14mpc: New recipe for mpc.Khem Raj3
* mpc will be pre-requisite for gcc 4.5 currently gcc svn recipes need it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-14linux_2.6.23: move task compulab_image after do_package instead do_deployMartin Jansa1
* without this change there is dependency loop * do_deploy is now after do_package in kernel.bbclass * addtask after do_deploy before do_package is creating dependency loop Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>