Home
last modified time | relevance | path

Searched refs:__version__ (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake30 __version__ = "2.9.0" variable
33 if __version__ != bb.__version__:
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddiagnose.py9 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 Ddepfile.py18 __version__ = '1.0' variable
63 version = __version__,
H A Dkerneldoc.py46 __version__ = '1.0' variable
69 cmd += ['-sphinx-version', sphinx.__version__]
165 version = __version__,
H A Dhxtool.py32 __version__ = '1.0' variable
192 version = __version__,
H A Ddbusdoc.py46 __version__ = "1.0" variable
166 return dict(version=__version__, parallel_read_safe=True, parallel_write_safe=True)
/openbmc/linux/Documentation/sphinx/
H A Dkerneldoc.py44 __version__ = '1.0' variable
67 cmd += ['-sphinx-version', sphinx.__version__]
167 version = __version__,
H A Dkernel_feat.py46 __version__ = '1.0' variable
52 version = __version__
H A Dkernel_abi.py48 __version__ = '1.0' variable
54 version = __version__
H A Dmaintainers_include.py29 __version__ = '1.0' variable
34 version = __version__,
H A Dcdomain.py46 __version__ = '1.1' variable
137 version = __version__,
H A Dkernel_include.py42 __version__ = '1.0' variable
50 version = __version__,
/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py19 __version__ = '1.0' variable
83 version = __version__,
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A D__init__.py20 __version__ = '1.0' variable
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A D__init__.py47 __version__ = '2.3' variable
/openbmc/u-boot/Documentation/sphinx/
H A Dcdomain.py44 __version__ = '1.0' variable
54 version = __version__,
H A Dkerneldoc.py42 __version__ = '1.0' variable
143 version = __version__,
H A Dkernel_include.py42 __version__ = '1.0' variable
50 version = __version__,
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A D__init__.py7 __version__ = "1.0.0" variable
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-versiontools_1.9.1.bb1 SUMMARY = "Smart replacement for plain tuple used in __version__"
H A Dpython3-pyudev_0.24.1.bb12 sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0001-do-not-import-target-module-while-cross-compile.patch46 - version = m.__version__
61 + version = module.__version__
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0002-do-not-import-target-module-while-cross-compile.patch44 - version = m.__version__
59 + version = module.__version__
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/
H A Dpython3-cson_git.bb22 echo "__version__=${PV}" > ${S}/version.py
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/
H A D0001-setup.py-Use-setuptools-instead-of-distutils.patch20 currentVersion = AWSIoTPythonSDK.__version__

123