diff options
-rw-r--r-- | recipes/tcltk/tcl_8.4.19.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/tcltk/tcl_8.4.19.bb b/recipes/tcltk/tcl_8.4.19.bb index dc71db9c72..ff63472a31 100644 --- a/recipes/tcltk/tcl_8.4.19.bb +++ b/recipes/tcltk/tcl_8.4.19.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Tool Command Language" LICENSE = "tcl" SECTION = "devel/tcltk" HOMEPAGE = "http://tcl.sourceforge.net" -PR = "r3" +PR = "r4" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \ @@ -15,6 +15,8 @@ inherit autotools EXTRA_OECONF = "--enable-threads" +FILES_${PN} += "${prefix}/lib" + do_configure() { gnu-configize oe_runconf |