summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/automake/automake_1.14.1.bbappend
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-12-10 22:42:07 +0100
committerAdrian Calianu <adrian.calianu@enea.com>2015-12-14 13:37:40 +0100
commit406ec45b2045b63a73719b1203f3418bace0d122 (patch)
tree5358c5b9fbefcacf7f237903db21e043c79e72da /recipes-devtools/automake/automake_1.14.1.bbappend
parent476ddf6e0796c8e554fba534b7c7895580d6a53c (diff)
downloadmeta-el-common-406ec45b2045b63a73719b1203f3418bace0d122.tar.gz
ptest: set relative path for test-driver
Starting with dizzy(poky v1.7) parallel testing was activated and test-driver is the log driver for this mechanism. But generated Makefile is using an absolute path when calls the test-driver which is a wrong path at run-time. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: George Nita <george.nita@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'recipes-devtools/automake/automake_1.14.1.bbappend')
-rw-r--r--recipes-devtools/automake/automake_1.14.1.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/automake/automake_1.14.1.bbappend b/recipes-devtools/automake/automake_1.14.1.bbappend
new file mode 100644
index 0000000..c3f22b8
--- /dev/null
+++ b/recipes-devtools/automake/automake_1.14.1.bbappend
@@ -0,0 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI += " \
4 file://new_rt_path_for_test-driver.patch \
5 "