fakeuname: add package
authorSergey V. Lobanov <sergey@lobanov.in>
Wed, 26 Jan 2022 12:32:00 +0000 (15:32 +0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 2 Sep 2023 13:44:32 +0000 (15:44 +0200)
commitdc10003c5ecc0b100a11e4173b19d24daf8aeb9e
tree50ca9a5ce7a5eed5f99227d71f3cea12fe067bf7
parentb3a6bb839059546a52df00af3e1aa97dba75de22
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>
(cherry picked from commit 4b6fc857bee8a58e011a4526114e13ae78064fc9)
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]