aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2006-08-06clases/cpan.bbclass,packages/perl: add EXTRA_CPANFLAGS, fix nativeHolger Freyther
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-06packages/*/*.bb: Stop GNUism on cp. -d -> -P, -a -> pPR...Holger Freyther
Fix GNUism on the usage of cp -d as --no-derefence -> -P --deference -> -L -r -> -R -a same as -dpR -> -PpR
2006-08-06merge of 'af0f25bad53ac40966623922f300d0010d5bddcd'Holger Freyther
and 'e01159849c30197f5d81415a84ca779aa90ee704'
2006-08-06packages/gmp/gmp-native: OSX/Darwin/gcc hack. Force gmp to not used assembly ↵Holger Freyther
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-06merge of '4dfc78edd77f8873f466310c5aeb329cb95eb08e'Koen Kooi
and '59db0e08dee38b700ad535721bd778414bd8b07c'
2006-08-06merge of 235bdc3ae0f87feaab2e0933bfdb44645a492c5eKristoffer Ericson
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd
2006-08-06Adding Jornada Support for backlight,power... in Libopie.Kristoffer Ericson
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-06gpe-contacts: add 0.46Koen Kooi
2006-08-06libcontactsdb: add 0.5Koen Kooi
2006-08-06packages/glibc: Add patch, patch glibc2.4 to use $target-readelfHolger Freyther
Use $target-readelf instead of hardcoding readelf which is not present on non GNU, non binutils system.
2006-08-06packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPPHolger Freyther
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-06entice: add 20060416 snapshot which has some ipc fixesKoen Kooi
2006-08-06task-angstrom: ship procps till the busybox ps gets debugged and include ↵Koen Kooi
dbus-glib till pH5's patch gets applied
2006-08-06libwpd: update to 0.8.6Koen Kooi
2006-08-06emacs: add --without-sound to fix building problems, fix FILESJustin Patrin
2006-08-06e-wm: set menu autoscroll options to better defaults for touchscreensJustin Patrin
2006-08-06packages/autoconf/autoconf: Update SIZE_OF check. Use the new $SIZE check ↵Holger Freyther
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-06esmart.inc: set appropriate PACKAGES_DYNAMICKoen Kooi
2006-08-05merge of '0ad856b6642c4e58968f9c79bca5829bd462a6c0'Frans Meulenbroeks
and '96934e2eb956677a752ad49c316475c88d042a67'
2006-08-05pvrusb2-mci: added 20060726 snapshotFrans Meulenbroeks
2006-08-05gutenprint: add to nonworking, needs to run a native tool, qemu doesn't do ↵Koen Kooi
EABI so I can't fix it :(
2006-08-05cups: stage files needed for gutenprintKoen Kooi
2006-08-05cups: ship files needed for the webgui in the main package Koen Kooi
2006-08-05merge of '2ca01af51f12b07b28c6a80e57347d82f7122780'Koen Kooi
and '7f3bc3b8600afa9c810238b8d5a88ec7a80c6c9a'
2006-08-05libmatchbox: add 1.9Koen Kooi
2006-08-05mb-wm: add 1.1Koen Kooi
2006-08-05ixp4xx-kernel_2.6.17.bb: bumped PR_CONFIGFrans Meulenbroeks
to force a recompile on the autobuild system using the upgraded gcc this gives a working snd_pcm module
2006-08-05cups: rrecommend doc package for the webguiKoen Kooi
2006-08-05merge of '61c6cd8658c99e2416e242b79cdff01967f01c94'Holger Freyther
and 'f2735ada47cf2da717d1f68b7c88a4d129f0e8b2'
2006-08-05conf/bitbake.conf: quilt 0.45 lacks -n but has -P for setting a patch nameHolger Freyther
quilt 0.45 lacks the -n option but has -P nowadays for setting the to be used patchname, update.
2006-08-05packages/quilt: Add quilt version 0.45, 'cleanup'/complicate layoutHolger Freyther
Quilt is the first package we will build, so special care must be taken. This is one reason why we do not include/require quilt_${PV}.inc directly. Now the -native packages require the quilt-native.inc package which adds the non-gnu patch for darwin/BSD. In quilt_PV.inc we will aplly the basic patches and in quilt.inc we will have all the common stuff (like we already had) quilt-0.45 does not require the nostrip patch as the file seems to be missing.
2006-08-05classes/base.bbclass: Make find call portableHolger Freyther
Make the find invocation portable (BSD) by specifying '.' as the to be searched directory. The error on libtool-native was: find: illegal option -- n find: illegal option -- a find: illegal option -- m find: illegal option -- e
2006-08-05udev 092: remove BTNTOUCH for touchscreen rules to fix it for ipaqsKoen Kooi
2006-08-05packages/unionfs: We only have a unionfs.inc which is not versioned include itHolger Freyther
Follow the 1.0.13 bb files and require the unversioned unionfs.inc
2006-08-05packages/ipkg/: There is no ipkg_0.99.163.bb do not require itHolger Freyther
There is no 0.99.163.bb for ipkg, do not try to require it. The other ipkg_0.99.15x.bb files only add patches and include ipkg.inc which we do already. I assume we have no patches to ipkg 0.99.163
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-08-05packages/automake: Use require instead of include to get the base filesHolger Freyther
2006-08-05packages/binutils: Use require for the base filesHolger Freyther
2006-08-05packages/glibc: Use require for the glibc filesHolger Freyther
Use require for the glibc files
2006-08-05packages/gcc: require the right files, add a gcc4-build-sdk (review please)Holger Freyther
The gcc 4.1.x sdk tries to require gcc4-build-sdk.inc which doesn't exist. Copy the gcc3-build-sdk.inc and ask florian to verify it.
2006-08-05packages/gcc: Use require instead of include for the 'base' filesHolger Freyther
2006-08-05angstrom 2006.9: fix typo spotted by Philipp ZabelKoen Kooi
2006-08-05entice: "esmart-x11" doesn't exist in packageland, libesmart<foo>0 doesKoen Kooi
2006-08-05merge of eb7d96a0afd303253a978ec21808298060b90fc2Michael Lauer
and f01470a8f69abdfa702a7b6f512c94c9821e4ac7
2006-08-05python-native 2.3.3 removeMichael Lauer
2006-08-05python-native 2.4.0 don't modify first shebang line when installing packages ↵Michael Lauer
via distutils. closes #1271
2006-08-04entice: add explicit esmart RDEPENDSJustin Patrin
2006-08-04slugos-packages.bb: added linphoneFrans Meulenbroeks
2006-08-04linphone: upgraded to 1.3.99 (console), courtesy of Thomas ReitmayrFrans Meulenbroeks
2006-08-04merge of '5764283f87193bd83a2ef24e01c9e67092f8d2fe'Frans Meulenbroeks
and '77b06b624656c7090cf244c2827e774d111f39f3'