From 2124e7ecd88d1aded320e86da62785c3ab171b27 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 9 May 2022 17:59:47 +0000 Subject: [PATCH] dsptop: fix host contamination warning Fixes this warning: | WARNING: dsptop-1.4.0-r2.2 do_package_qa: QA Issue: dsptop: /usr/bin/dsptop is owned by uid 1000, | which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb b/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb index e8853ff8..90ce8943 100644 --- a/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb +++ b/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb @@ -15,6 +15,7 @@ EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC do_install() { oe_runmake install DESTDIR=${D} + chown -R root:root ${D} } COMPATIBLE_MACHINE = "dra7xx"