diff options
Diffstat (limited to 'meta/recipes-support/ptest-runner')
| -rw-r--r-- | meta/recipes-support/ptest-runner/ptest-runner_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb index 7443811d8c..bc1b0a4d46 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb | |||
| @@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d | |||
| 11 | 11 | ||
| 12 | INHIBIT_DEFAULT_DEPS = "1" | 12 | INHIBIT_DEFAULT_DEPS = "1" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}" | ||
| 15 | |||
| 14 | do_install () { | 16 | do_install () { |
| 15 | mkdir -p ${D}${bindir} | 17 | mkdir -p ${D}${bindir} |
| 16 | install -m 0755 ${WORKDIR}/ptest-runner ${D}${bindir} | 18 | install -m 0755 ${WORKDIR}/ptest-runner ${D}${bindir} |
