diff options
Diffstat (limited to 'meta-oe/recipes-devtools/tcltk')
-rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk_8.6.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.6.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.6.bb index 59075bc6b..d3bf397b4 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.6.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.6.bb | |||
@@ -32,7 +32,7 @@ SRC_URI[sha256sum] = "d62c371a71b4744ed830e3c21d27968c31dba74dd2c45f36b9b071e6d8 | |||
32 | S = "${WORKDIR}/${BPN}${PV}/unix" | 32 | S = "${WORKDIR}/${BPN}${PV}/unix" |
33 | 33 | ||
34 | # Short version format: "8.6" | 34 | # Short version format: "8.6" |
35 | VER = "${@os.path.splitext(d.getVar('PV', True))[0]}" | 35 | VER = "${@os.path.splitext(d.getVar('PV'))[0]}" |
36 | 36 | ||
37 | LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib" | 37 | LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib" |
38 | inherit autotools distro_features_check | 38 | inherit autotools distro_features_check |