meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-ti@lists.yoctoproject.org
Subject: [master][PATCH 10/10] dsptop: fix host contamination warning
Date: Mon,  9 May 2022 17:59:47 +0000	[thread overview]
Message-ID: <20220509175947.1994132-11-denis@denix.org> (raw)
In-Reply-To: <20220509175947.1994132-1-denis@denix.org>

From: Denys Dmytriyenko <denys@konsulko.com>

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 <denys@konsulko.com>
---
 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"
-- 
2.25.1



      parent reply	other threads:[~2022-05-09 17:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 17:59 [master][PATCH 00/10] sync up with Dunfell 08.03.00.003 Denys Dmytriyenko
2022-05-09 17:59 ` [master][PATCH 01/10] u-boot-ti: Use SRCPV instead of SRCREV for U_BOOT_LOCAL_VERSION Denys Dmytriyenko
2022-05-09 17:59 ` [master][PATCH 02/10] recipes-kernel: setup-defconfig: Use SRCPV to update KERNEL_LOCALVERSION Denys Dmytriyenko
2022-05-09 17:59 ` [master][PATCH 03/10] recipes-bsp: tifs-lpm-stub: Introduce new recipe Denys Dmytriyenko
2022-05-09 17:59 ` [master][PATCH 04/10] trusted-firmware-a: upgrade to v2.6+ Denys Dmytriyenko
2022-05-09 17:59 ` [master][PATCH 05/10] conf/machine: am62xx: Update build flag for low power mode Denys Dmytriyenko
2022-05-09 17:59 ` [master][PATCH 06/10] u-boot-ti-staging: Bump to 08.03.00.003 release Denys Dmytriyenko
2022-05-09 17:59 ` [master][PATCH 07/10] linux-ti-staging: " Denys Dmytriyenko
2022-05-09 17:59 ` [master][PATCH 08/10] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-09 17:59 ` [master][PATCH 09/10] libdce: upgrade to 3.00.15.00 and specify branch Denys Dmytriyenko
2022-05-09 17:59 ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220509175947.1994132-11-denis@denix.org \
    --to=denis@denix.org \
    --cc=meta-ti@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).