Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-08-08 | merge of a2b72038a75fbaa0877614758b62b3787a0937a4 | Kristoffer Ericson | 86 | |
and ade4046c4fc13b91526f334d6ca6f33972b6ff8c | ||||
2006-08-08 | merge of 06626817d6e4c48c4f1832c0f65a5736087ed3df | Kristoffer Ericson | 2 | |
and af0f25bad53ac40966623922f300d0010d5bddcd | ||||
2006-08-08 | gtk+_2.10.1.bb : rediff and re-add the no-demos patch | Graeme Gregory | 2 | |
2006-08-08 | merge of '22a005b824014688c2c41c2dba34c42bf145a946' | Marcin Juszkiewicz | 1478 | |
and '8e90244a719ea0f6cc33218bf925484a5a4e1855' | ||||
2006-08-07 | task-angstrom: ship missing pcmciautils, spotted by zeenix | Koen Kooi | 1 | |
2006-08-07 | zli/zlib-native_1.2.3.bb: after switching zlib to autotools the darwin hack ↵ | Henning Heinold | 1 | |
isn't needed anymore, thanks zecke for testing | ||||
2006-08-07 | zlib-1.2.3: -made zlib uses autotools, that introduced autotools.patch and | Henning Heinold | 4 | |
make libtool_staging.patch and sane-target.patch obsolete -adding myself as maintainer after talked with kergoth -simplify zlib_1.2.3.bb | ||||
2006-08-07 | linux-oz-2.6.16: Reclassify some patches after mainline merges | Richard Purdie | 1 | |
2006-08-07 | merge of 7d7323376ea7f6cae9fe0cdfb367a78cab4dd545 | Michael Lauer | 4 | |
and b54bb5e5747d757772498c2e3c720f407fdcf023 | ||||
2006-08-07 | libvncserver add 0.8.2, remove older ones. | Michael Lauer | 4 | |
patch based on bug #1281, thanks gfellerpatrik@gmx.net | ||||
2006-08-07 | bootchart: add missing patch | Paul Sokolovsky | 2 | |
2006-08-07 | merge of 'a215524bc68709c948773354aab3283121aed094' | Koen Kooi | 1 | |
and 'bae05c897881f1de9bc358bed7a16439c27e7e5d' | ||||
2006-08-07 | Some patches to add Jornada 6xx support and altera model 720 to 7xx. minor | Kristoffer Ericson | 6 | |
alterations of the patches to fix typos. | ||||
2006-08-07 | slugos-packages.bb: moved memtester to the working packages | Frans Meulenbroeks | 1 | |
2006-08-07 | libmimedir: update PV to match so-version | Koen Kooi | 1 | |
2006-08-07 | libmimedir 03.1.+cvs: bump PR + up default_pref | Koen Kooi | 1 | |
2006-08-07 | merge of 635cbb19e0568d65029138d49de7e16737269724 | Florian Boor | 4 | |
and f5124452885299a376f34aacc5a24848ccafde47 | ||||
2006-08-07 | libmimedir: Add patch to allow writing the sequence property. | Florian Boor | 2 | |
2006-08-07 | alsa-utils_1.0.11.bb : Added alsa-conf to alsamixer RDEPENDS | Graeme Gregory | 1 | |
2006-08-07 | openssh 4.3: wind back PR now it's still safe | Koen Kooi | 1 | |
2006-08-07 | openssh: add 4.3p2 | Koen Kooi | 4 | |
2006-08-07 | merge of 70cd861a84040db0f14008d8552b1f2dbc5c8084 | Florian Boor | 1458 | |
and a7904b535294d222e83d153c9fc22b575a5952c4 | ||||
2006-08-07 | libcontactsdb: drop my version | Florian Boor | 1 | |
2006-08-07 | gpe-contacts: drop my version | Florian Boor | 1 | |
2006-08-07 | handhelds-pxa-2.6: add patch to enable iwmmxt for the hx4700 | Koen Kooi | 2 | |
* tested using DISTRO=angstrom-2006.9: root@ipaq-pxa270:~$ ./iwmmx-test before: 10203045060708 10203045060708 after: 2040608a0c0e10 | ||||
2006-08-06 | packages/quilt: Fix build of quilt 0.45 | Holger Freyther | 2 | |
The aclocal.m4 is an automatically generated file, created by aclocal.m4. The OpenEmbedded project automatially removes this automatically generated file to regenerate it using aclocal. Readd the content from aclocal.m4 as acinclude.m4 which will be seen by the same set of programs... Or as the automake website says: "The contents of `acinclude.m4', if it exists, are also automatically included in `aclocal.m4'. This is useful for incorporating local macros into `configure'." | ||||
2006-08-06 | packages/freetype: fix build without internal libz | Henning Heinold | 2 | |
Some user reports that building freetype without the included libz breaks there build. They are right. Justify the remaining freetype.bb like freetype_2.2.1.bb | ||||
2006-08-06 | packaes/zlib: Do not use uname to determine the library ending | Holger Freyther | 3 | |
Do not use uname to decide if the library ends with dylib or so. And where to put the Version numbers... For darwin unset LDSHARED as we do not have gcc -shared to zlib should use autofoo to decide such things... | ||||
2006-08-06 | clases/cpan.bbclass,packages/perl: add EXTRA_CPANFLAGS, fix native | Holger Freyther | 3 | |
Add EXTRA_CPANFLAGS to cpan.bbclass, similiar to EXTRA_OECONF and EXTRA_OEMAKE Use this in libxml-parser-perl-native to point to the expat include and libraries perl-native inherits native already. No need to use BUILD_CC, BUILD_FOO, BUILD_LDFLAGS but use LDFLAGS and CC directly. LDFLAGS has rpath already removed... | ||||
2006-08-06 | packages/*/*.bb: Stop GNUism on cp. -d -> -P, -a -> pPR... | Holger Freyther | 24 | |
Fix GNUism on the usage of cp -d as --no-derefence -> -P --deference -> -L -r -> -R -a same as -dpR -> -PpR | ||||
2006-08-06 | merge of 'af0f25bad53ac40966623922f300d0010d5bddcd' | Holger Freyther | 26 | |
and 'e01159849c30197f5d81415a84ca779aa90ee704' | ||||
2006-08-06 | merge of 235bdc3ae0f87feaab2e0933bfdb44645a492c5e | Kristoffer Ericson | 1407 | |
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd | ||||
2006-08-06 | packages/gmp/gmp-native: OSX/Darwin/gcc hack. Force gmp to not used assembly ↵ | Holger Freyther | 1 | |
versions Set none as CPU to force GMP to not use 'optimized' assembly which does not compile with apple gcc (MacIntel). Messing with TARGET_SYS etc. messes with CFLAGS, PATH as well. We do not need to care for the CFLAGS for now, but we need to mess with the PATH. | ||||
2006-08-06 | Adding Jornada Support for backlight,power... in Libopie. | Kristoffer Ericson | 3 | |
packages/libopie/libopie2/odevice_jornada.cpp-fixup.patch : * addition of jornada6xx with correct links * change of jornada720 -> jornada7xx to follow archs packages/libopie/libopie2/odevice.h-jornada-fixup.patch : * Add jornada6xx * change jornada720 -> jornada7xx package/libopie/libopie2_1.2.2.bb : addition of patches | ||||
2006-08-06 | merge of '4dfc78edd77f8873f466310c5aeb329cb95eb08e' | Koen Kooi | 2 | |
and '59db0e08dee38b700ad535721bd778414bd8b07c' | ||||
2006-08-06 | gpe-contacts: add 0.46 | Koen Kooi | 1 | |
2006-08-06 | libcontactsdb: add 0.5 | Koen Kooi | 1 | |
2006-08-06 | packages/glibc: Add patch, patch glibc2.4 to use $target-readelf | Holger Freyther | 3 | |
Use $target-readelf instead of hardcoding readelf which is not present on non GNU, non binutils system. | ||||
2006-08-06 | packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPP | Holger Freyther | 21 | |
GCC compiles the xgcc cross compiler and will compile target libraries e.g. libstdc++. It uses autoconf to configure the target libraries which uses /usr/bin/cpp to determine the presence of host includes. By using xgcc we will not risk to include /usr/include to find standard headers. If we do our cross compile check will hit. The gcc 3.4 series patch only addresses target-libstdc++ where the gcc3.3 and gcc4 series patch all targets | ||||
2006-08-06 | entice: add 20060416 snapshot which has some ipc fixes | Koen Kooi | 1 | |
2006-08-06 | task-angstrom: ship procps till the busybox ps gets debugged and include ↵ | Koen Kooi | 1 | |
dbus-glib till pH5's patch gets applied | ||||
2006-08-06 | libwpd: update to 0.8.6 | Koen Kooi | 1 | |
2006-08-06 | emacs: add --without-sound to fix building problems, fix FILES | Justin Patrin | 2 | |
2006-08-06 | e-wm: set menu autoscroll options to better defaults for touchscreens | Justin Patrin | 3 | |
2006-08-06 | packages/autoconf/autoconf: Update SIZE_OF check. Use the new $SIZE check ↵ | Holger Freyther | 1 | |
only on cross compiling, try to use arm-linux-size from binutils Guard the new and old size_of check using if $cross_compiling test return true otherwise you use the old code. Also backport the AC_CHECK_TARGET_TOOL method from autocon-2.60 and make use of it when finding a size tool. | ||||
2006-08-06 | esmart.inc: set appropriate PACKAGES_DYNAMIC | Koen Kooi | 1 | |
2006-08-05 | merge of '0ad856b6642c4e58968f9c79bca5829bd462a6c0' | Frans Meulenbroeks | 3 | |
and '96934e2eb956677a752ad49c316475c88d042a67' | ||||
2006-08-05 | pvrusb2-mci: added 20060726 snapshot | Frans Meulenbroeks | 3 | |
2006-08-05 | gutenprint: add to nonworking, needs to run a native tool, qemu doesn't do ↵ | Koen Kooi | 2 | |
EABI so I can't fix it :( | ||||
2006-08-05 | cups: stage files needed for gutenprint | Koen Kooi | 1 | |