Skip to content
  1. Jul 12, 2013
    • Martin Jansa's avatar
      llvm2: don't install llvm-config to bindir · 1295dedc
      Martin Jansa authored
      
      
      * there is llvm-config in binconfig/LLVM_RELEASE
      * this one was creating conflict between different llvm*-dev versions
        installed on target:
        ./llvm2.9/2.9-r3/packages-split/llvm2.9-dev/usr/bin/llvm2.9/llvm-config
        ./llvm2.9/2.9-r3/packages-split/llvm2.9-dev/usr/bin/llvm-config
        ./llvm2.8/2.8-r3/packages-split/llvm2.8-dev/usr/bin/llvm2.8/llvm-config
        ./llvm2.8/2.8-r3/packages-split/llvm2.8-dev/usr/bin/llvm-config
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      1295dedc
    • Martin Jansa's avatar
      llvm: Consolidate .inc files · 71e91988
      Martin Jansa authored
      
      
      * unlike other recipes where we have a rule to keep only one
        version, llvm is different so we'll keep .inc files
      * llvm.inc is shared by all, llvm[23].inc are separated because
        2.* is built with cmake and 3.* with automake
      * fix staticdev packaging and move it to shared llvm.inc
        FILES_${PN}-static-dev = "${libdir}/${LLVM_DIR}/*.a"
        (it's staticdev not static-dev)
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      71e91988
  2. Jul 09, 2013
  3. Jul 08, 2013
  4. Jul 05, 2013
  5. Jul 02, 2013
    • Martin Jansa's avatar
      vsftpd: add missing dependency on openssl · 46354a69
      Martin Jansa authored
      
      
      * Fails without openssl in sysroot:
        | i586-webos-linux-gcc  -m32 -march=i586 --sysroot=/OE/sysroots/qemux86 -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o  -lssl -lcrypto -lnsl -lresolv -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lcrypt -lcap
        | /OE/sysroots/x86_64-linux/usr/libexec/i586-webos-linux/gcc/i586-webos-linux/4.7.2/ld: cannot find -lssl
        | /OE/sysroots/x86_64-linux/usr/libexec/i586-webos-linux/gcc/i586-webos-linux/4.7.2/ld: cannot find -lcrypto
        | collect2: error: ld returned 1 exit status
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      Signed-off-by: default avatarJoe MacDonald <joe.macdonald@windriver.com>
      46354a69
  6. Jun 29, 2013
  7. Jun 28, 2013
  8. Jun 27, 2013