Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This rule is not needed because we do not pass correct
CFLAGS so on architectures where PIC really matters it
does not work. Therefore make is more consistent and let
-shared decide what flag to use for PIC'ness
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
For .diff/.patch you need to apply manually, you can specify apply=no.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* use newer oe staging features, by removing do_stage
* bump PR
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Found in Ångström build. libintl.so built from this recipe was not getting
an soname so the automatic shlibs code was failing making packages that
should depend on this not. Ultimately leading to failing images.
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Keep generating .a file.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Build shared library instead of static.
* with libint.a the link order matters and generally for uclibc
targets we append -lintl to LDFLAGS and sometime it gets specified
before the objects and symbols do not get pulled in. Better we
generate shared object so the linking order does not matter
Signed-off-by: Khem Raj <raj.khem@gmail.com>
glib-2.0_2.21.4.bb: Make default prefrence.
* Move to INC_PR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|