/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/ |
H A D | 0001-configure.ac-add-py-3.10-support.patch | 18 # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build 20 …python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.… 21 …python-3.13-embed], [python-3.12-embed], [python-3.11-embed], [python-3.10-embed], [python-3.9-emb…
|
H A D | python39.patch | 18 # https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build 20 …python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3… 21 …python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.…
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/ |
H A D | parallel_make.patch | 11 diff -ruN telepathy-python-0.15.19-orig/src/Makefile.am telepathy-python-0.15.19/src/Makefile.am 12 --- telepathy-python-0.15.19-orig/src/Makefile.am 2011-03-10 08:51:49.000000000 +0800 13 +++ telepathy-python-0.15.19/src/Makefile.am 2011-03-10 08:54:45.000000000 +0800 18 -_generated/interfaces.py: $(tools_dir)/python-interfaces-generator.xsl $(wildcard $(spec_dir)/*.xm… 19 +_generated/interfaces.py: _generated/__init__.py $(tools_dir)/python-interfaces-generator.xsl $(wi… 21 $(tools_dir)/python-interfaces-generator.xsl \ 24 -_generated/constants.py: $(tools_dir)/python-constants-generator.xsl $(wildcard $(spec_dir)/*.xml) 25 +_generated/constants.py: _generated/__init__.py $(tools_dir)/python-constants-generator.xsl $(wild… 27 $(tools_dir)/python-constants-generator.xsl \ 30 -_generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec_dir)/*.xml) [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch | 4 Subject: [PATCH] qemu: Ensure pip and the python venv aren't used for meson 6 Qemu wants to use a supported python version and a specific meson version 35 @@ -969,14 +969,14 @@ python="$(command -v "$python")" 36 echo "python determined to be '$python'" 37 echo "python version: $($python --version)" 39 -python="$($python -B "${source_path}/python/scripts/mkvenv.py" create pyvenv)" 40 +python=python3 42 error_exit "python venv creation failed" 46 python="$python -B" 47 -mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Avoid-shebang-overflow-on-python-config.py.patch | 4 Subject: [PATCH] Avoid shebang overflow on python-config.py 13 [1] https://github.com/python/cpython/pull/93760#pullrequestreview-1005365737 22 @@ -2578,6 +2578,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh 25 sed -e "s,@EXENAME@,$(EXENAME)," < $(srcdir)/Misc/python-config.in >python-config.py 27 + sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' python-config.py 29 LC_ALL=C sed -e 's,\$$(\([A-Za-z0-9_]*\)),\$$\{\1\},g' < Misc/python-config.sh >python-config 30 @ # On Darwin, always use the python version of the script, the shell
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-schedutils_0.6.bb | 2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git/" 3 SECTION = "devel/python" 7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git;branch=…
|
H A D | python3-linux-procfs_0.7.3.bb | 2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/" 3 SECTION = "devel/python" 7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git;bra…
|
H A D | python3-semver_3.0.4.bb | 2 HOMEPAGE = "https://github.com/python-semver/python-semver" 3 BUGTRACKER = "https://github.com/python-semver/python-semver" 9 inherit pypi python_setuptools_build_meta ptest-python-pytest
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/ |
H A D | python3-distutils-extra_2.39.bb | 1 SUMMARY = "python-distutils extension" 2 DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeepe… 3 HOMEPAGE = "https://launchpad.net/python-distutils-extra" 4 SECTION = "devel/python" 8 SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extr… 13 S = "${WORKDIR}/python-distutils-extra-${PV}"
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer3/conf/ |
H A D | layer.conf | 8 BBFILE_PATTERN_meta-python := "^${LAYERDIR}/" 9 BBFILE_PRIORITY_meta-python = "7" 13 LAYERVERSION_meta-python = "1" 15 LAYERDEPENDS_meta-python = "core openembedded-layer" 17 LAYERSERIES_COMPAT_meta-python = "sumo"
|
/openbmc/openbmc/meta-openembedded/meta-python/conf/ |
H A D | layer.conf | 8 BBFILE_PATTERN_meta-python := "^${LAYERDIR}/" 9 BBFILE_PRIORITY_meta-python = "5" 13 LAYERVERSION_meta-python = "1" 15 LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" 17 LAYERSERIES_COMPAT_meta-python = "walnascar whinlatter"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-meh/ |
H A D | python3-meh_0.52.bb | 1 SUMMARY = "A python library for handling exceptions" 2 DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \ 4 HOMEPAGE = "https://github.com/rhinstaller/python-meh" 12 SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master" 16 FILES:${PN} += "${datadir}/python-meh"
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/logging-test/ |
H A D | logging-test.bb | 14 python do_pythontest_exec_func_shell() { 19 python do_pythontest_exit () { 20 print("This is python stdout") 25 python do_pythontest_exec_func_python() { 30 python do_pythontest_fatal () { 31 print("This is python fatal test stdout")
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0002-automake-Update-for-python.m4-to-respect-libdir.patch | 4 Subject: [PATCH 2/6] automake: Update for python.m4 to respect libdir 15 m4/python.m4 | 32 ++++++-------------------------- 18 diff --git a/m4/python.m4 b/m4/python.m4 20 --- a/m4/python.m4 21 +++ b/m4/python.m4 47 + am_cv_python_pythondir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"` 55 - *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages" 56 + *) am_cv_python_pythondir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages 76 + am_cv_python_pyexecdir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"` 84 - *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages" [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/libcomps/ |
H A D | 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 4 Subject: [PATCH 2/2] Do not set PYTHON_INSTALL_DIR by running python. 9 libcomps/src/python/src/CMakeLists.txt | 2 +- 12 diff --git a/libcomps/src/python/src/CMakeLists.txt b/libcomps/src/python/src/CMakeLists.txt 14 --- a/libcomps/src/python/src/CMakeLists.txt 15 +++ b/libcomps/src/python/src/CMakeLists.txt 17 INSTALL(FILES libcomps/__init__.py DESTINATION libcomps/src/python/src/libcomps) 18 INSTALL(TARGETS pycomps LIBRARY DESTINATION libcomps/src/python/src/libcomps)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/ |
H A D | 0001-Fix-error.patch | 9 swig/python/CMakeLists.txt | 2 +- 12 diff --git a/swig/python/CMakeLists.txt b/swig/python/CMakeLists.txt 14 --- a/swig/python/CMakeLists.txt 15 +++ b/swig/python/CMakeLists.txt 20 - COMMAND ${SWIG_EXECUTABLE} -python -Wall -threads -features autodoc -o ${SWIG_OUTPUT} -outdir $… 21 + COMMAND ${SWIG_EXECUTABLE} -python -Wall -threads -features autodoc -o ${SWIG_OUTPUT} -outdir $…
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3_3.13.3.bb | 2 HOMEPAGE = "http://www.python.org" 5 SECTION = "devel/python" 9 SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ 24 file://0001-Avoid-shebang-overflow-on-python-config.py.patch \ 41 # exclude pre-releases for both python 2.x and 3.x 44 CVE_PRODUCT = "python cpython" 65 ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config" 66 ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" 92 EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3" 93 EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3" [all …]
|
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/ |
H A D | TestMbox.test_series_merge_on_head.2.skip | 17 .../python/{python3-dtc_1.6.1.bb => python3-dtc_1.7.0.bb} | 3 +-- 19 rename meta/recipes-devtools/python/{python3-dtc_1.6.1.bb => python3-dtc_1.7.0.bb} (92%) 21 diff --git a/meta/recipes-devtools/python/python3-dtc_1.6.1.bb b/meta/recipes-devtools/python/pytho… 23 rename from meta/recipes-devtools/python/python3-dtc_1.6.1.bb 24 rename to meta/recipes-devtools/python/python3-dtc_1.7.0.bb 26 --- a/meta/recipes-devtools/python/python3-dtc_1.6.1.bb 27 +++ b/meta/recipes-devtools/python/python3-dtc_1.7.0.bb
|
/openbmc/openbmc/meta-phosphor/recipes-devtools/python/ |
H A D | python3_%.bbappend | 3 ALTERNATIVE_LINK_NAME[python] = "${bindir}/python" 5 ALTERNATIVE:${PN}-core += "python" 6 ALTERNATIVE_TARGET[python] = "${bindir}/python3"
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/ |
H A D | 0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch | 4 Subject: [PATCH] python-lttngust/Makefile.am: Add --install-lib to setup.py 13 src/python-lttngust/Makefile.am | 2 +- 16 diff --git a/src/python-lttngust/Makefile.am b/src/python-lttngust/Makefile.am 18 --- a/src/python-lttngust/Makefile.am 19 +++ b/src/python-lttngust/Makefile.am 20 @@ -45,7 +45,7 @@ install-exec-local: build-python-bindings.stamp
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/ |
H A D | rrdtool_1.9.0.bb | 31 PACKAGECONFIG[python] = "--enable-python=yes \ 32 am_cv_python_pythondir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages \ 33 am_cv_python_pyexecdir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages,\ 34 --disable-python,python," 78 #python 80 PYTHON_INCLUDES="-I=/usr/include/python${PYTHON_BASEVERSION}"' \ 87 #modify python sitepkg 91 sed -i -e "s:python/setup.py install:python/setup.py install \ 117 PACKAGES =+ "${PN}-perl ${PN}-python" 136 DESCRIPTION:${PN}-python = \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo/ |
H A D | 0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch | 4 Subject: [PATCH] Do not try to obtain PYTHON_INSTALL_DIR by running python. 10 librepo/python/CMakeLists.txt | 12 ++++++------ 13 diff --git a/librepo/python/CMakeLists.txt b/librepo/python/CMakeLists.txt 15 --- a/librepo/python/CMakeLists.txt 16 +++ b/librepo/python/CMakeLists.txt 19 MESSAGE("Building python bindings")
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0006-Use-python3-and-pip3-instead-of-python-and-pip.patch | 4 Subject: [PATCH 6/7] Use python3 and pip3 instead of python and pip 26 -python -m mycroft.client.text $@ 48 -output=$(python -m mycroft.messagebus.send "recognizer_loop:utterance" "{\"utterances\": [\"$data… 58 - python -m test.integrationtests.skills.runner . 61 - python -m test.integrationtests.skills.runner $@ 73 -output=$(python -m mycroft.messagebus.send "speak" "{\"utterance\": \"$data\"}") 83 - if [[ $param == 'python' ]] ; then 91 if [[ $var == '-p' || $var == '--python' ]] ; then 92 - param='python' 101 -PYTHON=$(python -c "import sys;print('python{}.{}'.format(sys.version_info[0], sys.version_info[1]… [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
H A D | 0003-Correctly-install-python-modules.patch | 4 Subject: [PATCH] Correctly install python modules 16 lang/python/Makefile.am | 1 + 19 diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am 21 --- a/lang/python/Makefile.am 22 +++ b/lang/python/Makefile.am
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/ |
H A D | 0001-Relax-pyelftools-dependency.patch | 6 tools/python/elf_segments_to_manifest.py was only accpeting pyelftools v0.31. 13 tools/python/elf_segments_to_manifest.py | 2 +- 16 diff --git a/tools/python/elf_segments_to_manifest.py b/tools/python/elf_segments_to_manifest.py 18 --- a/tools/python/elf_segments_to_manifest.py 19 +++ b/tools/python/elf_segments_to_manifest.py
|