module-init-tools: do not build static utilities for -cross

There is no need to have static module-init-tools for the cross
tools.  Building such binaries requires a static libc which is not
required by the rest of OE and which is deprecated and not installed
by distributions like Fedora.

(From OE-Core rev: ff98be5bd096edc9728ab21d0a344d88c0d5add8)

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Enrico Scholz
2011-07-25 16:34:45 +02:00
committed by Richard Purdie
parent 6228e72c51
commit 70059b83da

View File

@@ -8,4 +8,4 @@ SRC_URI += "file://no-static-binaries.patch"
SRC_URI[md5sum] = "bc44832c6e41707b8447e2847d2019f5"
SRC_URI[sha256sum] = "e1f2cdcae64a8effc25e545a5e0bdaf312f816ebbcd0916e4e87450755fab64b"
EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}"
EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX} --disable-static-utils"