summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/traceframework/traceframework_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-04-21 03:43:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-20 18:13:52 -0400
commit06e58bcff3bb5df2519315fac64d60cdcf4ccae7 (patch)
treec4bf923269b3801c4e95045c24dc4139c66446a4 /recipes-bsp/traceframework/traceframework_git.bb
parent0eb32bd451b52c8b87943597051281f252b54dc4 (diff)
downloadmeta-ti-06e58bcff3bb5df2519315fac64d60cdcf4ccae7.tar.gz
recipes: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/traceframework/traceframework_git.bb')
-rw-r--r--recipes-bsp/traceframework/traceframework_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/traceframework/traceframework_git.bb b/recipes-bsp/traceframework/traceframework_git.bb
index a3b0d715..2b2020b8 100644
--- a/recipes-bsp/traceframework/traceframework_git.bb
+++ b/recipes-bsp/traceframework/traceframework_git.bb
@@ -29,6 +29,7 @@ do_install() {
29 do 29 do
30 oe_runmake install DEVICE="$device" TFW_SRC_DIR=${S} TARGET_ROOT_DIR=${D} 30 oe_runmake install DEVICE="$device" TFW_SRC_DIR=${S} TARGET_ROOT_DIR=${D}
31 done 31 done
32 chown -R root:root ${D}
32} 33}
33 34
34PACKAGES =+ "${PN}-test" 35PACKAGES =+ "${PN}-test"