This package provides fakeuname host tool to avoid build platform detection for invalid configure/build scripts that are not friendly to cross-platform build. This fake uname tool returns Linux as OS name and target Linux version as OS version. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
1 line
52 B
Makefile
1 line
52 B
Makefile
FAKEUNAME_PATH=$(STAGING_DIR_HOSTPKG)/lib/fakeuname
|