[Buildroot] [PATCH] Fix TARGET_PATH variable with external toolchain

Peter Korsgaard jacmet at uclibc.org
Sat Oct 24 18:37:57 UTC 2009


>>>>> "Lionel" == Lionel Landwerlin <llandwerlin at gmail.com> writes:

 Lionel> Some time ago, an external toolchain improvement patch added
 Lionel> $(HOST_DIR)/bin and $(HOST_DIR)/usr/bin to the TARGET_PATH variable.
 Lionel> This patch also removed $(STAGING_DIR)/bin and $(STAGING_DIR)/usr/bin
 Lionel> to TARGET_PATH which breaks the build of the WebKit package for
 Lionel> example.

 Lionel> WebKit depends on the icu package, and when configuring the package,
 Lionel> there is a need to run icu-config which is installed inside the
 Lionel> staging directory.

I don't like this, as it mixes binaries/scripts for the host and the
target - I think it's better for the icu package to install the host
tool into host/usr/bin as well instead.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list