summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/insane.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index eb19425652..77a2039738 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -945,7 +945,7 @@ def package_qa_check_host_user(path, name, d, elf, messages):
945 945
946 dest = d.getVar('PKGDEST') 946 dest = d.getVar('PKGDEST')
947 pn = d.getVar('PN') 947 pn = d.getVar('PN')
948 home = os.path.join(dest, 'home') 948 home = os.path.join(dest, name, 'home')
949 if path == home or path.startswith(home + os.sep): 949 if path == home or path.startswith(home + os.sep):
950 return 950 return
951 951