summaryrefslogtreecommitdiff
path: root/recipes/python/python-pycrypto_2.0.1.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-09 19:03:34 +0100
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-09 19:03:34 +0100
commitfe63fdaa70f4054c4d0b2de4d45c5f5bf0fa0bc8 (patch)
tree291dae1be6c98b4742101712b17a27ccf1232161 /recipes/python/python-pycrypto_2.0.1.bb
parenteda60d48fa4f727f26d7b852695b45f2415475ec (diff)
linux: gta03 won't ever see the light of day. remove references to it from three OM kernel recipes.
Diffstat (limited to 'recipes/python/python-pycrypto_2.0.1.bb')
0 files changed, 0 insertions, 0 deletions
t'> Drop the do_install musl append since the charset file is no longer installed. Refresh the patch. Also update the PREFERRED_VERSION. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2016-01-22gzip: Fix build with muslKhem Raj1 gzip 1.6 uses an older version of gnulib when cross compiling it treats fseeko as broken since it cant do runtime checks for it during configure this only shows up on musl since for glibc since it has special check for gnu c library, so we aid the system by telling it that fflush on stdin works well with musl Use NO_ASM to avoid textrels Delete charset.alias for musl which is again another issue in gnulib not knowing musl platform Signed-off-by: Khem Raj <raj.khem@gmail.com> 2015-09-21gzip: fix install if bindir == base_bindirDominic Sacré1 Don't try to move binaries onto themselves if ${bindir} and ${base_bindir} are the same, as is the case on systems with a merged /usr directory. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Ross Burton <ross.burton@intel.com> 2015-02-07gzip 1.3.12: a few fixesRobert Yang3 * Let gzip_1.3.12.bb and gzip_1.6.bb use gzip.inc to remove duplicated code. * Fixed for gzip_1.3.12.bb: WARNING: QA Issue: gzip requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] * Remove native extend from gzip_1.3.12.bb, keep gzip_1.6.bb's. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 2014-12-05gzip: fix MakeMaker issues with using wrong SHELL/GREPJackie Huang2 A set of substitution is being processed to all target scripts with sed by replacing some key words with the detected values at configure time, this is exactly not compliant with cross compling, and will cause missing path errors at run time like: "/usr/bin/zgrep: line 230: /usr/bin/grep: No such file or directory" Fixed by removing unneeded substitution and using real runtime paths instead. Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 2014-08-23gzip: set CONFIG_SHELL to /bin/shRobert Yang1 It would be bash, sh, ksh or sh5 according to the host if we don't set this, and its scripts don't have bashism as the checkbashisms shows. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2014-07-10gzip: move uncompress bin to avoid cross-fs linkSaul Wold2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2014-06-01gzip: Avoid host contamination during buildDan McGregor1 On systems with /bin and /usr/bin merged the gzip recipe may find grep in /usr/bin, while OE puts it in /bin. Force the recipe to find grep in the correct place. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>