diff options
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index e541c72c2d..7bbe8b63a2 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -833,7 +833,7 @@ def package_qa_check_rdepends(pkg, pkgdest, skip, taskdeps, packages, d): | |||
833 | 833 | ||
834 | if not "-dbg" in pkg and not "packagegroup-" in pkg and not "-image" in pkg: | 834 | if not "-dbg" in pkg and not "packagegroup-" in pkg and not "-image" in pkg: |
835 | localdata = bb.data.createCopy(d) | 835 | localdata = bb.data.createCopy(d) |
836 | localdata.setVar('OVERRIDES', pkg) | 836 | localdata.setVar('OVERRIDES', localdata.getVar('OVERRIDES', True) + ':' + pkg) |
837 | bb.data.update_data(localdata) | 837 | bb.data.update_data(localdata) |
838 | 838 | ||
839 | # Now check the RDEPENDS | 839 | # Now check the RDEPENDS |