aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-sphinx-native_1.6.6.bb')
-rw-r--r--recipes-devtools/python/python3-sphinx-native_1.6.6.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-devtools/python/python3-sphinx-native_1.6.6.bb b/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
index 1fd2507..b72dad8 100644
--- a/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
+++ b/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
@@ -7,12 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5575c977f2e4659ece47f731f2b8319"
PR = "r0"
SRCNAME = "sphinx"
-SRC_URI = "https://github.com/sphinx-doc/sphinx/archive/${PV}.tar.gz"
+SRC_URI = "git://github.com/sphinx-doc/sphinx.git"
-SRC_URI[md5sum] = "567457f488771643ea4d8adffacc6b2a"
-SRC_URI[sha256sum] = "1ce2041ef4538eba0dc8394a5add4a97fbfa54f026322ae4a7e6fb2c2ea51ae7"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
+SRCREV = "739022730295c4968ecc212bbb80b03981eeced3"
+S = "${WORKDIR}/git"
inherit setuptools3 native python3native