diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-14 22:25:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:50 -0800 |
commit | ed28a7eb8bc9b99cc5ff67597ee50293d6c0d453 (patch) | |
tree | 505c1cd65e8ca92122e994c9f4f4fb5d714337bd /meta/recipes-devtools/tcltk | |
parent | 0f316ff7153b1a5cc4851daf7c181fd3d9c3c90a (diff) | |
download | poky-ed28a7eb8bc9b99cc5ff67597ee50293d6c0d453.tar.gz |
tcl: extend to nativesdk
Fixed:
$ bitbake nativesdk-expect
ERROR: Nothing PROVIDES 'nativesdk-tcl' (but virtual:nativesdk:expect_5.45.bb DEPENDS on or otherwise requires it). Close matches:
[snip]
(From OE-Core rev: 5c950c509edcc50d39a1f426579b354d97178ff2)
(From OE-Core rev: 532d5fd5450b9ac85f81e5909b9eaa26b8493dad)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.6.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.6.bb b/meta/recipes-devtools/tcltk/tcl_8.6.6.bb index 2dd0a7ae98..c828b38772 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.6.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.6.bb | |||
@@ -54,8 +54,8 @@ do_install() { | |||
54 | autotools_do_install install-private-headers | 54 | autotools_do_install install-private-headers |
55 | ln -sf ./tclsh${VER} ${D}${bindir}/tclsh | 55 | ln -sf ./tclsh${VER} ${D}${bindir}/tclsh |
56 | ln -sf tclsh8.6 ${D}${bindir}/tclsh${VER} | 56 | ln -sf tclsh8.6 ${D}${bindir}/tclsh${VER} |
57 | sed -i "s+-L${B}+-L${STAGING_LIBDIR}+g" tclConfig.sh | 57 | sed -i "s;-L${B};-L${STAGING_LIBDIR};g" tclConfig.sh |
58 | sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh | 58 | sed -i "s;${WORKDIR};${STAGING_INCDIR};g" tclConfig.sh |
59 | install -d ${D}${bindir_crossscripts} | 59 | install -d ${D}${bindir_crossscripts} |
60 | install -m 0755 tclConfig.sh ${D}${bindir_crossscripts} | 60 | install -m 0755 tclConfig.sh ${D}${bindir_crossscripts} |
61 | install -m 0755 tclConfig.sh ${D}${libdir} | 61 | install -m 0755 tclConfig.sh ${D}${libdir} |
@@ -78,7 +78,7 @@ RDEPENDS_${PN} += "tcl-lib" | |||
78 | RDEPENDS_${PN}_class-native = "" | 78 | RDEPENDS_${PN}_class-native = "" |
79 | RDEPENDS_${PN}-ptest += "libgcc" | 79 | RDEPENDS_${PN}-ptest += "libgcc" |
80 | 80 | ||
81 | BBCLASSEXTEND = "native" | 81 | BBCLASSEXTEND = "native nativesdk" |
82 | 82 | ||
83 | do_compile_ptest() { | 83 | do_compile_ptest() { |
84 | oe_runmake tcltest | 84 | oe_runmake tcltest |