Age | Commit message (Collapse) | Author | Files |
|
* bump PR
|
|
assembly code.
|
|
|
|
Breakage introduced by 74e32f114272668dfa4c88805741cf55ef965989.
Other recipes which call base_do_unpack directly do not share this issue.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
* remove the extra PR and bump PR
|
|
As it now needs to link against xcb as part of X server libs.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
oe-requirement
* bump INC_PR
|
|
|
|
Where each applet is installed as a tiny binary linked against shared
libbusybox.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Automatic dependency extraction script made some errors thus perl-modules
wasn't installable.
* s/perl-module-encode-kr-2022_kr/perl-module-encode-kr-2022-kr/
* perl-module-your-module-here came from example in script, dropped it
* s/perl-module-cpan-exception-yaml_not_installed/perl-module-cpan-exception-yaml-not-installed/
* perl-module-dbd-sqlite - not part of standard perl, provided by libdbd-sqlite-perl
* perl-module-dbix-simple - same as above, provided by libdbix-simple-perl
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
The configure script may say that this is ignored, but it is not.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* http://llvm.org/bugs/show_bug.cgi?id=6065
* other archs are probably also affected, feel free to add
* it's not clear if it's thumb2 or thumb1 only, because arm920t
is affected and woglinde said his armv7 machine is not affected
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
right configure params for drop-zip (otherwise it's redownloaded during do_configure)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Patches in aaac36c39e301995029cb40ae40fa8af277694dc are malformed
because they were cherrypicked with global 'apply.whitespace=fix'.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
|
|
The st_mtime attribute (which is a float) is compared against a value
from the timestamp database, which was stored as an integer there.
When working on a filesystem with precise timestamps the comparision
will fail nearly everytime hence.
Although it might be possible to enhance the database to store the
fractional part too, this will complicate things more than we would
gain by this change.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
'encodings' uses font-util's pkg-config file to determine location of
the X11 font directory. When 'font-util' is not staged yet (as it was
the case), it will use buildhost information which point to something
like /usr/share/X11 (which is outside of the staging dir) and which are
not writable.
This results into an empty 'encodings' package on first bitbake run in a
pristine tree; 'encodings' must be rebuilt so that it can use font-util
information from previous runs.
As 'font-util' itself does not require 'encodings' during build-time,
there were swapped the DEPENDS.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Cc: David-John Willis <John.Willis@Distant-earth.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Problems mentioned in 4187d3df8838506f6578a2b0f2fb98f98c41e151 (Aug
2006) seem to went away and build succeeds with system zlib now. Using
system libraries is preferable because it saves space and allows better
tracking of security issues.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
That's (nearly) a copy of the old 2.3.11 recipe.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
Depending on autotools/libtool version and configure flags, dbus-daemon
will be built sometimes below .libs/ and sometimes in base directory.
Using 'libtool --mode=install' is a portable way to deal with this.
Changing Makefile.am to use native automake methods to install this
files would be a better but more invasive fix.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
When compiling gcc target code make passes -I(GMPINC)
but this one points to the host dir (it is set to HOST_GMPINC
which in oe points to tmp/sysroots/i686-linux/usr/include)
This patch breaks the env var $(INCLUDES) in two
and only uses the TARGET specific part for compiling libgcc
and the crt stuff.
This has been fully tested with gcc 4.1.2. For 4.1.0 and 4.1.0 it is
verified that the patch applies properly
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
@CFLAGS@ doesn't belong in pkgconfig files
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
clamav 0.96.1 makes use of this flag
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Since normally OpenSSL headers are already included from "openssl"
directory, don't add it to the path again, which breaks the build
with external toolchains. Thanks to Pierluigi Passaro for suggesting
the fix:
http://e2e.ti.com/support/embedded/f/354/p/53964/198615.aspx
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|