Skip to content
  1. Jul 15, 2014
  2. Jun 29, 2014
    • Amy Fong's avatar
      Uprev memcached from upstream · 87bbe916
      Amy Fong authored
      
      
      memcached 1.4.15 has some configuration errors:
      configure:5798: error: cannot run test program while cross compiling
      
      Uprev has the needed fix for the configuration error and some other fixes.
      
      Signed-off-by: default avatarAmy Fong <amy.fong@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe_macdonald@mentor.com>
      87bbe916
    • Roy Li's avatar
      tftp-hpa: fix a build failure · 43da512c
      Roy Li authored
      
      
      AR is defined as "ar cq" in MCONFIG.in, then "cq" is no longer needed in
      Makefile of common and libs subdir.
      	#grep AR MCONFIG.in
      	AR	= ar cq
      	#
      
      	#grep AR common/Makefile
      	$(AR) $(LIB) $(OBJS)
      	#
      But MCONFIG maybe not able to be generated by MCONFIG.in, common/Makefile
      allows this condition [Note the - before include]
      	#grep MCONFIG common/Makefile
      	-include ../MCONFIG
      	#
      then AR from building environment is used, but it not included the parameter
      "cq", and lead to below error, so add the "cq" to AR to fix this issue.
      	i586-wrs-linux-ar libcommon.a tftpsubs.
      	i586-wrs-linux-ar: two different operation options specified
      
      Signed-off-by: default avatarRoy Li <rongqing.li@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe_macdonald@mentor.com>
      43da512c
  3. Jun 25, 2014
  4. Jun 24, 2014
  5. Jun 21, 2014
    • Martin Jansa's avatar
    • Martin Jansa's avatar
    • Martin Jansa's avatar
      lua: Remove lua5.1 · 3181aa0e
      Martin Jansa authored
      
      
      * we have lua-5.2 in "lua" recipe and lua-5.1 in "lua5.1", but these
        aren't completely separate in sysroot:
        WARNING: The recipe lua is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
         /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/lauxlib.h
         Matched in manifest-qemux86-lua5.1.populate_sysroot
         /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/lua.h
         Matched in manifest-qemux86-lua5.1.populate_sysroot
         /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/lua.hpp
         Matched in manifest-qemux86-lua5.1.populate_sysroot
         /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/luaconf.h
         Matched in manifest-qemux86-lua5.1.populate_sysroot
         /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/lualib.h
         Matched in manifest-qemux86-lua5.1.populate_sysroot
         /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/lib/liblua.a
         Matched in manifest-qemux86-lua5.1.populate_sysroot
        Please verify which package should provide the above files.
        Causing some undeterministic behavior.
      * keep only 5.2 in "lua"
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      3181aa0e
    • Martin Jansa's avatar
      efl: use luajit by default · a4b54a8c
      Martin Jansa authored
      
      
      * lua-old is less tested and supported by upstream and luajit
        seems to work OK with 1.10.0
      * luajit will be hard dependency with elua
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      a4b54a8c