generic-poky/classes
Martin Jansa 7caede7850 qmake5: Fix cleaning separate build directory and use it by default
* "${B}/*" in quotes doesn't match anything, better to remove whole directory
  (incluing .files) and recreate it
* not sure why I've added quotes after testing first version, we don't
  expect B with spaces.. but I'm a bit scared with rm -rf ${SOME_VAR}
  after one glibc upgrade cleaned my whole disk and attached NFS array
  when OLD_LOCALE_PATH wasn't detected correctly...
* qmake works well with separate B, use it by default

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-09 13:56:49 +02:00
..
qmake5.bbclass qmake5_base: export OE_QMAKE variables only in qtbase recipes 2013-05-09 13:56:49 +02:00
qmake5_base.bbclass qmake5: Fix cleaning separate build directory and use it by default 2013-05-09 13:56:49 +02:00