Skip to content
  1. Nov 24, 2013
    • Olof Johansson's avatar
      rsyslog: rename libjson to json-c in DEPENDS · 20525d90
      Olof Johansson authored
      
      
      The libjson recipe was renamed to json-c in commit 533c1db2 of oe-core.
      
      Signed-off-by: default avatarOlof Johansson <olof.johansson@axis.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      20525d90
    • Martin Jansa's avatar
      fbset-modes: Explicitly set MACHINE_ARCH · ae46bf3e
      Martin Jansa authored
      * bitbake-diffsigs output:
        basehash changed from 2f6aa4302713441e9c3c7207c4edea33 to 3486f2b65998ee4ec5bd5fbbe02cadb0
        List of dependencies for variable TARGET_LD_ARCH changed from 'set([])' to 'set(['TUNE_LDARGS'])'
        List of dependencies for variable TARGET_AS_ARCH changed from 'set([])' to 'set(['TUNE_ASARGS'])'
        List of dependencies for variable TARGET_OS changed from 'set([])' to 'set(['ABIEXTENSION', 'LIBCEXTENSION'])'
        List of dependencies for variable TARGET_CC_ARCH changed from 'set([])' to 'set(['TUNE_CCARGS'])'
        List of dependencies for variable TARGET_ARCH changed from 'set([])' to 'set(['TUNE_ARCH'])'
        Dependency on Variable ABIEXTENSION was removed
        Dependency on Variable TUNE_CCARGS was removed
        Dependency on Variable TUNE_FEATURES_tune-armv5t was removed
        Dependency on Variable TUNE_FEATURES_tune-armv5te was removed
        Dependency on Variable TUNE_ARCH was removed
        Dependency on Variable LIBCEXTENSION was removed
        Dependency on Variable TUNE_FEATURES_tune-armv5 was removed
        Dependency on Variable TUNE_LDARGS was removed
        Dependency on Variable DEFAULTTUNE was removed
        Dependency on Variable TUNE_ASARGS was removed
        Dependency on Variable TUNE_FEATURES was removed
        Variable TARGET_LD_ARCH value changed from 'none' to '${TUNE_LDARGS}'
        Variable TARGET_AS_ARCH value changed from 'none' to '${TUNE_ASARGS}'
        Variable TARGET_OS value changed from 'linux' to 'linux${LIBCEXTENSION}${ABIEXTENSION}'
        Variable TARGET_CC_ARCH value changed from 'none' to '${TUNE_CCARGS}'
        Variable TARGET_ARCH value changed from 'allarch' to '${TUNE_ARCH}'
        Hash for dependent task fbset-modes.bb.do_patch changed from eb8e475b55d64d5c9f6427a90e080ba6 to ee7e89fdd852378ee18ac23cdd92f3d3
      ae46bf3e
    • Dan McDougall's avatar
      python-futures: New package (provides concurrent.futures) · ef44854f
      Dan McDougall authored
      
      
      The python-futures package is a backport of Python 3.2+'s
      concurrent.futures module to Python 2.6+.
      
      Signed-off-by: default avatarDan McDougall <daniel.mcdougall@liftoffsoftware.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      ef44854f
  2. Nov 22, 2013
  3. Nov 21, 2013
    • Martin Jansa's avatar
      meta-oe, meta-efl: Restore few MIRROR variables · 8f69ed50
      Martin Jansa authored
      
      
      * these were correctly removed from oe-core in
        commit 3b333896c71689c664475d53daed52404bf6b21b
        Author: Phil Blundell <pb@pbcl.net>
        Date:   Thu Nov 14 18:15:46 2013 +0000
      
          bitbake.conf: Remove obsolete/unused MIRROR cruft
        but we still need them here, so add them to layer.conf
      
      * FREESMARTPHONE_GIT is used by 4 recipes in meta-oe and a lot more in meta-fso (which depends on meta-oe)
        meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master"
        meta-oe/recipes-support/serial-utils/pty-forward-native.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
        meta-oe/recipes-support/serial-utils/serial-forward_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
        meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master"
      
      * E_MIRROR/E_SVN are used in many recipes in meta-efl, even with
        upstream moveing to git, not all components are already in git
        and for distros with populated PREMIRROR these variables are still
        important to parse the recipes.
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      8f69ed50
  4. Nov 20, 2013
  5. Nov 18, 2013