/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake | 30 __version__ = "2.9.0" variable 33 if __version__ != bb.__version__:
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | diagnose.py | 9 from bs4 import BeautifulSoup, __version__ 23 print("Diagnostic running on Beautiful Soup %s" % __version__) 50 print("Found html5lib version %s" % html5lib.__version__) 171 print("Comparative parser benchmark on Beautiful Soup %s" % __version__)
|
/openbmc/qemu/docs/sphinx/ |
H A D | depfile.py | 18 __version__ = '1.0' variable 63 version = __version__,
|
H A D | kerneldoc.py | 46 __version__ = '1.0' variable 69 cmd += ['-sphinx-version', sphinx.__version__] 165 version = __version__,
|
H A D | hxtool.py | 32 __version__ = '1.0' variable 192 version = __version__,
|
H A D | dbusdoc.py | 46 __version__ = "1.0" variable 166 return dict(version=__version__, parallel_read_safe=True, parallel_write_safe=True)
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kerneldoc.py | 44 __version__ = '1.0' variable 67 cmd += ['-sphinx-version', sphinx.__version__] 167 version = __version__,
|
H A D | kernel_feat.py | 46 __version__ = '1.0' variable 52 version = __version__
|
H A D | kernel_abi.py | 48 __version__ = '1.0' variable 54 version = __version__
|
H A D | maintainers_include.py | 29 __version__ = '1.0' variable 34 version = __version__,
|
H A D | cdomain.py | 46 __version__ = '1.1' variable 137 version = __version__,
|
H A D | kernel_include.py | 42 __version__ = '1.0' variable 50 version = __version__,
|
/openbmc/openbmc/poky/documentation/sphinx/ |
H A D | yocto-vars.py | 19 __version__ = '1.0' variable 83 version = __version__,
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
H A D | __init__.py | 20 __version__ = '1.0' variable
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | __init__.py | 47 __version__ = '2.3' variable
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | cdomain.py | 44 __version__ = '1.0' variable 54 version = __version__,
|
H A D | kerneldoc.py | 42 __version__ = '1.0' variable 143 version = __version__,
|
H A D | kernel_include.py | 42 __version__ = '1.0' variable 50 version = __version__,
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | __init__.py | 7 __version__ = "1.0.0" variable
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-versiontools_1.9.1.bb | 1 SUMMARY = "Smart replacement for plain tuple used in __version__"
|
H A D | python3-pyudev_0.24.1.bb | 12 sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0001-do-not-import-target-module-while-cross-compile.patch | 46 - version = m.__version__ 61 + version = module.__version__
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0002-do-not-import-target-module-while-cross-compile.patch | 44 - version = m.__version__ 59 + version = module.__version__
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/ |
H A D | python3-cson_git.bb | 22 echo "__version__=${PV}" > ${S}/version.py
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/ |
H A D | 0001-setup.py-Use-setuptools-instead-of-distutils.patch | 20 currentVersion = AWSIoTPythonSDK.__version__
|