fakeuname: add package
authorSergey V. Lobanov <sergey@lobanov.in>
Wed, 26 Jan 2022 12:32:00 +0000 (15:32 +0300)
committerRosen Penev <rosenp@gmail.com>
Fri, 28 Jan 2022 21:47:14 +0000 (13:47 -0800)
commit4b6fc857bee8a58e011a4526114e13ae78064fc9
treeb9e015e0f5863cb60f9237951e1a3136e10710b0
parentdcedbe802744102b215835f1dd53bc2bb5756807
fakeuname: add package

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>
utils/fakeuname/Makefile [new file with mode: 0644]
utils/fakeuname/fakeuname.mk [new file with mode: 0644]
utils/fakeuname/src/footer.py.inc [new file with mode: 0644]
utils/fakeuname/src/header.py.inc [new file with mode: 0644]