summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb')
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb
index 8b9938f572..3401b7b39e 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
10SRCREV = "834670317bd3f6e427e1ac461c07ada6b8936dfd" 10SRCREV = "834670317bd3f6e427e1ac461c07ada6b8936dfd"
11PV .= "+git${SRCPV}" 11PV .= "+git${SRCPV}"
12 12
13SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \ 13SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master \
14" 14"
15UPSTREAM_VERSION_UNKNOWN = "1" 15UPSTREAM_VERSION_UNKNOWN = "1"
16 16
@@ -27,3 +27,5 @@ do_compile () {
27do_install () { 27do_install () {
28 install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner 28 install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner
29} 29}
30
31RDEPENDS_${PN}_append_libc-glibc = " libgcc"