aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk-webcore/osb-jscore_20050430.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-09 16:46:36 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-09 16:46:36 -0700
commit5d121d88280f78ca3bc5902d46d8ed058193d28e (patch)
treefaadbc8dcdd05fb04dec808ccaa407d4471903aa /recipes/gtk-webcore/osb-jscore_20050430.bb
parent61e9a8f059321e2352a2e83c519135d5ec859d6e (diff)
downloadopenembedded-5d121d88280f78ca3bc5902d46d8ed058193d28e.tar.gz
Many places: Refer to ${HOST_SYS}-libtool not ${TARGET_PREFIX}libtool
Given that the libtool recipes install as ${HOST_SYS}-libtool we need to reference it as such and not ${TARGET_PREFIX}libtool as we will otherwise break when those evaluate differently. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gtk-webcore/osb-jscore_20050430.bb')
-rw-r--r--recipes/gtk-webcore/osb-jscore_20050430.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gtk-webcore/osb-jscore_20050430.bb b/recipes/gtk-webcore/osb-jscore_20050430.bb
index bffeae4e14..d3770227c3 100644
--- a/recipes/gtk-webcore/osb-jscore_20050430.bb
+++ b/recipes/gtk-webcore/osb-jscore_20050430.bb
@@ -22,8 +22,8 @@ do_configure () {
cd ${S}
# prevent libtool from linking libs against libstdc++, libgcc, ...
- cat ${TARGET_PREFIX}libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${TARGET_PREFIX}libtool.tmp
- mv ${TARGET_PREFIX}libtool.tmp ${TARGET_PREFIX}libtool
+ cat ${HOST_SYS}-libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${HOST_SYS}-libtool.tmp
+ mv ${HOST_SYS}-libtool.tmp ${HOST_SYS}-libtool
}
do_stage () {