mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
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>
12 lines
370 B
BlitzBasic
12 lines
370 B
BlitzBasic
require module-init-tools.inc
|
|
PR = "r0"
|
|
inherit cross
|
|
PROVIDES += "virtual/${TARGET_PREFIX}depmod"
|
|
|
|
SRC_URI += "file://no-static-binaries.patch"
|
|
|
|
SRC_URI[md5sum] = "bc44832c6e41707b8447e2847d2019f5"
|
|
SRC_URI[sha256sum] = "e1f2cdcae64a8effc25e545a5e0bdaf312f816ebbcd0916e4e87450755fab64b"
|
|
|
|
EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX} --disable-static-utils"
|