summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/libfaketime
Commit message (Collapse)AuthorAgeFilesLines
* libfaketime: simplify packagingMartin Jansa2023-08-301-7/+2
| | | | | | | | | | | | | | * avoid dev-so QA issue * avoid separate package for the library, because the current "lib${PN}" has a bit ridiculous name in mulilib builds: lib32-liblib32-libfaketime * fixes: ERROR: lib32-libfaketime-0.9.10-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package lib32-liblib32-libfaketime contains symlink .so '/usr/lib32/faketime/libfaketime.so' [dev-so] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfaketime: Eanable LFS64 on muslKhem Raj2023-08-261-0/+2
| | | | | | | Musl has 64bit time_t inherently, ideally this library should be fixed for that but lets apply the musl aliasing solution for now. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfaketime: Fix build with clangKhem Raj2023-08-262-3/+49
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfaketime: add recipeTymoteusz Burak2023-08-261-0/+30
This commit adds the libfaketime library recipe, which provides time manipulation capabilities for testing and debugging purposes. libfaketime allows developers to modify the system time reported to applications, aiding in scenarios where accurate time emulation is required. I deleted the extra flags altogether as they seem to be only necessary for old versions of this project (0.9.6). CC: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tymoteusz Burak <tymoteusz.burak@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>