diff options
| author | Chong Lu <Chong.Lu@windriver.com> | 2014-09-30 17:33:04 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-09 10:21:23 +0000 |
| commit | a899e13329edec151c7e1880d4e9d7560be3fdef (patch) | |
| tree | af40f71e785fccd3560f5bb04f699a720f38d825 | |
| parent | 24ad27878c404493d01bc8cdffaad5634f854330 (diff) | |
| download | poky-a899e13329edec151c7e1880d4e9d7560be3fdef.tar.gz | |
tcl: Upgrade to 8.6.2
libgcc_s.so.1 is needed by running ptest, so add libgcc to
RDEPENDS_${PN}-ptest.
(From OE-Core rev: c7eca550b0c11c040440ee2610c5eb1e78ed5be4)
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.2.bb (renamed from meta/recipes-devtools/tcltk/tcl_8.6.1.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb b/meta/recipes-devtools/tcltk/tcl_8.6.2.bb index 27f73f2ce2..75fef0107e 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.2.bb | |||
| @@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
| 24 | file://alter-includedir.patch \ | 24 | file://alter-includedir.patch \ |
| 25 | file://run-ptest \ | 25 | file://run-ptest \ |
| 26 | " | 26 | " |
| 27 | SRC_URI[md5sum] = "aae4b701ee527c6e4e1a6f9c7399882e" | 27 | SRC_URI[md5sum] = "8103eaf6d71acb716a64224492f09d5f" |
| 28 | SRC_URI[sha256sum] = "16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd1434343514" | 28 | SRC_URI[sha256sum] = "86f7ae5f581dd0904d04415637ab3aef5a50986c1b6d04c340e2b1b0258da9c4" |
| 29 | 29 | ||
| 30 | SRC_URI_class-native = "${BASE_SRC_URI}" | 30 | SRC_URI_class-native = "${BASE_SRC_URI}" |
| 31 | 31 | ||
| @@ -81,6 +81,7 @@ FILES_${PN}-dev += "${libdir}/tclConfig.sh ${libdir}/tclooConfig.sh" | |||
| 81 | # isn't getting picked up by shlibs code | 81 | # isn't getting picked up by shlibs code |
| 82 | RDEPENDS_${PN} += "tcl-lib" | 82 | RDEPENDS_${PN} += "tcl-lib" |
| 83 | RDEPENDS_${PN}_class-native = "" | 83 | RDEPENDS_${PN}_class-native = "" |
| 84 | RDEPENDS_${PN}-ptest += "libgcc" | ||
| 84 | 85 | ||
| 85 | BBCLASSEXTEND = "native" | 86 | BBCLASSEXTEND = "native" |
| 86 | 87 | ||
