Age | Commit message (Collapse) | Author | Files |
|
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.
|
|
DEPENDS when building anything apart from libmodule-build-perl or
libmodule-build-perl-native. When building itself it uses itself to provide
the libmodule-build-perl code, for anything else it needs to have been built
and installed. Remove the explicit depends from the modules that use it.
|
|
under either the Artistic license or the GPL, and not just under the
Artistic license.
|
|
currently in OE are no longer available on cpan.
|
|
|
|
style message handling.
|
|
settings for the current OE build are used instead of the made up values in
the perl config (which were manually generated since we are cross
compiling). Remove this from each of the perl modules that was manually
setting this.
|
|
|
|
|
|
using the new Build.PL build system, *expect* for libmodule-build itself
which can bootstrap itself.
|
|
commit.
|
|
of libmodule-build, the new Build.PL based perl install system.
|
|
- Remove the DEPENDS on perl since the cpan class now adds it.
- Bump PR to take into account the changed installation location.
|
|
required to run mason (perl web content development and delivery engine).
Mason itself, and the additional modules needed to build it, to follow.
|
|
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".
|
|
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...
|
|
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.
|
|
* Fixes typos where sh4 was written instead of sh3
|
|
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.
|
|
with building on multilib amd64 machines.
|
|
http://ewi546.ewi.utwente.nl/tmp/viewmtn/revision.psp?id=d93900aa884b52d778b478749eeafadb6bef3a21
|
|
|
|
|
|
and '5f32961e5d0f4132f4513cbeac7fe59dc5ae5315'
using ancestor ''
to branch 'org.openembedded.dev'
|
|
- 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)
|
|
|
|
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
|
|
- 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)
|
|
|
|
|
|
add a bit more updated one for perl 5.8.7
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|