diff options
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.bb | 2 |
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 | |||
| 25 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" | 25 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" |
| 26 | UPSTREAM_CHECK_REGEX = "Tcl/(?P<pver>\d+(\.\d+)+)/" | 26 | UPSTREAM_CHECK_REGEX = "Tcl/(?P<pver>\d+(\.\d+)+)/" |
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/${BPN}${PV}" | 28 | S = "${UNPACKDIR}/${BPN}${PV}" |
| 29 | 29 | ||
| 30 | # Short version format: "8.6" | 30 | # Short version format: "8.6" |
| 31 | VER = "${@os.path.splitext(d.getVar('PV'))[0]}" | 31 | VER = "${@os.path.splitext(d.getVar('PV'))[0]}" |
