1. Aug 31, 2015
  2. Aug 26, 2015
  3. Aug 14, 2015
  4. Aug 10, 2015
  5. Aug 06, 2015
  6. Jul 31, 2015
  7. Jul 29, 2015
  8. Jul 22, 2015
  9. Jul 14, 2015
  10. Jun 22, 2015
  11. Jun 19, 2015
  12. Jun 17, 2015
    • Jason Wessel's avatar
      python-gevent: Fix cross compile for ARM · a623810b
      Jason Wessel authored
      
      The lack of a proper ability to regenerate configure causes the cross
      compile detect logic to fail (shown below).  It is easiest to just
      force the cross compile option at configure time.
      
      | configure: error: in `/opt/buildtmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi/python-gevent/1.0.1-r0/gevent-1.0.1/build/temp.linux-x86_64-2.7/libev':
      | configure: error: cannot run C compiled programs.
      | If you meant to cross compile, use `--host'.
      | See `config.log' for more details
      | Running '/bin/sh /opt/buildtmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi/python-gevent/1.0.1-r0/gevent-1.0.1/libev/configure > configure-output.txt' in /opt/buildtmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi/python-gevent/1.0.1-r0/gevent-1.0.1/build/temp.linux-x86_64-2.7/libev
      | building 'gevent.core' extension
      | creating build/temp.linux-x86_64-2.7/gevent
      | ccache arm-wrs-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -marm -mthumb-interwork -mtune=cortex-a7 --sysroot=/opt/buildtmp/sysroots/fsl-ls10xx -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.linux-x86_64-2.7/libev -Ilibev -I/opt/buildtmp/sysroots/fsl-ls10xx/usr/include/python2.7 -c gevent/gevent.core.c -o build/temp.linux-x86_64-2.7/gevent/gevent.core.o
      | In file included from gevent/libev.h:2:0,
      |                  from gevent/gevent.core.c:313:
      | libev/ev.c:45:22: fatal error: config.h: No such file or directory
      |  #  include "config.h"
      |                       ^
      | compilation terminated.
      
      Signed-off-by: default avatarJason Wessel <jason.wessel@windriver.com>
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
      a623810b
  13. Jun 15, 2015
  14. Jun 10, 2015
  15. May 20, 2015
  16. May 13, 2015
  17. May 07, 2015
  18. Apr 22, 2015
  19. Apr 11, 2015
  20. Apr 08, 2015
  21. Mar 31, 2015