Age | Commit message (Collapse) | Author | Files |
|
.inc file and include it in the two recipes that need the list.
|
|
using PIC for compiling shared libraries.
|
|
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.
|
|
targets.
Thanks to Jamie Lenahan for the help
|
|
configures and compiles, but still doesn't install.
|
|
|
|
it.
|
|
mailing list. There should be no functionality changes yet.
|
|
|
|
|
|
|
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
modules which are not picked up by the script which was used to
generate the automatic dependencies. They way they are used makes it
difficult to automatically detect that these are needed.
|
|
the output message from grep. The output message could change
depending on the LOCALE which would break the current test. Make it
DEPEND on grep-native to ensure we get the gnu version of grep which
is needed for -I to work. As per bug #1439.
|
|
per #1439, so that configure doesn't fail if you happen to end up with this
string in the perl-native binary.
|
|
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".
|
|
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.
|
|
programs on the target and they work fine. Sh3 is untested but should be the
same. No perl shared library as toolchain issues prevent this. See bug# 960
for details. Should solve bug# 960.
|
|
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.
|
|
Add config.sh for i486-linux and i586-linux.
Disable PARALLEL_MAKE.
|
|
http://ewi546.ewi.utwente.nl/tmp/viewmtn/revision.psp?id=d93900aa884b52d778b478749eeafadb6bef3a21
|
|
|
|
- apex: contains an absolute build sys path name (commented)
- base-files: rename openslug to slugos in 3.0.14
- busybox: rename openslug to slugos in 1.00, 1.01
- netbase: rename openslug to slugos in 4.21
- slugos-init: rename openslug to slugos in 0.10
- all others: remove or replace openslug in comments (no
build changes)
|
|
- the existing arm (le) config will not work with NSLU2 because of the
- use of 32 bit assembler which is not thumb compatible, this change
- uses a config file derived from the BE (NSLU2) config
|
|
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.
|
|
perl: revert DEFAULT_PREFERENCE="-1" in perl_5.8.7.bb (and bump PR)
|
|
|
|
|
|
|
|
|
|
correct path to install things in, Closes: OE-Bug#7
|
|
utilities like cpan works
|
|
OE-Bug#113
|
|
the other 859 packages. Unfourtanly also recommends 86 packages packages that doesn't get created, so some warning messages gets displayed on ipkg install.
|
|
|
|
|
|
|