]> code.ossystems Code Review - openembedded-core.git/commit
systemd: use AC_CHECK_TOOL instead of AC_PATH_TOOL when checking objcopy, strings...
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 16 Apr 2013 22:01:44 +0000 (00:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2013 22:05:24 +0000 (23:05 +0100)
commit6ae99136f1c1c59f4e55331c43cf0c0bac5abcdd
treedc2c65bcf2e46a658f3dbd40cd801ee068d11ed3
parent7863a3c7f2d619c63ddb25883a774af6c9eb3143
systemd: use AC_CHECK_TOOL instead of AC_PATH_TOOL when checking objcopy, strings, gperf

* with external toolchain I have different HOST_PREFIX and HOST_SYS
  AC_PATH_TOOL is using HOST_SYS as prefix and fails to find objcopy
  then it tries objcopy without prefix which is found on host, but
  that objcopy does not work for arm libs
* with internal toolchain gperf is not prefixed with HOST_PREFIX, but
  fallback to "gperf" only finds the one in native sysroot first
* based on http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/037985.html

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd/0001-configure-use-AC_CHECK_TOOL-for-objcopy-strings-and-.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd_199.bb