summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/bitbake')
-rwxr-xr-xbitbake/bin/bitbake1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index b1fd76a4f1..f371bfe165 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -655,6 +655,7 @@ class BBCooker:
655 if (item == pn): 655 if (item == pn):
656 rdepends += bb.utils.explode_deps(bb.data.getVar('RDEPENDS', the_data, True) or "") 656 rdepends += bb.utils.explode_deps(bb.data.getVar('RDEPENDS', the_data, True) or "")
657 rdepends += bb.utils.explode_deps(bb.data.getVar('RRECOMMENDS', the_data, True) or "") 657 rdepends += bb.utils.explode_deps(bb.data.getVar('RRECOMMENDS', the_data, True) or "")
658 rdepends += bb.utils.explode_deps(bb.data.getVar("RDEPENDS_%s" % pn, the_data, True) or "")
658 else: 659 else:
659 packages = (bb.data.getVar('PACKAGES', the_data, 1).split() or "") 660 packages = (bb.data.getVar('PACKAGES', the_data, 1).split() or "")
660 for package in packages: 661 for package in packages: