| Message ID | 20260814-mathieu-sudo-home-v1-2-d6c8251de9f4@bootlin.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | sudo: Ignore hardcoded home paths in QA | expand |
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index e46934171810..05cae03a36ae 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -48,3 +48,4 @@ do_install:prepend (){ } CVE_VERSION_SUFFIX = "patch" +OEQA_BUILDPATHS_SKIP = "/home/buildroot"
The changelog contains the "/home/buildroot/autobuild/" string. Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> --- meta/recipes-extended/sudo/sudo.inc | 1 + 1 file changed, 1 insertion(+)