summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb')
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb b/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb
index 8701686b11..504b40927e 100644
--- a/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb
+++ b/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb
@@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "d6f01a4d598bfc6398be9584e1bab828c907b0758db4bbb351a1429106
25UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" 25UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/"
26UPSTREAM_CHECK_REGEX = "Tcl/(?P<pver>\d+(\.\d+)+)/" 26UPSTREAM_CHECK_REGEX = "Tcl/(?P<pver>\d+(\.\d+)+)/"
27 27
28S = "${WORKDIR}/${BPN}${PV}" 28S = "${UNPACKDIR}/${BPN}${PV}"
29 29
30# Short version format: "8.6" 30# Short version format: "8.6"
31VER = "${@os.path.splitext(d.getVar('PV'))[0]}" 31VER = "${@os.path.splitext(d.getVar('PV'))[0]}"