Skip to content
  1. Oct 21, 2013
  2. Oct 18, 2013
  3. Oct 17, 2013
  4. Oct 15, 2013
  5. Oct 14, 2013
    • Joe Slater's avatar
      xdebug: update to version 2.2.3 · 29390a3a
      Joe Slater authored
      
      
      Version 2.2.1 will not build with modphp 5.5.
      
      Signed-off-by: default avatarJoe Slater <jslater@windriver.com>
      29390a3a
    • Fathi Boudra's avatar
      python-numpy: add config files for armeb architecture · 9fede488
      Fathi Boudra authored
      
      
      Fix python-numpy build failure on armeb architecture.
      
      Signed-off-by: default avatarAnders Roxell <anders.roxell@linaro.org>
      Acked-by: default avatarKoen Kooi <koen.kooi@linaro.org>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      9fede488
    • Hongxu Jia's avatar
      mariadb: Add mysql5 to RPROVIDES for backwards compatibility · 0933085d
      Hongxu Jia authored
      
      
      It failed to build image while IMAGE_INSTALL += "mysql5"
      For backwards compatibility:
      - Add mysql5 to RPROVIDES_${PN}
      - Add mysql5-dbg to RPROVIDES_${PN}-dbg
      - Add mysql5-leftovers to RPROVIDES_${PN}-leftovers
      - Use "+=" instead of "=" in  RPROVIDES_${PN}-client and
        RPROVIDES_${PN}-server
      
      The same to RREPLACES and RCONFLICTS.
      
      Signed-off-by: default avatarHongxu Jia <hongxu.jia@windriver.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      0933085d
    • Hongxu Jia's avatar
      mariadb: fix do_configure failed while multilib is used · a0a4037c
      Hongxu Jia authored
      
      
      Here is the error log from mariadb's configure test
      ...
       checking for zlib compression library... configure: error: headers or
      binaries were not found in /home/jiahongxu/yocto/build-20131009-mysql/
      bitbake_build/tmp/sysroots/qemux86-64/usr/{include,lib}
      ...
      
      When multilib is used, the baselib is assigned with "lib64", here is
      the log from 'bitbake mariadb -e'
      ...
       4738 # $baselib [3 operations]
       4739 #   set conf/bitbake.conf:10
       4740 #     "${BASELIB}"
       4741 #   set conf/bitbake.conf:11
       4742 #     [vardepvalue] "${baselib}"
       4743 #   set /home/jiahongxu/yocto/build-20131009-mysql/layers/oe-core/meta/conf/multilib.conf:2
       4744 #     "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or d.getVar('BASELIB', True)}"
       4745 # computed:
       4746 #   "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or d.getVar('BASELIB', True)}"
       4747 baselib="lib64"
      ...
      
      In this situation, the zlib locates in 'lib64' rather than 'lib'.
      But mariadb's confiure test still searches zlib in 'lib'.
      
      Modify mariadb's confiure to let lib dir configurable rather
      than hardcode could fix this issue.
      
      Signed-off-by: default avatarHongxu Jia <hongxu.jia@windriver.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      a0a4037c
    • Hongxu Jia's avatar
      mariadb: fix warning while invoking 'mysql_install_db' on target · 4e59f568
      Hongxu Jia authored
      
      
      Invoke 'mysql_install_db' on target, there are some warnings:
      ...
      Installing MariaDB/MySQL system tables...
      131009  6:13:14 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
      OK
      Filling help tables...
      131009  6:13:14 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
      OK
      ...
      
      Modify my.cnf to use '--skip-external-locking' instead of '--skip-locking'
      could fix this issue.
      
      Signed-off-by: default avatarHongxu Jia <hongxu.jia@windriver.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      4e59f568
    • Hongxu Jia's avatar
      mariadb: update libdir for libtool · 8a5dc53b
      Hongxu Jia authored
      
      
      In mariadb recipe,do_install move all the lib files from usr/lib/mysql
      to usr/lib,but didn't change libdir value in *.la libtool file. This
      will cause libtool can't get correct lib path of mysql when other
      package need mysql lib.So update them to correct value.
      
      Here is a exapmle:
      In libmysqlclient.la file: libdir = "/usr/lib/mysq/", but in fact
      libmysqclient.so is installed into  "/usr/lib", this will cause
      libtool can not find correct lib file with libmysqlclient.la, then
      libtool will use rpath option to reference a absolute path, and
      this will cause rpath WARING and rpm error.
      
      Signed-off-by: default avatarHongxu Jia <hongxu.jia@windriver.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      8a5dc53b
    • Koen Kooi's avatar
      image-magick: update to latest patchset · 56ee51dd
      Koen Kooi authored
      
      
      And switch to upstream mirror which keeps old releases. This makes it fetch again.
      
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      56ee51dd
    • Felipe F. Tonello's avatar
      Revert "gypsy: Added init script" · ff73480f
      Felipe F. Tonello authored
      This reverts commit 13f540c5
      
      .
      
      This daemon is called by dbus when I client connects to it. So it's not
      necessary to have the init script. This patch would be useful if we add the
      init script as a separeted package. But for now we can remove it.
      
      Signed-off-by: default avatarFelipe F. Tonello <eu@felipetonello.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      ff73480f
    • Jack Mitchell's avatar
      libsoc: update to 0.4 · 7ecbba2d
      Jack Mitchell authored
      
      
      Signed-off-by: default avatarJack Mitchell <jack@embed.me.uk>
      Acked-by: default avatarDenys Dmytriyenko <denys@ti.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      7ecbba2d
    • Andreas Müller's avatar
      xfce4-icon-theme: add xfce4-dev-tools-native to DEPENDS · 66dc4af0
      Andreas Müller authored
      
      
      fixes (detected in Martin's world build):
      
      | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-icon-theme/4.4.3-r0/xfce4-icon-theme-4.4.3/configure: line 4836: syntax error near unexpected token `am'
      | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-icon-theme/4.4.3-r0/xfce4-icon-theme-4.4.3/configure: line 4836: `XDT_I18N(am ar ca cs da de dz el en_GB eo et eu fi fr he hu id ja ka ko lt lv mk nb_NO pl pt_BR pt_PT ro ru si sk sq tr uk ur zh_CN zh_TW)'
      | Configure failed. The contents of all config.log files follows to aid debugging
      
      Signed-off-by: default avatarAndreas Müller <schnitzeltony@googlemail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      66dc4af0
    • Andreas Müller's avatar
      xfwm4: add exo-native to DEPENDS · 9a15c646
      Andreas Müller authored
      
      
      fixes (detected in Martin's world build):
      
      | make[2]: Entering directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git/settings-dialogs'
      | gdk-pixbuf-csource --raw --build-list \
      | 	monitor_icon_data ./monitor-icon.png > monitor-icon.h
      | exo-csource --static --strip-comments --strip-content --name=xfwm4_dialog_ui xfwm4-dialog.glade >xfwm4-dialog_ui.h
      | exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui xfwm4-tweaks-dialog.glade >xfwm4-tweaks-dialog_ui.h
      | exo-csource --static --strip-comments --strip-content --name=workspace_dialog_ui xfwm4-workspace-dialog.glade >xfwm4-workspace-dialog_ui.h
      | /bin/bash: exo-csource: command not found
      | /bin/bash: exo-csource: command not found
      | /bin/bash: exo-csource: command not found
      | make[2]: *** [xfwm4-dialog_ui.h] Error 127
      | make[2]: *** Waiting for unfinished jobs....
      | make[2]: *** [xfwm4-tweaks-dialog_ui.h] Error 127
      | make[2]: *** [xfwm4-workspace-dialog_ui.h] Error 127
      | make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git/settings-dialogs'
      | make[1]: *** [all-recursive] Error 1
      | make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git'
      | make: *** [all] Error 2
      | ERROR: oe_runmake failed
      | WARNING: exit code 1 from a shell command.
      | ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4
      
      Signed-off-by: default avatarAndreas Müller <schnitzeltony@googlemail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      9a15c646
    • Andreas Müller's avatar
      xfce4-weather-plugin: add libsoup-2.4 to DEPENDS · f31aedec
      Andreas Müller authored
      
      
      fixes (detected in Martin's) world build:
      
      | configure:14617: checking for libsoup-2.4 >= 2.26.0
      | configure:14659: result: not found
      
      Signed-off-by: default avatarAndreas Müller <schnitzeltony@googlemail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      f31aedec
    • Andreas Müller's avatar
      xfce4-settings: add exo-native to DEPENDS · 44ba217c
      Andreas Müller authored
      
      
      fixes (found in Martin's world build)
      
      | /bin/bash: exo-csource: command not found
      | make[3]: *** [appearance-dialog_ui.h] Error 127
      | make[3]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+b7a0e1fd77-r0/git/dialogs/appearance-settings'
      | make[2]: *** [all-recursive] Error 1
      | make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+b7a0e1fd77-r0/git/dialogs'
      | make[1]: *** [all-recursive] Error 1
      | make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+b7a0e1fd77-r0/git'
      | make: *** [all] Error 2
      | ERROR: oe_runmake failed
      | WARNING: exit code 1 from a shell command.
      | ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings
      
      Signed-off-by: default avatarAndreas Müller <schnitzeltony@googlemail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      44ba217c