summaryrefslogtreecommitdiff
path: root/recipes/openssl
AgeCommit message (Collapse)AuthorFiles
2009-12-03openssl-native_0.9.8j.bb : set the noexec bit for stacksGraeme Gregory1
This is needed to stop tripping up security protections on Fedora 12 and probably other selinux using distros
2009-10-10classes: Use linux-gnuspe instead of non existing linux-speKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-10conf: Decosmetize TARGET_OSKhem Raj1
* 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>
2009-09-26openssl.inc: Deal with HOST_OS=linux-gnu during configure.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj1
* 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>
2009-09-01openssl.inc: fix packaging on x86_64; use INC_PRMichael Smith10
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>
2009-08-19openssl: Add linux-gnuspe-powerpc to openssl.inc target list.Leon Woestenberg1
2009-06-23openssl: add support for compilation on Via C3 host.Rolf Leggewie1
Many thanks to Phil Blundell.
2009-06-13openssl: avoid empty PREFIX since this causes Configure to do the wrong thingPhil Blundell1
2009-04-03openssl-native: removed FILESPATH setting which is not neededMarcin Juszkiewicz4
2009-04-02openssl-0.9.8j: add patch to use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-01openssl: make the default -native recipe matchMike Westerhof2
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).
2009-03-19openssl-native: make sure that PACKAGES will be empty (from Poky)Marcin Juszkiewicz3
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko35
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>