diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-11-09 19:37:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:17:20 +0000 |
commit | 3a1e6615b8ff3edc9ed2b16baf182673140ca3d2 (patch) | |
tree | 554c77873b5242cef6555055acb46ac66dcabe30 /meta/classes/toolchain-scripts.bbclass | |
parent | 95d3c25e5214962053e07102e25a906262bf65c2 (diff) | |
download | openembedded-core-3a1e6615b8ff3edc9ed2b16baf182673140ca3d2.tar.gz openembedded-core-3a1e6615b8ff3edc9ed2b16baf182673140ca3d2.tar.bz2 openembedded-core-3a1e6615b8ff3edc9ed2b16baf182673140ca3d2.zip |
apr-native: Set CONFIG_SHELL to /bin/bash
The apr-native provides usr/share/build-1/libtool which is required by
the recipe such as apache2-native. If we don't set the CONFIG_SHELL to
/bin/bash, then:
1) If we build apr-native on a host which is "/bin/sh -> bash", the
interpreter in usr/share/build-1/libtool would be "#!/bin/sh".
2) When we re-use apr-native's sstate on a host which is
"/bin/sh -> dash", there would be errors.
(From OE-Core rev: 38d83009dfe77437533969ce681605a9ab9534ac)
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/classes/toolchain-scripts.bbclass')
0 files changed, 0 insertions, 0 deletions