Home
last modified time | relevance | path

Searched refs:renames (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drecipe_sanity.bbclass32 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 Dpackage.bbclass1907 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 Dupdate-alternatives.bbclass195 # Do these after other renames so we can correct broken links
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dconvert-variable-renames.py23 renames = { variable
75 for old_name, new_name in renames.items():
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A D__init__.py203 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 D0001-Return-a-valid-exit_code-from-vg_regtest.patch24 # renames $0 tp $1
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch101 # renames $0 tp $1
/OK3568_Linux_fs/buildroot/package/biosdevname/
H A DConfig.in10 ports and renames the ports accordingly. This has the
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py345 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 D0001-Fix-segfault-with-mangled-rename-patch.patch8 for renames and copies (fix the existing check).
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0002-Fix-segfault-with-mangled-rename-patch.patch8 for renames and copies (fix the existing check).
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Ddirectory-locking.rst81 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 Dpath-lookup.txt86 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 Dporting.rst77 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 Drename-line-binary.patch8 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 D0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch4 This patch renames the --with-sysroot option to --with-libtool-sysroot
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-4.0.rst61 A :oe_git:`convert-variable-renames.py
62 </openembedded-core/tree/scripts/contrib/convert-variable-renames.py>`
H A Dmigration-2.7.rst169 - ``update-alternatives``: Convert file renames to
H A Dmigration-1.4.rst174 .. _migration-1.4-removals-and-renames:
H A Drelease-notes-4.0.rst268 - scripts: Add convert-variable-renames script for inclusive language variable renaming
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190720.patch.gz
HDncurses-6.1-20191130.patch.gz1# ncurses 6.1 - patch 20191130 - Thomas E. Dickey 2# 3# --- ...
HDncurses-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 Dexporting.rst15 form of reference needs to be stable across renames, truncates, and
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ncurses/
H A Dncurses.inc92 --without-manpage-renames \

12