diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-12 20:35:41 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-17 09:08:39 +0100 |
| commit | 41810a112108c44ff96034f4b43983308c02f409 (patch) | |
| tree | a67dc31dffdf93f0c75b8a00cde5c6123cf6b475 | |
| parent | 996b497119bb345d4f45cacbc1080f3912b282cd (diff) | |
| download | meta-openembedded-41810a112108c44ff96034f4b43983308c02f409.tar.gz | |
pyxdg: update SRC_URI
The previous repository was moved to freedesktop's gitlab instance,
and was causing fetching failures.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
| -rw-r--r-- | meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb index abc1c23277..27b82c8ac6 100644 --- a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb +++ b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "LGPL-2.0-only" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" |
| 6 | 6 | ||
| 7 | SRCREV = "f097a66923a65e93640c48da83e6e9cfbddd86ba" | 7 | SRCREV = "f097a66923a65e93640c48da83e6e9cfbddd86ba" |
| 8 | SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master" | 8 | SRC_URI = "git://gitlab.freedesktop.org/xdg/pyxdg.git;branch=master;protocol=https" |
| 9 | 9 | ||
| 10 | inherit setuptools3 | 10 | inherit setuptools3 |
| 11 | 11 | ||
