diff options
Diffstat (limited to 'meta-selftest/recipes-test/cpp')
-rw-r--r-- | meta-selftest/recipes-test/cpp/cpp-example.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-selftest/recipes-test/cpp/cpp-example.inc b/meta-selftest/recipes-test/cpp/cpp-example.inc index 41aaa7219a..76ff64e87f 100644 --- a/meta-selftest/recipes-test/cpp/cpp-example.inc +++ b/meta-selftest/recipes-test/cpp/cpp-example.inc | |||
@@ -19,7 +19,6 @@ SRC_URI = "\ | |||
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | " | 20 | " |
21 | 21 | ||
22 | S = "${WORKDIR}/sources" | 22 | S = "${UNPACKDIR}" |
23 | UNPACKDIR = "${S}" | ||
24 | 23 | ||
25 | inherit ptest | 24 | inherit ptest |