Age | Commit message (Collapse) | Author | Files |
|
colons (Bug 5429)
* Use linux-uclibcebi for target OS on ARM uclibc.
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>
|
|
openssl 1.0.0 has more fields in config-strings, so Configure patches
forward-ported from previous openssl versions needed further adjustments to
build for more targets (initially tested only on i686 and x86_64).
Clean up useless date output in patches (somehow crawled in via quilt)
along the way.
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>
|
|
* DEFAULT_PREFERENCE = "-1", since it might break apps
* enable engines build (and package those separately)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Config file is accessed directly from libcrypto, so belongs to
libcrypto package.
openssl-misc is a new package that contains CA management scripts.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
* Upgrade both openssl and openssl-native to 0.9.8m
* Upgrade the Makefile and Config changes
* Switch to checksums inside the recipe
|
|
This is needed to stop tripping up security protections on Fedora 12 and
probably other selinux using distros
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This patch reverts the cosmetic change which used linux-gnu instead of linux
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Holger Freyther <zecke@selfish.org>
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
* Bump the ABI_LAYOUT. Build from scratch will be needed.
* Replace using TARGET_OS from linux->linux-gnu.
* Replace using linux-uclibcgnueabi->linux-uclibceabi.
* Add 'eabi' to DISTRO_FEATURES (only for minimal and micro).
* Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS.
* Fix the micro conf to get console image building.
* Fix the linux-uclibcgnueabi overrides in all recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Phill Blundell <pb@reciva.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
openssl's makefile always installs to ${prefix}/lib, even if
libdir is ${prefix}/lib64. Move some files around to make it fit.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
|
|
Many thanks to Phil Blundell.
|
|
|
|
|
|
|
|
DEFAULT_PREFERENCE = -1 is removed from the -native recipes; this
caused problems with tools linking against different versions of
the openssl libs, resulting in obscure build failures (e.g.
python-native "import md5" would fail).
|
|
|
|
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>
|