diff options
Diffstat (limited to 'meta-python')
21 files changed, 21 insertions, 21 deletions
diff --git a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb index e235682cf4..7910fcd18a 100644 --- a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb +++ b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native" | 7 | DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/MostAwesomeDude/txWS.git" | 9 | SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https" |
| 10 | SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" | 10 | SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/gyp/gyp.inc b/meta-python/recipes-devtools/gyp/gyp.inc index 98ed42cc90..1415b41623 100644 --- a/meta-python/recipes-devtools/gyp/gyp.inc +++ b/meta-python/recipes-devtools/gyp/gyp.inc | |||
| @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd" |
| 5 | SECTION = "devel" | 5 | SECTION = "devel" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https" | 7 | SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https;branch=master" |
| 8 | SRCREV = "fcd686f1880fa52a1ee78d3e98af1b88cb334528" | 8 | SRCREV = "fcd686f1880fa52a1ee78d3e98af1b88cb334528" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/python/python-feedformatter.inc b/meta-python/recipes-devtools/python/python-feedformatter.inc index 6ddcaa98ec..d1669977a9 100644 --- a/meta-python/recipes-devtools/python/python-feedformatter.inc +++ b/meta-python/recipes-devtools/python/python-feedformatter.inc | |||
| @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" |
| 6 | SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" | 6 | SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/marianoguerra/feedformatter.git" | 8 | SRC_URI = "git://github.com/marianoguerra/feedformatter.git;branch=master;protocol=https" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-absl_0.7.0.bb b/meta-python/recipes-devtools/python/python3-absl_0.7.0.bb index c65a6d7da4..9811c3b9c9 100644 --- a/meta-python/recipes-devtools/python/python3-absl_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-absl_0.7.0.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/abseil/abseil-py.git" | 7 | SRC_URI = "git://github.com/abseil/abseil-py.git;branch=master;protocol=https" |
| 8 | SRCREV ?= "e3ce504183c57fc4eca52fe84732c11cda99d131" | 8 | SRCREV ?= "e3ce504183c57fc4eca52fe84732c11cda99d131" |
| 9 | 9 | ||
| 10 | inherit setuptools3 | 10 | inherit setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb index 125a0236ec..5b3c73c923 100644 --- a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/berkerpeksag/astor.git " | 7 | SRC_URI = "git://github.com/berkerpeksag/astor.git;branch=master;protocol=https" |
| 8 | SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" | 8 | SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" |
| 9 | 9 | ||
| 10 | inherit setuptools3 | 10 | inherit setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb index ac4b8c2aa6..c33c0f110f 100644 --- a/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ldo/dbussy" | |||
| 3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/ldo/dbussy.git" | 6 | SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https" |
| 7 | 7 | ||
| 8 | SRCREV = "d0ec0223f3797e1612d835e71694a1083881149f" | 8 | SRCREV = "d0ec0223f3797e1612d835e71694a1083881149f" |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb index 06a9012ca4..d14b7de62a 100644 --- a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb +++ b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=2;endline=3;md5=c795d4924c5f739424 | |||
| 6 | 6 | ||
| 7 | inherit setuptools3 | 7 | inherit setuptools3 |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/robherring/dt-schema.git" | 9 | SRC_URI = "git://github.com/robherring/dt-schema.git;branch=master;protocol=https" |
| 10 | SRCREV = "5009e47c1c76e48871f5988e08dad61f3c91196b" | 10 | SRCREV = "5009e47c1c76e48871f5988e08dad61f3c91196b" |
| 11 | PV = "0.1+git${SRCPV}" | 11 | PV = "0.1+git${SRCPV}" |
| 12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-gast_0.2.2.bb b/meta-python/recipes-devtools/python/python3-gast_0.2.2.bb index 6e08a19949..caf80c7621 100644 --- a/meta-python/recipes-devtools/python/python3-gast_0.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-gast_0.2.2.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/serge-sans-paille/gast.git" | 7 | SRC_URI = "git://github.com/serge-sans-paille/gast.git;branch=master;protocol=https" |
| 8 | SRCREV ?= "ed82e2a507505c6b18eb665d3738b6c0602da5e7" | 8 | SRCREV ?= "ed82e2a507505c6b18eb665d3738b6c0602da5e7" |
| 9 | 9 | ||
| 10 | inherit setuptools3 | 10 | inherit setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb b/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb index 7822e463ee..711ced022e 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=107;endline=107;md5=795ecad0d261c998cc526c84a822dff6" | 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=107;endline=107;md5=795ecad0d261c998cc526c84a822dff6" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/h5py/h5py.git \ | 7 | SRC_URI = "git://github.com/h5py/h5py.git;branch=master;protocol=https \ |
| 8 | file://0001-cross-compiling-support.patch \ | 8 | file://0001-cross-compiling-support.patch \ |
| 9 | " | 9 | " |
| 10 | SRCREV ?= "8d96a14c3508de1bde77aec5db302e478dc5dbc4" | 10 | SRCREV ?= "8d96a14c3508de1bde77aec5db302e478dc5dbc4" |
diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb index 8fe4b988db..4d8af17209 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb | |||
| @@ -5,7 +5,7 @@ SECTION = "devel/python" | |||
| 5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d8b7fdd0dff0fd18f35c05365d3d7bf7" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d8b7fdd0dff0fd18f35c05365d3d7bf7" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/imageio/imageio.git;protocol=https" | 8 | SRC_URI = "git://github.com/imageio/imageio.git;protocol=https;branch=master" |
| 9 | SRCREV = "0b161649b3ee108f80bd99466aeab2e65cf82cd8" | 9 | SRCREV = "0b161649b3ee108f80bd99466aeab2e65cf82cd8" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb index 4293a63c1e..a124dd9f5b 100644 --- a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/keras-team/keras-applications.git" | 7 | SRC_URI = "git://github.com/keras-team/keras-applications.git;branch=master;protocol=https" |
| 8 | SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d" | 8 | SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d" |
| 9 | 9 | ||
| 10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb index eacb3402d6..feb872e0a7 100644 --- a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1744b320500cc2e3112964d00cce7aa4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1744b320500cc2e3112964d00cce7aa4" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/keras-team/keras-preprocessing.git" | 7 | SRC_URI = "git://github.com/keras-team/keras-preprocessing.git;branch=master;protocol=https" |
| 8 | SRCREV ?= "ff90696c0416b74344b91df097b228e694339b88" | 8 | SRCREV ?= "ff90696c0416b74344b91df097b228e694339b88" |
| 9 | 9 | ||
| 10 | inherit setuptools3 | 10 | inherit setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb index eb42fe978c..fd39e0fdb7 100644 --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb | |||
| @@ -11,7 +11,7 @@ B = "${S}" | |||
| 11 | 11 | ||
| 12 | SRCREV = "35687ca957b746f153a6872139462b1443f8cad1" | 12 | SRCREV = "35687ca957b746f153a6872139462b1443f8cad1" |
| 13 | PV = "0.0.38+git${SRCPV}" | 13 | PV = "0.0.38+git${SRCPV}" |
| 14 | SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master \ | 14 | SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master;protocol=https \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | inherit setuptools3 python3native | 17 | inherit setuptools3 python3native |
diff --git a/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb b/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb index a383a3ff91..80b7e941ae 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb | |||
| @@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55c0f320370091249c1755c0d2b48e89" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55c0f320370091249c1755c0d2b48e89" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=6.2.x \ | 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=6.2.x;protocol=https \ |
| 9 | file://0001-support-cross-compiling.patch \ | 9 | file://0001-support-cross-compiling.patch \ |
| 10 | file://0001-explicitly-set-compile-options.patch \ | 10 | file://0001-explicitly-set-compile-options.patch \ |
| 11 | " | 11 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb index fc7a47a43d..53f4db14ae 100644 --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/matze/pkgconfig.git" | 7 | SRC_URI = "git://github.com/matze/pkgconfig.git;branch=master;protocol=https" |
| 8 | SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2" | 8 | SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2" |
| 9 | 9 | ||
| 10 | RDEPENDS_${PN} = "pkgconfig \ | 10 | RDEPENDS_${PN} = "pkgconfig \ |
diff --git a/meta-python/recipes-devtools/python/python3-prctl_1.7.bb b/meta-python/recipes-devtools/python/python3-prctl_1.7.bb index 54620a0661..1f179852ca 100644 --- a/meta-python/recipes-devtools/python/python3-prctl_1.7.bb +++ b/meta-python/recipes-devtools/python/python3-prctl_1.7.bb | |||
| @@ -13,7 +13,7 @@ B = "${S}" | |||
| 13 | SRCREV = "57cd0a7cad76e8f8792eea22ee5b5d17bae0a90f" | 13 | SRCREV = "57cd0a7cad76e8f8792eea22ee5b5d17bae0a90f" |
| 14 | PV = "1.7+git${SRCPV}" | 14 | PV = "1.7+git${SRCPV}" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/seveas/python-prctl;branch=master \ | 16 | SRC_URI = "git://github.com/seveas/python-prctl;branch=master;protocol=https \ |
| 17 | file://0001-support-cross-complication.patch \ | 17 | file://0001-support-cross-complication.patch \ |
| 18 | " | 18 | " |
| 19 | inherit setuptools3 python3native | 19 | inherit setuptools3 python3native |
diff --git a/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb b/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb index 025b2eea9d..af7f49fdcb 100644 --- a/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb +++ b/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9d66b41bc2a080e7174acc5dffecd752" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9d66b41bc2a080e7174acc5dffecd752" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/pypa/wheel.git" | 7 | SRC_URI = "git://github.com/pypa/wheel.git;branch=master;protocol=https" |
| 8 | SRCREV ?= "b227ddd5beaba49294017d061d501f6d433393b0" | 8 | SRCREV ?= "b227ddd5beaba49294017d061d501f6d433393b0" |
| 9 | 9 | ||
| 10 | 10 | ||
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb index 2b5b253b5d..52ae91484a 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb | |||
| @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" | |||
| 9 | B = "${S}" | 9 | B = "${S}" |
| 10 | 10 | ||
| 11 | SRCREV = "9b5ad2d5b5df159963e1c6c24523e1dfe1f71435" | 11 | SRCREV = "9b5ad2d5b5df159963e1c6c24523e1dfe1f71435" |
| 12 | SRC_URI = "git://github.com/rhinstaller/blivet;branch=3.1-release \ | 12 | SRC_URI = "git://github.com/rhinstaller/blivet;branch=3.1-release;protocol=https \ |
| 13 | file://0001-comment-out-selinux.patch \ | 13 | file://0001-comment-out-selinux.patch \ |
| 14 | file://0002-run_program-support-timeout.patch \ | 14 | file://0002-run_program-support-timeout.patch \ |
| 15 | file://0003-support-infinit-timeout.patch \ | 15 | file://0003-support-infinit-timeout.patch \ |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb index 92402bee56..809d09e3ad 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb | |||
| @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" | |||
| 9 | B = "${S}" | 9 | B = "${S}" |
| 10 | 10 | ||
| 11 | SRCREV = "67ec0b7a0e065ba24ab87963409bfb21b2aac6dd" | 11 | SRCREV = "67ec0b7a0e065ba24ab87963409bfb21b2aac6dd" |
| 12 | SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master \ | 12 | SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master;protocol=https \ |
| 13 | file://0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch \ | 13 | file://0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
diff --git a/meta-python/recipes-extended/python-cson/python3-cson_git.bb b/meta-python/recipes-extended/python-cson/python3-cson_git.bb index 5c74c7a307..4d234d311d 100644 --- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb +++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb | |||
| @@ -8,7 +8,7 @@ SECTION = "devel/python" | |||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7709d2635e63ab96973055a23c2a4cac" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7709d2635e63ab96973055a23c2a4cac" |
| 9 | 9 | ||
| 10 | SRCREV = "f3f2898c44bb16b951d3e9f2fbf6d1c4158edda2" | 10 | SRCREV = "f3f2898c44bb16b951d3e9f2fbf6d1c4158edda2" |
| 11 | SRC_URI = "git://github.com/gt3389b/python-cson.git" | 11 | SRC_URI = "git://github.com/gt3389b/python-cson.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc index 97054487f9..2322cf1092 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc | |||
| @@ -12,7 +12,7 @@ DEPENDS += "parted" | |||
| 12 | 12 | ||
| 13 | # upstream only publishes releases in github archives which are discouraged | 13 | # upstream only publishes releases in github archives which are discouraged |
| 14 | SRCREV = "481510c10866851844b19f3d2ffcdaa37efc0cf8" | 14 | SRCREV = "481510c10866851844b19f3d2ffcdaa37efc0cf8" |
| 15 | SRC_URI = "git://github.com/rhinstaller/pyparted.git;protocol=https" | 15 | SRC_URI = "git://github.com/rhinstaller/pyparted.git;protocol=https;branch=master" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
