]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcl: Upgrade to 8.6.2
authorChong Lu <Chong.Lu@windriver.com>
Tue, 30 Sep 2014 09:33:04 +0000 (17:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Nov 2014 10:17:06 +0000 (10:17 +0000)
libgcc_s.so.1 is needed by running ptest, so add libgcc to
RDEPENDS_${PN}-ptest.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/tcltk/tcl_8.6.2.bb [moved from meta/recipes-devtools/tcltk/tcl_8.6.1.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-devtools/tcltk/tcl_8.6.1.bb
rename to meta/recipes-devtools/tcltk/tcl_8.6.2.bb
index 27f73f2ce2a28f24a749292d5cc2822ae5c69cb9..75fef0107e6bc77cfd1c38cec228c1f9941637c4 100644 (file)
@@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \
            file://alter-includedir.patch \
            file://run-ptest \
 "
-SRC_URI[md5sum] = "aae4b701ee527c6e4e1a6f9c7399882e"
-SRC_URI[sha256sum] = "16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd1434343514"
+SRC_URI[md5sum] = "8103eaf6d71acb716a64224492f09d5f"
+SRC_URI[sha256sum] = "86f7ae5f581dd0904d04415637ab3aef5a50986c1b6d04c340e2b1b0258da9c4"
 
 SRC_URI_class-native = "${BASE_SRC_URI}"
 
@@ -81,6 +81,7 @@ FILES_${PN}-dev += "${libdir}/tclConfig.sh ${libdir}/tclooConfig.sh"
 # isn't getting picked up by shlibs code
 RDEPENDS_${PN} += "tcl-lib"
 RDEPENDS_${PN}_class-native = ""
+RDEPENDS_${PN}-ptest += "libgcc"
 
 BBCLASSEXTEND = "native"