| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | brpkgutil.py | 24 rdeps = defaultdict(list) 44 rdeps[p].append(pkg) 50 return (deps, rdeps, types, versions)
|
| H A D | graph-depends | 334 deps, rdeps, dict_types, dict_versions = brpkgutil.get_dependency_tree() 335 dict_deps = deps if args.direct else rdeps
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-depends-dot | 41 def insert_dep_chain(chain, rdeps, alldeps): argument 50 for rdep in rdeps: 65 def print_dep_chains(key, rdeps, alldeps): argument 66 rlist = rdeps.copy()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/ |
| H A D | libpam_1.5.2.bb | 92 rdeps = d.getVar('RDEPENDS:' + pkg) 93 if rdeps: 94 rdeps = rdeps + " " + pn + "-" + libpam_suffix 96 rdeps = pn + "-" + libpam_suffix 97 d.setVar('RDEPENDS:' + pkg, rdeps)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/vim/ |
| H A D | vim.inc | 104 # Work around file-rdeps picking up csh, awk, perl or python as a dep 136 INSANE_SKIP:${PN}-tools = "file-rdeps"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | rust-cross-canadian-common.inc | 48 INSANE_SKIP:${RUSTLIB_TARGET_PN} = "file-rdeps arch ldflags"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/zsh/ |
| H A D | zsh_5.8.bb | 60 …ed contained in package zsh requires /bin/zsh, but no providers found in RDEPENDS:zsh? [file-rdeps]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/ |
| H A D | go-runtime.inc | 86 INSANE_SKIP:${PN}-dev = "staticdev file-rdeps arch"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/ |
| H A D | systemtap_git.bb | 60 INSANE_SKIP:${PN}-examples += "file-rdeps"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/strace/strace/ |
| H A D | update-gawk-paths.patch | 9 …ned in package strace-ptest requires /bin/gawk, but no providers found in its RDEPENDS [file-rdeps]
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-1.7.rst | 156 - Additional QA checks ``file-rdeps`` and ``build-deps`` have been
|
| H A D | migration-2.3.rst | 398 - ``file-rdeps``: The ``file-rdeps`` QA check is now an error by
|
| H A D | migration-3.0.rst | 233 - The ``file-rdeps`` runtime dependency check no longer expands
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
| H A D | samba_4.14.14.bb | 191 # fix file-rdeps qa warning
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | insane.bbclass | 36 license-checksum dev-elf file-rdeps configure-unsafe \ 781 if "file-rdeps" not in skip: 803 # skip checking /usr/bin/python if python is in the rdeps, in 832 oe.qa.handle_error("file-rdeps", error_msg, d)
|
| H A D | package.bbclass | 2383 rdeps = [] 2385 add_dep(rdeps, dep) 2386 pkg_addrrecs(pkg, base, suffix, func, rdeps, d)
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | qa-checks.rst | 84 .. _qa-check-file-rdeps: 86 - ``<packagename> requires <files>, but no providers in its RDEPENDS [file-rdeps]``
|
| H A D | classes.rst | 1122 - ``file-rdeps:`` Checks that file-level dependencies identified by
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ |
| H A D | qtbase_git.bb | 291 INSANE_SKIP:${PN}-mkspecs += "file-rdeps"
|