1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbclass version

This commit is contained in:
Richard Purdie
2009-01-25 17:20:05 +00:00
parent c2c16bced8
commit be10b46b73
5 changed files with 14 additions and 34 deletions
+1 -1
View File
@@ -439,7 +439,7 @@ def package_qa_check_rdepends(pkg, workdir, d):
bb.data.update_data(localdata)
# Now check the RDEPENDS
rdepends = explode_deps(bb.data.getVar('RDEPENDS', localdata, True) or "")
rdepends = bb.utils.explode_deps(bb.data.getVar('RDEPENDS', localdata, True) or "")
# Now do the sanity check!!!