mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 05:59:26 +08:00

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>
2 lines
52 B
Makefile
2 lines
52 B
Makefile
FAKEUNAME_PATH=$(STAGING_DIR_HOSTPKG)/lib/fakeuname
|