mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 06:40:53 +00:00
icu: Fix typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
7b849ae2f5
commit
d4f23b6c00
@ -17,7 +17,7 @@ do_configure() {
|
||||
libtoolize --force
|
||||
gnu-configize --force
|
||||
oe_runconf
|
||||
if [ "${BUILD_ARCH}" != "${HOST_ARCH" ]; then
|
||||
if [ "${BUILD_ARCH}" != "${HOST_ARCH}" ]; then
|
||||
# In the non-native case we need to make substitutions to use
|
||||
# the native versions of the tools
|
||||
for i in */Makefile */*.inc */*/Makefile */*/*.inc ; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user