Skip to content
  1. Apr 06, 2014
    • Robert Yang's avatar
      cherokee: only install configured.py once · 4b2a4dac
      Robert Yang authored
      
      
      Both the two rules install-adminpyDATA and install-generatedDATA will
      install the configured.py to the same location, they can run parallel,
      and they use "install -m", which would might build failures:
      
      /usr/bin/install: setting permissions for `/path/to/configured.py': No such file or directory
      
      This is because the first install is setting the permission while the
      second install is removing the file an re-install.
      
      Only install the configured.py once will fix the problem, I think that
      there is no side effect since it installed the same file to the same
      location twice in the past.
      
      Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
      4b2a4dac
    • Joe Slater's avatar
      modphp: add phpize to scan for absolute paths · a60bf8c7
      Joe Slater authored
      
      
      sstate processing for items in sysroot scans certain
      file name patterns for absolute paths to be adjusted
      when items are installed into sysroot from sstate.
      phpize is not one of these patterns (surprise!) so we
      add it to the list.
      
      Signed-off-by: default avatarJoe Slater <jslater@windriver.com>
      a60bf8c7
  2. Apr 02, 2014
  3. Mar 29, 2014
  4. Mar 27, 2014
  5. Mar 26, 2014
  6. Mar 23, 2014
  7. Mar 19, 2014
  8. Mar 18, 2014
  9. Mar 17, 2014