Age | Commit message (Collapse) | Author | Files |
|
build perl
|
|
only really useful for this version of perl the way it's written.
|
|
patches out of the common directory and only specify common files in
the SRC_URI in perl.inc, move the others to the version specific
.bb's.
|
|
wiping out the options that were set for sh3/sh4 - we only need to init the
OPTIONS once.
|
|
targets.
Thanks to Jamie Lenahan for the help
|
|
mailing list. There should be no functionality changes yet.
|
|
|
|
|
|
|
|
libraries used by standard perl modules. This was picking up LD from OE
which as the linking when we need to use gcc to link. Override LD when
calling oe_make to force the use of gcc to link.
|
|
targets:
- You cannot link using LD on sh3/sh4, since ld fails to link in the
hidden library of weak symbols that is needed. Ccc knows about this
library and correctly links it in. The generate_config_sh script
was replacing the configred linker with LD from the environment and
the soname patch was passing parameters directly to LD which need
to be passed differently when linking with gcc.
- Any code to go in shared libraries must be compiled with -fPIC,
which while present in the config file was again being replaced
from the environment by the generate_config_sh script.
Both these patches probably should be ok for all targets, but they
would definately need run-time testing. So they are just patched in
for sh3 and sh4 for now.
Also removed the old code I added not to install the shared library
if its not configured since its configured for all targets after this
change.
|
|
which is clearer. Move -dbg to the first item in the package list and
use .../* to match files and ignore directories.
|
|
ships spurious debug info".
|
|
to enable building on sh3/sh4 where toolchain issues prevent this from
working. The changes check the perl config.sh for useshrplib to determine if
the shared library is being made before doing things with it during install.
|
|
with building on multilib amd64 machines.
|
|
|
|
|
|
db-4.3 4.3.29
- The SleepyCat implementation of the Berkeley DB exists in OE in two different
- versions, 3.2 and 4.3. These appear to now be compatible (i.e. with the correct
- settings db-4.3 can do everything db-3.2 can do and all packages compile with it).
- The previous scheme of allowing both to be built (which was highly error prone)
- has been removed and all db users now reference virtual/db.
- Affects:
- bogofilter, cyrus-*, openldap, perl, postfix, rpm
|
|
names, unfortunately makes some packages change n
ames, but this is they way it should be.
Add RDEPENDS in every perl-module- package to its dependencys.
|
|
uclibc versions, to ensure it doesn't believe uclibc supports something it doesnt.
BKrev: 422f6765QMKD4YhjXIim0CJVf7y-zg
|
|
one. Completely untested.
BKrev: 422edc0ewtcYZm0i-91FaO-4XFxYNQ
|
|
into darkstar.example.net:/usr/oe/openembedded
2005/03/09 05:50:12-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/03/09 05:48:40-05:00 handhelds.org!kergoth
Perl:
* Add perl 5.8.4.
* Fix the perl build for uclibc (patch courtesy Manuel Novoa III).
* Add config.sh-i686-linux.
BKrev: 422ed4e51mSat-b4q15mzffDv_8YBg
|