diff options
| -rw-r--r-- | meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb index b4dc739ec3..4e2af67e98 100644 --- a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb +++ b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb | |||
| @@ -4,8 +4,10 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "LGPL-2.0-only" | 4 | 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 = "1d23e483ae869ee9532aca43b133cc43f63626a3" | 7 | PV .= "+git" |
| 8 | SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master" | 8 | |
| 9 | SRCREV = "63033ac306aa26d32e1439417e59ae8f8a4c9820" | ||
| 10 | SRC_URI = "git://gitlab.freedesktop.org/xdg/pyxdg.git;branch=master;protocol=https" | ||
| 9 | 11 | ||
| 10 | inherit setuptools3 | 12 | inherit setuptools3 |
| 11 | 13 | ||
