diff options
-rw-r--r-- | recipes-qt/qt5/qt5-ptest.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-ptest.inc b/recipes-qt/qt5/qt5-ptest.inc index d39f65aa..4844878a 100644 --- a/recipes-qt/qt5/qt5-ptest.inc +++ b/recipes-qt/qt5/qt5-ptest.inc | |||
@@ -14,7 +14,7 @@ do_compile_ptest() { | |||
14 | } | 14 | } |
15 | 15 | ||
16 | do_populate_sysroot_append_class-target() { | 16 | do_populate_sysroot_append_class-target() { |
17 | workdir = d.getVar('WORKDIR') | 17 | workdir = d.getVar('WORKDIR', True) |
18 | srcdir = workdir + '/sysroot-destdir/usr/' | 18 | srcdir = workdir + '/sysroot-destdir/usr/' |
19 | destdir = workdir + '/recipe-sysroot/usr/' | 19 | destdir = workdir + '/recipe-sysroot/usr/' |
20 | 20 | ||