| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | recipe_sanity.bbclass | 32 renames = d.getVar("__recipe_sanity_renames", False) 33 if renames: 34 for (key, newkey, oldvalue, newvalue) in renames: 143 renames = self.getVar("__recipe_sanity_renames", 0) or set() 144 renames.add((key, newkey, oldvalue, newvalue)) 145 self.setVar("__recipe_sanity_renames", renames)
|
| H A D | package.bbclass | 1907 renames = [] 1937 renames.append((file, os.path.join(os.path.dirname(file), this_soname))) 1938 return (needs_ldconfig, needed, sonames, renames) 1940 def darwin_so(file, needed, sonames, renames, pkgver): 1992 def mingw_dll(file, needed, sonames, renames, pkgver): 2034 renames = [] 2041 darwin_so(file, needed, sonames, renames, pkgver) 2043 mingw_dll(file, needed, sonames, renames, pkgver) 2053 renames.extend(r[3]) 2056 for (old, new) in renames:
|
| H A D | update-alternatives.bbclass | 195 # Do these after other renames so we can correct broken links
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | convert-variable-renames.py | 23 renames = { variable 75 for old_name, new_name in renames.items():
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | __init__.py | 203 def deprecate_import(current, modulename, fromlist, renames = None): argument 212 if renames: 213 newname = renames[position]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-Return-a-valid-exit_code-from-vg_regtest.patch | 24 # renames $0 tp $1
|
| H A D | 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch | 101 # renames $0 tp $1
|
| /OK3568_Linux_fs/buildroot/package/biosdevname/ |
| H A D | Config.in | 10 ports and renames the ports accordingly. This has the
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | buildhistory_analysis.py | 345 renames = {} 366 if commondir not in renames: 367 renames[commondir] = commondir2 380 for rename in renames: 381 filechanges.append(FileChange(renames[rename], FileChange.changetype_move, rename))
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0001-Fix-segfault-with-mangled-rename-patch.patch | 8 for renames and copies (fix the existing check).
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0002-Fix-segfault-with-mangled-rename-patch.patch | 8 for renames and copies (fix the existing check).
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | directory-locking.rst | 81 renames will be blocked on filesystem lock and we don't start changing 86 (Proof: all operations but renames take lock on at most one 87 non-directory object, except renames, which take locks on source and
|
| H A D | path-lookup.txt | 86 list application with the exception of renames, which will be covered below. 357 specifically has concurrent renames/mkdir/rmdir/ creat/unlink/etc to exercise
|
| H A D | porting.rst | 77 Locking change: ->s_vfs_rename_sem is taken only by cross-directory renames. 79 global exclusion between renames for some internal purpose - you need to
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | rename-line-binary.patch | 8 This patch renames lmbench's line binary as lm_line to avoid conflicts with
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch | 4 This patch renames the --with-sysroot option to --with-libtool-sysroot
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-4.0.rst | 61 A :oe_git:`convert-variable-renames.py 62 </openembedded-core/tree/scripts/contrib/convert-variable-renames.py>`
|
| H A D | migration-2.7.rst | 169 - ``update-alternatives``: Convert file renames to
|
| H A D | migration-1.4.rst | 174 .. _migration-1.4-removals-and-renames:
|
| H A D | release-notes-4.0.rst | 268 - scripts: Add convert-variable-renames script for inclusive language variable renaming
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190720.patch.gz | |
| HD | ncurses-6.1-20191130.patch.gz | 1# ncurses 6.1 - patch 20191130 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190623.patch.gz | ... /ncurses_defs | 3
43# man/man_db.renames | 3
44# man/tabs.1 | ... |
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | exporting.rst | 15 form of reference needs to be stable across renames, truncates, and
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ncurses/ |
| H A D | ncurses.inc | 92 --without-manpage-renames \
|