Skip to content
  1. Feb 21, 2014
    • Matthieu CRAPET's avatar
      bash-completion: fix 'files already exist' WARNING message · 0477432c
      Matthieu CRAPET authored
      
      
      Some bash completion commands are already provided by util-linux recipe.
      Also disable parallel build because "symlinks" rule is buggy (see completions/Makefile.am).
      
      Signed-off-by: default avatarMatthieu CRAPET <Matthieu.CRAPET@ingenico.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      0477432c
    • Lukas Bulwahn's avatar
      python-m2crypto: special setting for x86-64 architecture · dfa33ddb
      Lukas Bulwahn authored
      
      
      After python-m2crypto was reported as failed task in bitbake world
      on 2014-02-08 by Martin Jansa, I investigated python-m2crypto with
      MACHINE = "qemux86-64" setting. When compiling python-m2crypto for
      qemux86-64, the setup.py aborts in the swig call with:
      
        | swig -python -I[...]/tmp-eglibc/sysroots/qemux86-64/usr/include/python2.7 -I[...]/tmp-eglibc/sysroots/qemux86-64/usr/include -includeall -o SWIG/_m2crypto_wrap.c SWIG/_m2crypto.i
        | [...]/tmp-eglibc/sysroots/qemux86-64/usr/include/openssl/opensslconf.h:41: Error: Unable to find 'openssl/opensslconf-32.h'
        | error: command 'swig' failed with exit status 1
        | ERROR: python setup.py build_ext execution failed.
        | WARNING: exit code 1 from a shell command.
      
      To compile for x86-64 architecture, opensslconf.h shall include
      opensslconf-64.h, not opensslconf-32.h. Properly including
      opensslconf-64.h can be configured through the bits/wordsize.h
      header and setting the __x86_64__ directive in the swig call. To
      set the directive, the SWIG_FEATURES variable for x86-64 is
      set and exported in the recipe.
      
      Compiling python-m2crypto for qemumips still fails and needs
      further adjustments, but is not addressed here.
      
      This patch follows Khem Raj's suggestion on the openembedded-devel
      mailing list after submission of the first commit to this issue.
      
      Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      dfa33ddb
    • Khem Raj's avatar
      ltp-ddt: Fix build break with newer kernels · 1f89f0a5
      Khem Raj authored
      
      
      We need to point KERNEL_INC at include-generic otherwise
      we end up with errors like
      
      |                  from src/parser/st_i2c_parser.c:42:
      |
      /home/kraj/work/angstrom-2013.12/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone/usr/src/kernel/include/linux/wait.h:8:25:
      fatal error: asm/current.h: No such file or directory
      |  #include <asm/current.h>
      |                          ^
      | compilation terminated.
      | make[2]: *** [i2c_tests] Error 1
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      1f89f0a5
    • Jonathan Liu's avatar
  2. Feb 19, 2014
  3. Feb 18, 2014
  4. Feb 17, 2014
  5. Feb 16, 2014
  6. Feb 14, 2014
  7. Feb 12, 2014
  8. Feb 04, 2014
  9. Feb 01, 2014
  10. Jan 23, 2014
  11. Jan 22, 2014