summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ply/ply_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/ply/ply_git.bb')
-rw-r--r--meta-oe/recipes-devtools/ply/ply_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ply/ply_git.bb b/meta-oe/recipes-devtools/ply/ply_git.bb
index b1327efebf..27e04d319c 100644
--- a/meta-oe/recipes-devtools/ply/ply_git.bb
+++ b/meta-oe/recipes-devtools/ply/ply_git.bb
@@ -7,7 +7,7 @@ DEPENDS += "bison-native"
7 7
8PV = "2.1.1+git${SRCPV}" 8PV = "2.1.1+git${SRCPV}"
9 9
10SRC_URI = "git://github.com/iovisor/ply" 10SRC_URI = "git://github.com/iovisor/ply;branch=master;protocol=https"
11SRCREV = "e25c9134b856cc7ffe9f562ff95caf9487d16b59" 11SRCREV = "e25c9134b856cc7ffe9f562ff95caf9487d16b59"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"