summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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 20d4e4d746..f2d2ca3689 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -780,7 +780,7 @@ def package_qa_check_rdepends(pkg, pkgdest, skip, taskdeps, packages, d):
780 filerdepends = {} 780 filerdepends = {}
781 rdep_data = oe.packagedata.read_subpkgdata(pkg, d) 781 rdep_data = oe.packagedata.read_subpkgdata(pkg, d)
782 for key in rdep_data: 782 for key in rdep_data:
783 if key.startswith("FILERDEPENDS_"): 783 if key.startswith("FILERDEPENDS:"):
784 for subkey in bb.utils.explode_deps(rdep_data[key]): 784 for subkey in bb.utils.explode_deps(rdep_data[key]):
785 if subkey not in ignored_file_rdeps and \ 785 if subkey not in ignored_file_rdeps and \
786 not subkey.startswith('perl('): 786 not subkey.startswith('perl('):