Age | Commit message (Collapse) | Author | Files |
|
|
|
* tested using DISTRO=angstrom-2006.9:
root@ipaq-pxa270:~$ ./iwmmx-test
before: 10203045060708 10203045060708
after: 2040608a0c0e10
|
|
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'."
|
|
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
|
|
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...
|
|
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...
|
|
Fix GNUism on the usage of cp
-d as --no-derefence -> -P
--deference -> -L
-r -> -R
-a same as -dpR -> -PpR
|
|
and 'e01159849c30197f5d81415a84ca779aa90ee704'
|
|
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.
|
|
and '59db0e08dee38b700ad535721bd778414bd8b07c'
|
|
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd
|
|
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
|
|
|
|
|
|
Use $target-readelf instead of hardcoding readelf which is not
present on non GNU, non binutils system.
|
|
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
|
|
|
|
dbus-glib till pH5's patch gets applied
|
|
|
|
|
|
|
|
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.
|
|
|
|
and '96934e2eb956677a752ad49c316475c88d042a67'
|
|
|
|
EABI so I can't fix it :(
|
|
|
|
|
|
and '7f3bc3b8600afa9c810238b8d5a88ec7a80c6c9a'
|
|
|
|
|
|
to force a recompile on the autobuild system using the upgraded gcc
this gives a working snd_pcm module
|
|
|
|
and 'f2735ada47cf2da717d1f68b7c88a4d129f0e8b2'
|
|
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.
|
|
|
|
Follow the 1.0.13 bb files and require the unversioned unionfs.inc
|
|
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
|
|
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.
|
|
|
|
|
|
Use require for the glibc files
|
|
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.
|
|
|
|
|
|
and f01470a8f69abdfa702a7b6f512c94c9821e4ac7
|
|
|
|
via distutils. closes #1271
|
|
|
|
|