Skip to content
  1. Jul 08, 2013
  2. Jul 05, 2013
  3. 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
  4. Jun 29, 2013
  5. Jun 28, 2013
  6. Jun 27, 2013
  7. Jun 20, 2013
    • Martin Jansa's avatar
      packagekit: Fix build with new glib-2.0, v2 · f7278f79
      Martin Jansa authored
      
      
      * I've accidentally pushed V1 of this patch, this merges changes from
      * V2.
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      f7278f79
    • Martin Jansa's avatar
      Revert "nodejs: upgrade to 0.10.4" · c8aa4b10
      Martin Jansa authored
      This reverts commit 903e7131.
      c8aa4b10
    • Felipe F. Tonello's avatar
      c47471a1
    • Martin Jansa's avatar
      nodejs: upgrade to 0.10.4 · 903e7131
      Martin Jansa authored
      * 0001-gcc-has-a-builtin-define-to-denote-hard-abi-when-in-.patch seems
        to be resolved by https://chromiumcodereview.appspot.com/10713009
      
      
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      903e7131
    • Khem Raj's avatar
      tk: Upgrade to 8.6.0 · a695d15e
      Khem Raj authored
      
      
      This also fixes the build since tcl is moved to 8.6.0 in OE-Core
      The licence has been updated a little
      
      license.terms       2009-11-13 10:38:48.000000000 -0800
      license.terms       2012-12-19 07:39:12.000000000 -0800
      @@ -1,7 +1,8 @@
       This software is copyrighted by the Regents of the University of
      -California, Sun Microsystems, Inc., and other parties.  The following
      -terms apply to all files associated with the software unless explicitly
      -disclaimed in individual files.
      +California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
      +Corporation, Apple Inc. and other parties.  The following terms apply
      to
      +all files associated with the software unless explicitly disclaimed in
      +individual files.
      
       The authors hereby grant permission to use, copy, modify, distribute,
       and license this software and its documentation for any purpose,
      provided
      @@ -28,12 +29,12 @@
      
       GOVERNMENT USE: If you are acquiring this software on behalf of the
       U.S. government, the Government shall have only "Restricted Rights"
      -in the software and related documentation as defined in the Federal
      +in the software and related documentation as defined in the Federal
       Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
       are acquiring the software on behalf of the Department of Defense, the
       software shall be classified as "Commercial Computer Software" and the
       Government shall have only "Restricted Rights" as defined in Clause
      -252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
      +252.227-7013 (b) (3) of DFARs.  Notwithstanding the foregoing, the
       authors grant the U.S. Government and others acting in its behalf
       permission to use and distribute the software in accordance with the
       terms specified in this license.
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      a695d15e
    • Khem Raj's avatar
      omgps: Fix build with glib-2.0 > 2.35 · eccb3d02
      Khem Raj authored
      
      
      Fix errors like
      
      | src/main.c: In function 'main':
      | src/main.c:490:2: error: 'g_type_init' is deprecated (declared at
      /builds1/angstrom/build/tmp-angstrom_next-eglibc/sysroots/qemuarm/usr/include/glib-2.0/gobject/gtype.h:669)
      [-Werror=deprecated-declarations]
      |   g_type_init();
      |   ^
      | cc1: all warnings being treated as errors
      | make[1]: *** [omgps-main.o] Error 1
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      eccb3d02