Skip to content
  1. Oct 24, 2013
    • Chen Qi's avatar
      autofs: fix do_install failure and remove unused /var/run directory · ddfcd908
      Chen Qi authored
      
      
      If ${D}/run doesn't exist, the following statement will have non-zero
      exit code, which leads to do_install failure.
           test -d ${D}/run && rmdir ${D}/run
      
      Modify it to use the if statement to make the do_install task succeed
      no matter ${D}/run exists or not.
      
      Also, this patch removes the unused /var/run directory. Leaving that
      directory there will result in /run directory created before splitting
      package, which in turn lead to 'installed-vs-shipped' QA error or QA
      warning.
      
      Signed-off-by: default avatarChen Qi <Qi.Chen@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      ddfcd908
  2. Oct 21, 2013
  3. Oct 18, 2013
  4. Oct 17, 2013
  5. Oct 15, 2013
  6. Oct 14, 2013