summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb
index b564e12603..34fca8189e 100644
--- a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb
+++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb
@@ -28,6 +28,8 @@ SRC_URI[sha256sum] = "63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30
28 28
29S = "${WORKDIR}/${BPN}${PV}/unix" 29S = "${WORKDIR}/${BPN}${PV}/unix"
30 30
31PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/${BPN}${PV}"
32
31# Short version format: "8.6" 33# Short version format: "8.6"
32VER = "${@os.path.splitext(d.getVar('PV'))[0]}" 34VER = "${@os.path.splitext(d.getVar('PV'))[0]}"
33 35