From 5d121d88280f78ca3bc5902d46d8ed058193d28e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 9 Mar 2011 16:46:36 -0700 Subject: 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 --- recipes/gnome/gnome-bluetooth_2.30.0.bb | 2 +- recipes/gnome/system-tools-backends_2.10.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gnome') diff --git a/recipes/gnome/gnome-bluetooth_2.30.0.bb b/recipes/gnome/gnome-bluetooth_2.30.0.bb index 535735a3a6..238d039fb3 100644 --- a/recipes/gnome/gnome-bluetooth_2.30.0.bb +++ b/recipes/gnome/gnome-bluetooth_2.30.0.bb @@ -19,7 +19,7 @@ do_configure_prepend() { } do_configure_append() { - sed -i 's,func_fatal_error "error: cannot install,echo "bogus message about,' ${TARGET_PREFIX}libtool + sed -i 's,func_fatal_error "error: cannot install,echo "bogus message about,' ${HOST_SYS}-libtool } RRECOMMENDS_${PN} += "obexd obex-data-server" diff --git a/recipes/gnome/system-tools-backends_2.10.1.bb b/recipes/gnome/system-tools-backends_2.10.1.bb index bac0a9cb16..225c5daeba 100644 --- a/recipes/gnome/system-tools-backends_2.10.1.bb +++ b/recipes/gnome/system-tools-backends_2.10.1.bb @@ -32,7 +32,7 @@ do_configure() { aclocal gnu-configize oe_runconf - cp ${STAGING_BINDIR_CROSS}/${TARGET_PREFIX}libtool ${S} + cp ${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool ${S} } do_install_append () { -- cgit 1.2.3-korg