mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
package.bbclass: add nodeprrecs flag to RRECOMMENDS_pkgname
Setting this flag disables the normal additions to RRECOMMENDS for a package (useful when splitting dev / dbg packages). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
7a0c927c99
commit
c75ad4694c
@@ -1041,6 +1041,8 @@ python package_depchains() {
|
||||
|
||||
for suffix in pkgs:
|
||||
for pkg in pkgs[suffix]:
|
||||
if bb.data.getVarFlag('RRECOMMENDS_' + pkg, 'nodeprrecs', d):
|
||||
continue
|
||||
(base, func) = pkgs[suffix][pkg]
|
||||
if suffix == "-dev":
|
||||
pkg_adddeprrecs(pkg, base, suffix, func, depends, d)
|
||||
|
||||
Reference in New Issue
Block a user