Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-05-27 | logrotate-script: fixed broken download URL | Martin Dietze | 1 | |
2009-05-27 | wlan-ng: ARM-binary usbctl is only installed on ARM architectures | Martin Dietze | 1 | |
2009-05-27 | openswan: fixed broken download URL | Martin Dietze | 2 | |
2009-05-27 | mobilemesh: fixed broken download URL | Martin Dietze | 1 | |
2009-05-27 | linux-libc-headers: nylon-specific addition to do_stage | Martin Dietze | 2 | |
2009-05-27 | hostap: nylon-specific patches * for hostap-daemon 0.4.4, the MADWIFI_BSD ↵ | Martin Dietze | 3 | |
macro is unset * for hostap-daemon 0.5.10, dependency and include dirs for madwifi are added | ||||
2009-05-27 | libusb: added patch to allow compiling with gcc 3, used by nylon distro * ↵ | Martin Dietze | 6 | |
the gcc flags -fvisibility=hidden and -Wno-pointer-sign are removed from configure script and Makefile templates | ||||
2009-05-27 | Fixed broken configure script which lead to invalid prefix for cross ↵ | Martin Dietze | 2 | |
executables in some cases * the sed substitutions for flags like `--program-transform-name' were not global, they are now | ||||
2009-05-27 | Fixed broken download URL for elvis | Martin Dietze | 1 | |
2009-05-27 | Patches to get glibc 2.3.2 and 2.3.3 compile for nylon * disable check of ↵ | Martin Dietze | 7 | |
gcc version in configure script * add definition of macro _ABIO32 for mipsel architecture in sysdeps/mips/sgidefs.h * added missing ld.so.conf for above glibc versions | ||||
2009-05-27 | netbase: updated etc/network/interfaces files for mtx-[12] * since hostap ↵ | Martin Dietze | 2 | |
and madwifi drivers are installed, the system will pick the config for whatever wlan card is found | ||||
2009-05-27 | libx11 1.1.5: the old "floating point exeception" problem has arrived again, ↵ | Koen Kooi | 1 | |
bump MIN_REHASH to 16 to get around it | ||||
2009-05-27 | angstrom 2009.X: remove some useless preffered_version files | Koen Kooi | 1 | |
2009-05-27 | omap3: bump MACHINE_KERNEL_PR | Koen Kooi | 1 | |
2009-05-27 | angstrom 2009.X: prefer Xorg-xserver 1.6.1 | Koen Kooi | 1 | |
2009-05-27 | xorg drivers: bump PR for xorg 1.6.x changes | Koen Kooi | 6 | |
2009-05-27 | xf86-input-tslib: make it build against XServer 1.6 | Marcin Juszkiewicz | 2 | |
2009-05-27 | xorg proto common: depend on util-macros | Koen Kooi | 1 | |
2009-05-27 | angstrom 2009.X: require newer util-macros | Koen Kooi | 1 | |
2009-05-27 | xextproto-native: add util-macros DEPENDS | Koen Kooi | 1 | |
2009-05-27 | angstrom-led-config: add sheevaplug support | Koen Kooi | 2 | |
2009-05-27 | xorg-xserver: added 1.6.1 (tested only on armv6/glibc) | Marcin Juszkiewicz | 2 | |
2009-05-27 | util-macros: added 1.2.1 | Marcin Juszkiewicz | 2 | |
2009-05-27 | xf86-input-mouse: added 1.4.0 | Marcin Juszkiewicz | 1 | |
2009-05-27 | xf86-input-evdev: added 2.2.2 | Marcin Juszkiewicz | 1 | |
2009-05-27 | xproto: added 7.0.15 | Marcin Juszkiewicz | 3 | |
2009-05-27 | xextproto: added 7.0.5 | Marcin Juszkiewicz | 3 | |
2009-05-27 | randrproto: added 1.3.0 | Marcin Juszkiewicz | 1 | |
2009-05-27 | inputproto: added 1.5.0 | Marcin Juszkiewicz | 2 | |
2009-05-27 | dri2proto: added 2.0 | Marcin Juszkiewicz | 1 | |
2009-05-27 | applewmproto: added 1.2.0 | Marcin Juszkiewicz | 1 | |
2009-05-27 | xtrans: added 1.2.3 | Marcin Juszkiewicz | 3 | |
2009-05-27 | checksums.ini: added some X.org tarballs | Marcin Juszkiewicz | 1 | |
2009-05-27 | busybox: enabled stat in 1.13.2/angstrom | Marcin Juszkiewicz | 2 | |
2009-05-27 | xf86-video-omapfb: bump SRCREV and use overlay 2 instead of overlay 1 | Koen Kooi | 1 | |
2009-05-26 | kexecboot: require ../linux/linux.inc, not recipes/linux/linux.inc. | Chris Larson | 1 | |
linux-kexecboot.inc does a 'require recipes/linux/linux.inc', but it really depends on how the upstream OpenEmbedded linux/linux.inc behaves, not whatever the first one it finds in BBPATH does. This broke builds for me combining upstream OpenEmbedded with some local collections that do different things with their kernels. Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-05-27 | emacs 22.3: Fixed compilation,bump PR | Denis 'Gnutoo' Carikli | 2 | |
(I have asked for review but no one reviewed,even after a ping so hrw told me to commit) *fixed "emacs: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory" with the code that is under "copy STAGING_DIR_TARGET and libgcc_s.so* to WORKDIR/qemu-treedir" here how it looked like: | emacs: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory | make[1]: *** [blessmail] Error 127 | make[1]: Leaving directory `/home/embedded/oetmp_openmoko/work/armv4t-angstrom-linux-gnueabi/emacs-22.3-r0/emacs-22.3/lib-src' | make: *** [blessmail] Error 2 | FATAL: oe_runmake failed *fixed the check of liblockfile: | checking for liblockfile.so... yes | configure: error: Shared liblockfile found but can't link against it. | This probably means that movemail could lose mail. | There may be a `development' package to install containing liblockfile. | FATAL: oe_runconf failed *also compiles fines thanks to the new qemu (0.10.3) that integrated some qemu-arm patches | ||||
2009-05-26 | libsdl-ttf: GNU HASH QA fix. | Stanislav Brabec | 1 | |
2009-05-26 | libsdl-gfx: GNU HASH QA fix. | Stanislav Brabec | 1 | |
2009-05-26 | mpd, mpd-alsa: Don't search in host system includedir (QA error). | Stanislav Brabec | 2 | |
2009-05-26 | rhythmbox: Updated to version 0.12.1, removed unbuildable versions. | Stanislav Brabec | 7 | |
2009-05-26 | libmusicbrainz: Fixed build. | Stanislav Brabec | 2 | |
2009-05-26 | totem-pl-parser: Updated to version 2.26.2. | Stanislav Brabec | 2 | |
2009-05-26 | kismet: Update to version 2008-05-R1. | Stanislav Brabec | 7 | |
2009-05-26 | kismet: Fixed build. | Stanislav Brabec | 2 | |
2009-05-26 | flac: Fixed build. Added printf format fix. | Stanislav Brabec | 3 | |
2009-05-26 | e2fsprogs-libs, util-linux-ng, pidgin: Use unique variable names in ↵ | Stanislav Brabec | 3 | |
do_split_packages(): * see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-May/011212.html for more | ||||
2009-05-26 | jamvm-native 1.5.3: Added note. | Robert Schuster | 1 | |
2009-05-26 | jamvm-native 1.5.3: New recipe. | Robert Schuster | 1 | |
jamvm-native 1.5.2: Removed. | ||||
2009-05-26 | checksums.ini: Cleaned up jamvm entries, added one for 1.5.3. | Robert Schuster | 1 | |