Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-12-19 | vala[-native]: add 0.7.9 release | Michael 'Mickey' Lauer | 5 | |
2009-12-19 | mpfr_2.3.1.bb: Dont use 'h' asm constraint on mips. | Khem Raj | 2 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-12-19 | gmp-4.2.4: Dont use 'h' asm constraint on mips. | Khem Raj | 2 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-12-18 | gnupg: Fix compilation when using gcc 4.4+ | Khem Raj | 2 | |
* '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-17 | gettext-native: rename the M4 var to better reflect its contents | Chris Larson | 2 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-12-18 | xserver-xorg-conf: improved buglabs's bug device's xorg.conf | Denis 'Gnutoo' Carikli | 1 | |
*each screen has now its respective tslib input device *added usb keyboard support | ||||
2009-12-17 | yum: kill python-bzip2 dep, as python-compression includes it now, per mickeyl | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-12-17 | python: only dep on tk if tk is in DISTRO_FEATURES. | Chris Larson | 2 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-12-17 | glib-2.0-native: kill unnecessary FILESPATH overrides. | Chris Larson | 3 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-12-17 | portmap 6.0: kill -O2 and replace -fpie with -fPIC. | Chris Larson | 1 | |
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-17 | lzma-native: dep on zlib-native, not zlib | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-12-16 | linux-libc-headers_2.6.32.bb: New recipe. | Khem Raj | 2 | |
* Patch to export sa_family_t to userspace. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-12-16 | iptables_1.4.6.bb: Recipe for version 1.4.6. | Khem Raj | 4 | |
* Switch to INC_PR. * inherit autotools Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-12-16 | task-shr-feed: add obex-data-server | Klaus Kurzmann | 1 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2009-12-17 | Merge branch 'jay7-akita' into org.openembedded.dev | Yuri Bushmelev | 2 | |
2009-12-16 | coreutils: don't patch the autotools files in the native recipes | Chris Larson | 10 | |
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-16 | xorg-xserver-common.inc: depend on virtual/libgl instead of mesa | Martin Jansa | 1 | |
2009-12-16 | mesa: add 7.6 from xorg-7.5 branch, update git version with different ↵ | Martin Jansa | 4 | |
SRC_URI for om-gta02 (glamo patches) | ||||
2009-12-15 | Patch added to fix QEMU 0.10.3 compilation on distros with FORTIFY_SOURCE ↵ | Yuri Bushmelev | 2 | |
enabled. | ||||
2009-12-15 | illume-keyboards-shr: do NOT use SRCPV for git in org.oe.dev yet | Klaus Kurzmann | 1 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2009-12-15 | qt4-tools: add sdk version as well | Koen Kooi | 1 | |
* this should really move to BBCLASSEXTEND | ||||
2009-12-14 | xf86-input-tslib: Add patch to stop events being flooded upto to the X server. | David-John Willis | 2 | |
2009-12-14 | zenity: Add 2.28.0 and checksum. | David-John Willis | 1 | |
2009-12-14 | networkmanager: Update recipe to install an empty VPN folder in ↵ | David-John Willis | 1 | |
/etc/networkmanager as nm-connection-editor will happily segfault without it. * This happens regardless of the VPN setting in the build. | ||||
2009-12-14 | mesa: Add a few more missing INC_PR's for old recipes. | David-John Willis | 2 | |
2009-12-14 | mesa-xlib: Add 7.4. | David-John Willis | 1 | |
2009-12-14 | mesa-xlib 7.2: Add missing INC_PR. | David-John Willis | 1 | |
2009-12-14 | mesa: Add INC_PR for old mesa recipes as these still seem to be in use. | David-John Willis | 3 | |
2009-12-15 | kexec-tools-klibc-static_1.101: remove unsetting of compiler flags | Andrea Adami | 1 | |
- klcc is now fixed with reference to -isystem - bump PR | ||||
2009-12-15 | kexec-tools-dietlibc_2.0.1: fix typo, remove unused line. | Andrea Adami | 1 | |
2009-12-15 | kexec: rename to kexec-tools (kexec and kdump) | Andrea Adami | 17 | |
2009-12-14 | gcc-svn.inc: Reduce priority via DEFAULT_PREFERENCE | Khem Raj | 1 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-12-14 | gcc-svn: Add mpc to DEPENDS. | Khem Raj | 5 | |
* 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-14 | linux-libc-headers_2.6.32.bb: New recipe | Khem Raj | 2 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-12-14 | mpc: New recipe for mpc. | Khem Raj | 3 | |
* 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-14 | linux_2.6.23: move task compulab_image after do_package instead do_deploy | Martin Jansa | 1 | |
* 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> | ||||
2009-12-14 | kexecboot_git: move to daa68b5aaa56a036c24c7929e239ebd5edf8fdfe. | Andrea Adami | 2 | |
- clean up kexecboot.inc after klcc fixes. - add EXTRA_OECONF_zaurus - Bump PR. | ||||
2009-12-14 | qt4: munge more references to | Koen Kooi | 1 | |
2009-12-14 | Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵ | Frans Meulenbroeks | 72 | |
into org.openembedded.dev | ||||
2009-12-14 | sg3-utils: fixed GNU_HASH issue | Frans Meulenbroeks | 1 | |
2009-12-14 | Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵ | Marcin Juszkiewicz | 25 | |
into org.openembedded.dev | ||||
2009-12-14 | linux 2.6.32: update to 2.6.32.1 | Marcin Juszkiewicz | 1 | |
2009-12-14 | linux 2.6.31: update to 2.6.31.8 | Marcin Juszkiewicz | 1 | |
2009-12-14 | uclibc-nptl: Move to current tip of branch | Khem Raj | 3 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-12-14 | iproute2: Use $CC in configure tests. | Khem Raj | 6 | |
* Switch to INC_PR * honor LDFLAGS env var. * Use CC env var in configure tests currently it uses native gcc which is wrong in cross compilation context. * Fix PR 5147 Signed-off-by: Erik Boto <erik.boto@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-12-14 | fbreader: add 0.12.1 | Klaus Kurzmann | 2 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2009-12-14 | initscripts-shr: add initscript to set usb gadget mode for palmpre | Klaus Kurzmann | 2 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2009-12-14 | libgles-omap3: add compatible machine | Koen Kooi | 1 | |
2009-12-14 | Merge branch 'org.openembedded.dev' of ↵ | Klaus Kurzmann | 9 | |
git+ssh://git.openembedded.net/openembedded into org.openembedded.dev | ||||
2009-12-14 | gabriel: fix depency | Frederik Sdun | 1 | |
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com> Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> |